Message ID | 20221231125911.437599-19-konrad.dybcio@linaro.org |
---|---|
State | New |
Headers | show |
Series | [01/18] arm64: dts: qcom: ipq6018: Pad addresses to 8 hex digits | expand |
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>; }; };
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(-)