Skip to content

Commit d5ae252

Browse files
vknechtandersson
authored andcommitted
arm64: dts: msm8916: Fix reserved and rfsa nodes unit address
Fix `reserved` and `rfsa` unit address according to their reg address Fixes: 7258e10 ("ARM: dts: msm8916: Update reserved-memory") Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org> Link: https://lore.kernel.org/r/20210123104417.518105-1-vincent.knecht@mailoo.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
1 parent c636eeb commit d5ae252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
no-map;
5757
};
5858

59-
reserved@8668000 {
59+
reserved@86680000 {
6060
reg = <0x0 0x86680000 0x0 0x80000>;
6161
no-map;
6262
};
@@ -69,7 +69,7 @@
6969
qcom,client-id = <1>;
7070
};
7171

72-
rfsa@867e00000 {
72+
rfsa@867e0000 {
7373
reg = <0x0 0x867e0000 0x0 0x20000>;
7474
no-map;
7575
};

0 commit comments

Comments
 (0)