Skip to content

Commit 20a1368

Browse files
vknechtksacilotto
authored andcommitted
arm64: dts: msm8916: Fix reserved and rfsa nodes unit address
BugLink: https://bugs.launchpad.net/bugs/1918974 [ Upstream commit d5ae252 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
1 parent 165bbbb commit 20a1368

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
@@ -53,7 +53,7 @@
5353
no-map;
5454
};
5555

56-
reserved@8668000 {
56+
reserved@86680000 {
5757
reg = <0x0 0x86680000 0x0 0x80000>;
5858
no-map;
5959
};
@@ -66,7 +66,7 @@
6666
qcom,client-id = <1>;
6767
};
6868

69-
rfsa@867e00000 {
69+
rfsa@867e0000 {
7070
reg = <0x0 0x867e0000 0x0 0x20000>;
7171
no-map;
7272
};

0 commit comments

Comments
 (0)