mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-27 05:48:09 -04:00
arm64: dts: qcom: sc8280xp: 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-7-konrad.dybcio@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
7356ae3e10
commit
8d5bf0b2dc
@@ -2149,7 +2149,7 @@ mdss1_dp1_phy: phy@890ca00 {
|
||||
|
||||
pmu@9091000 {
|
||||
compatible = "qcom,sc8280xp-llcc-bwmon", "qcom,sc7280-llcc-bwmon";
|
||||
reg = <0 0x9091000 0 0x1000>;
|
||||
reg = <0 0x09091000 0 0x1000>;
|
||||
|
||||
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user