mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09: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 @@
|
||||
|
||||
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