diff mbox series

arm64: dts: msm8916: Fix reserved and rfsa nodes unit address

Message ID 20210123104417.518105-1-vincent.knecht@mailoo.org
State New
Headers show
Series arm64: dts: msm8916: Fix reserved and rfsa nodes unit address | expand

Commit Message

Vincent Knecht Jan. 23, 2021, 10:44 a.m. UTC
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>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

patchwork-bot+linux-arm-msm@kernel.org Feb. 2, 2021, 11:10 p.m. UTC | #1
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Sat, 23 Jan 2021 11:44:16 +0100 you wrote:
> 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>

> ---

>  arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 ++--

>  1 file changed, 2 insertions(+), 2 deletions(-)


Here is the summary with links:
  - arm64: dts: msm8916: Fix reserved and rfsa nodes unit address
    https://git.kernel.org/qcom/c/d5ae2528b0b5

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 402e891a84ab..d25f6dc751e9 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -56,7 +56,7 @@  tz@86500000 {
 			no-map;
 		};
 
-		reserved@8668000 {
+		reserved@86680000 {
 			reg = <0x0 0x86680000 0x0 0x80000>;
 			no-map;
 		};
@@ -69,7 +69,7 @@  rmtfs@86700000 {
 			qcom,client-id = <1>;
 		};
 
-		rfsa@867e00000 {
+		rfsa@867e0000 {
 			reg = <0x0 0x867e0000 0x0 0x20000>;
 			no-map;
 		};