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

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
......@@ -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>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment