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

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

authored by

Sibi Sankar and committed by
Bjorn Andersson
cb0eaae8 44c89ef3

+14 -2
+7 -1
arch/arm64/boot/dts/qcom/sc7180-idp.dts
··· 80 80 reg = <0x0 0x94400000 0x0 0x200000>; 81 81 no-map; 82 82 }; 83 + 84 + mdata_mem: mpss-metadata { 85 + alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>; 86 + size = <0x0 0x4000>; 87 + no-map; 88 + }; 83 89 }; 84 90 }; 85 91 ··· 388 382 clock-names = "iface", "bus", "nav", "snoc_axi", "mnoc_axi", "xo"; 389 383 390 384 iommus = <&apps_smmu 0x461 0x0>, <&apps_smmu 0x444 0x3>; 391 - memory-region = <&mba_mem &mpss_mem>; 385 + memory-region = <&mba_mem>, <&mpss_mem>, <&mdata_mem>; 392 386 393 387 resets = <&aoss_reset AOSS_CC_MSS_RESTART>, 394 388 <&pdc_reset PDC_MODEM_SYNC_RESET>;
+7 -1
arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
··· 81 81 reg = <0x0 0x94400000 0x0 0x200000>; 82 82 no-map; 83 83 }; 84 + 85 + mdata_mem: mpss-metadata { 86 + alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>; 87 + size = <0x0 0x4000>; 88 + no-map; 89 + }; 84 90 }; 85 91 86 92 aliases { ··· 875 869 clock-names = "iface", "bus", "nav", "snoc_axi", "mnoc_axi", "xo"; 876 870 877 871 iommus = <&apps_smmu 0x461 0x0>, <&apps_smmu 0x444 0x3>; 878 - memory-region = <&mba_mem &mpss_mem>; 872 + memory-region = <&mba_mem>, <&mpss_mem>, <&mdata_mem>; 879 873 880 874 /* This gets overridden for SKUs with LTE support. */ 881 875 firmware-name = "qcom/sc7180-trogdor/modem-nolte/mba.mbn",