Skip to content

Commit

Permalink
arm64: dts: msm8916: Fix reserved and rfsa nodes unit address
Browse files Browse the repository at this point in the history
[ 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>
  • Loading branch information
vknecht authored and gregkh committed Mar 4, 2021
1 parent 84f9aaa commit 0aa65ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/msm8916.dtsi
Expand Up @@ -55,7 +55,7 @@
no-map;
};

reserved@8668000 {
reserved@86680000 {
reg = <0x0 0x86680000 0x0 0x80000>;
no-map;
};
Expand All @@ -68,7 +68,7 @@
qcom,client-id = <1>;
};

rfsa@867e00000 {
rfsa@867e0000 {
reg = <0x0 0x867e0000 0x0 0x20000>;
no-map;
};
Expand Down

0 comments on commit 0aa65ba

Please sign in to comment.