Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sdm845: Add a carveout for modem metadata

Add a new carveout for modem metadata on SDM845 SoCs.

Tested-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230117085840.32356-10-quic_sibis@quicinc.com

authored by

Sibi Sankar and committed by
Bjorn Andersson
44c89ef3 264f6a8d

+10
+10
arch/arm64/boot/dts/qcom/sdm845.dtsi
··· 864 864 reg = <0 0x97b00000 0 0x100000>; 865 865 no-map; 866 866 }; 867 + 868 + mdata_mem: mpss-metadata { 869 + alloc-ranges = <0 0xa0000000 0 0x20000000>; 870 + size = <0 0x4000>; 871 + no-map; 872 + }; 867 873 }; 868 874 869 875 adsp_pas: remoteproc-adsp { ··· 3286 3280 3287 3281 mpss { 3288 3282 memory-region = <&mpss_region>; 3283 + }; 3284 + 3285 + metadata { 3286 + memory-region = <&mdata_mem>; 3289 3287 }; 3290 3288 3291 3289 glink-edge {