Message ID | 20240617093428.3616194-1-quic_nainmeht@quicinc.com |
---|---|
Headers | show |
Series | Add MPSS remoteproc support for SDX75 | expand |
On Mon, Jun 17, 2024 at 03:04:28PM GMT, Naina Mehta wrote: > Enable MPSS remoteproc node on sdx75-idp platform. > > Signed-off-by: Naina Mehta <quic_nainmeht@quicinc.com> > --- > arch/arm64/boot/dts/qcom/sdx75-idp.dts | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
On 6/17/24 11:34, Naina Mehta wrote: > The qlink_logging memory region is also used by the modem firmware, > add it to reserved memory regions. > Also split MPSS DSM region into 2 separate regions. > > Signed-off-by: Naina Mehta <quic_nainmeht@quicinc.com> > --- The commit message is very misleading.. You're not adding qlink_logging, you're renaming qdss@8800000 to qlink_logging. Then, you add qdss_mem @ 88500000 and split the dsmharq_mem into two and shrink mpssadsp_mem. Please rewrite the commit message. Konrad