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: msm8998: Add a carveout for modem metadata

Add a new carveout for modem metadata on MSM8998 SoCs.

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-9-quic_sibis@quicinc.com

authored by

Sibi Sankar and committed by
Bjorn Andersson
264f6a8d 3c118d1b

+10
+10
arch/arm64/boot/dts/qcom/msm8998.dtsi
··· 108 108 reg = <0x0 0x95700000 0x0 0x100000>; 109 109 no-map; 110 110 }; 111 + 112 + mdata_mem: mpss-metadata { 113 + alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>; 114 + size = <0x0 0x4000>; 115 + no-map; 116 + }; 111 117 }; 112 118 113 119 clocks { ··· 1361 1355 1362 1356 mpss { 1363 1357 memory-region = <&mpss_mem>; 1358 + }; 1359 + 1360 + metadata { 1361 + memory-region = <&mdata_mem>; 1364 1362 }; 1365 1363 1366 1364 glink-edge {