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@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230102094642.74254-18-konrad.dybcio@linaro.org
This commit is contained in:
Konrad Dybcio
2023-01-02 10:46:42 +01:00
committed by Bjorn Andersson
parent 690e8993cc
commit 1d09705a64

View File

@@ -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>;
};
};