[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230102094642.74254-18-konrad.dybcio@linaro.org>
Date: Mon, 2 Jan 2023 10:46:42 +0100
From: Konrad Dybcio <konrad.dybcio@...aro.org>
To: linux-arm-msm@...r.kernel.org, andersson@...nel.org,
agross@...nel.org, krzysztof.kozlowski@...aro.org
Cc: marijn.suijten@...ainline.org,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 17/17] arm64: dts: qcom: sm6115: Pad addresses to 8 hex digits
Some addresses were 7-hex-digits long, or less. Fix that.
Signed-off-by: Konrad Dybcio <konrad.dybcio@...aro.org>
---
v1 -> v2:
No changes
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@...7000 {
status = "disabled";
ufs_mem_phy_lanes: phy@...7400 {
- 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
Powered by blists - more mailing lists