Skip to content

Commit 3fd7e2e

Browse files
Bartosz Golaszewskiandersson
authored andcommitted
arm64: dts: qcom: sa8775p: pad reg properties to 8 digits
The file has inconsistent padding of the address part of soc node children's reg properties. Fix it. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230327125316.210812-2-brgl@bgdev.pl
1 parent 894e258 commit 3fd7e2e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm64/boot/dts/qcom/sa8775p.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440

441441
gcc: clock-controller@100000 {
442442
compatible = "qcom,sa8775p-gcc";
443-
reg = <0x0 0x100000 0x0 0xc7018>;
443+
reg = <0x0 0x00100000 0x0 0xc7018>;
444444
#clock-cells = <1>;
445445
#reset-cells = <1>;
446446
#power-domain-cells = <1>;
@@ -464,7 +464,7 @@
464464

465465
ipcc: mailbox@408000 {
466466
compatible = "qcom,sa8775p-ipcc", "qcom,ipcc";
467-
reg = <0x0 0x408000 0x0 0x1000>;
467+
reg = <0x0 0x00408000 0x0 0x1000>;
468468
interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
469469
interrupt-controller;
470470
#interrupt-cells = <3>;
@@ -473,7 +473,7 @@
473473

474474
qupv3_id_1: geniqup@ac0000 {
475475
compatible = "qcom,geni-se-qup";
476-
reg = <0x0 0xac0000 0x0 0x6000>;
476+
reg = <0x0 0x00ac0000 0x0 0x6000>;
477477
#address-cells = <2>;
478478
#size-cells = <2>;
479479
ranges;
@@ -485,7 +485,7 @@
485485

486486
uart10: serial@a8c000 {
487487
compatible = "qcom,geni-uart";
488-
reg = <0x0 0xa8c000 0x0 0x4000>;
488+
reg = <0x0 0x00a8c000 0x0 0x4000>;
489489
interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
490490
clock-names = "se";
491491
clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>;
@@ -735,7 +735,7 @@
735735

736736
tcsr_mutex: hwlock@1f40000 {
737737
compatible = "qcom,tcsr-mutex";
738-
reg = <0x0 0x1f40000 0x0 0x20000>;
738+
reg = <0x0 0x01f40000 0x0 0x20000>;
739739
#hwlock-cells = <1>;
740740
};
741741

@@ -754,7 +754,7 @@
754754

755755
tlmm: pinctrl@f000000 {
756756
compatible = "qcom,sa8775p-tlmm";
757-
reg = <0x0 0xf000000 0x0 0x1000000>;
757+
reg = <0x0 0x0f000000 0x0 0x1000000>;
758758
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
759759
gpio-controller;
760760
#gpio-cells = <2>;

0 commit comments

Comments
 (0)