Commit 264f6a8d authored by Sibi Sankar's avatar Sibi Sankar Committed by Bjorn Andersson

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

Add a new carveout for modem metadata on MSM8998 SoCs.
Signed-off-by: default avatarSibi Sankar <quic_sibis@quicinc.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230117085840.32356-9-quic_sibis@quicinc.com
parent 3c118d1b
...@@ -108,6 +108,12 @@ wlan_msa_mem: memory@95700000 { ...@@ -108,6 +108,12 @@ wlan_msa_mem: memory@95700000 {
reg = <0x0 0x95700000 0x0 0x100000>; reg = <0x0 0x95700000 0x0 0x100000>;
no-map; no-map;
}; };
mdata_mem: mpss-metadata {
alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>;
size = <0x0 0x4000>;
no-map;
};
}; };
clocks { clocks {
...@@ -1357,6 +1363,10 @@ mpss { ...@@ -1357,6 +1363,10 @@ mpss {
memory-region = <&mpss_mem>; memory-region = <&mpss_mem>;
}; };
metadata {
memory-region = <&mdata_mem>;
};
glink-edge { glink-edge {
interrupts = <GIC_SPI 452 IRQ_TYPE_EDGE_RISING>; interrupts = <GIC_SPI 452 IRQ_TYPE_EDGE_RISING>;
label = "modem"; label = "modem";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment