Commit 1d09705a authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm6115: Pad addresses to 8 hex digits



Some addresses were 7-hex-digits long, or less. Fix that.

Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230102094642.74254-18-konrad.dybcio@linaro.org
parent 690e8993
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -764,9 +764,9 @@ ufs_mem_phy: phy@4807000 {
			status = "disabled";

			ufs_mem_phy_lanes: phy@4807400 {
				reg = <0x4807400 0x098>,
				      <0x4807600 0x130>,
				      <0x4807c00 0x16c>;
				reg = <0x04807400 0x098>,
				      <0x04807600 0x130>,
				      <0x04807c00 0x16c>;
				#phy-cells = <0>;
			};
		};