lkml.org 
[lkml]   [2022]   [Dec]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 18/18] arm64: dts: qcom: sm6115: Pad addresses to 8 hex digits
Date
Some addresses were 7-hex-digits long, or less. Fix that.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
arch/arm64/boot/dts/qcom/sm6115.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi
index b3ed6ec16205..76dab4c2e8ed 100644
--- a/arch/arm64/boot/dts/qcom/sm6115.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi
@@ -831,9 +831,9 @@ ufs_mem_phy: phy@4807000 {
status = "disabled";

ufs_mem_phy_lanes: phy@4807400 {
- reg = <0 0x4807400 0 0x098>,
- <0 0x4807600 0 0x130>,
- <0 0x4807c00 0 0x16c>;
+ reg = <0 0x04807400 0 0x098>,
+ <0 0x04807600 0 0x130>,
+ <0 0x04807c00 0 0x16c>;
#phy-cells = <0>;
};
};
--
2.39.0
\
 
 \ /
  Last update: 2023-03-26 23:24    [W:0.035 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site