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

Add a new carveout for modem metadata on MSM8996 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-8-quic_sibis@quicinc.com

authored by

Sibi Sankar and committed by
Bjorn Andersson
3c118d1b 0e8b90c0

+10
+10
arch/arm64/boot/dts/qcom/msm8996.dtsi
··· 462 462 reg = <0x0 0x91500000 0x0 0x200000>; 463 463 no-map; 464 464 }; 465 + 466 + mdata_mem: mpss-metadata { 467 + alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>; 468 + size = <0x0 0x4000>; 469 + no-map; 470 + }; 465 471 }; 466 472 467 473 rpm-glink { ··· 2469 2463 2470 2464 mpss { 2471 2465 memory-region = <&mpss_mem>; 2466 + }; 2467 + 2468 + metadata { 2469 + memory-region = <&mdata_mem>; 2472 2470 }; 2473 2471 2474 2472 smd-edge {