OSDN Git Service

arm64: dts: msm8916: Fix reserved and rfsa nodes unit address
authorVincent Knecht <vincent.knecht@mailoo.org>
Sat, 23 Jan 2021 10:44:16 +0000 (11:44 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 2 Feb 2021 22:46:32 +0000 (16:46 -0600)
Fix `reserved` and `rfsa` unit address according to their reg address

Fixes: 7258e10e6a0b ("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>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index c82ac05..5353da5 100644 (file)
@@ -56,7 +56,7 @@
                        no-map;
                };
 
-               reserved@8668000 {
+               reserved@86680000 {
                        reg = <0x0 0x86680000 0x0 0x80000>;
                        no-map;
                };
@@ -69,7 +69,7 @@
                        qcom,client-id = <1>;
                };
 
-               rfsa@867e00000 {
+               rfsa@867e0000 {
                        reg = <0x0 0x867e0000 0x0 0x20000>;
                        no-map;
                };