Skip to content

Commit 7258e10

Browse files
anderssonAndy Gross
authored andcommitted
ARM: dts: msm8916: Update reserved-memory
Update reserved-memory in accordance with memory the detailed memory map for 8916, so that we will be able to reference the firmware memory regions. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
1 parent ea49e16 commit 7258e10

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

arch/arm64/boot/dts/qcom/msm8916.dtsi

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,48 @@
4242
#size-cells = <2>;
4343
ranges;
4444

45-
reserve_aligned@86000000 {
46-
reg = <0x0 0x86000000 0x0 0x0300000>;
45+
tz-apps@86000000 {
46+
reg = <0x0 0x86000000 0x0 0x300000>;
4747
no-map;
4848
};
4949

5050
smem_mem: smem_region@86300000 {
51-
reg = <0x0 0x86300000 0x0 0x0100000>;
51+
reg = <0x0 0x86300000 0x0 0x100000>;
52+
no-map;
53+
};
54+
55+
hypervisor@86400000 {
56+
reg = <0x0 0x86400000 0x0 0x100000>;
57+
no-map;
58+
};
59+
60+
tz@86500000 {
61+
reg = <0x0 0x86500000 0x0 0x180000>;
62+
no-map;
63+
};
64+
65+
reserved@8668000 {
66+
reg = <0x0 0x86680000 0x0 0x80000>;
67+
no-map;
68+
};
69+
70+
rmtfs@86700000 {
71+
reg = <0x0 0x86700000 0x0 0xe0000>;
72+
no-map;
73+
};
74+
75+
rfsa@867e00000 {
76+
reg = <0x0 0x867e0000 0x0 0x20000>;
77+
no-map;
78+
};
79+
80+
mpss@86800000 {
81+
reg = <0x0 0x86800000 0x0 0x2b00000>;
82+
no-map;
83+
};
84+
85+
wcnss@89300000 {
86+
reg = <0x0 0x89300000 0x0 0x600000>;
5287
no-map;
5388
};
5489
};

0 commit comments

Comments
 (0)