mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-28 12:19:09 -04:00
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:
committed by
Bjorn Andersson
parent
690e8993cc
commit
1d09705a64
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user