arm64: dts: qcom: sa8775p: pad reg properties to 8 digits
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 27 Mar 2023 12:52:59 +0000 (14:52 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 5 Apr 2023 03:42:29 +0000 (20:42 -0700)
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
arch/arm64/boot/dts/qcom/sa8775p.dtsi

index c5b73c591e0fd432467536d7ff7be92797e75d43..5aa28a3b12ae7a030789af2a0cffcd74550d6bff 100644 (file)
 
                gcc: clock-controller@100000 {
                        compatible = "qcom,sa8775p-gcc";
-                       reg = <0x0 0x100000 0x0 0xc7018>;
+                       reg = <0x0 0x00100000 0x0 0xc7018>;
                        #clock-cells = <1>;
                        #reset-cells = <1>;
                        #power-domain-cells = <1>;
 
                ipcc: mailbox@408000 {
                        compatible = "qcom,sa8775p-ipcc", "qcom,ipcc";
-                       reg = <0x0 0x408000 0x0 0x1000>;
+                       reg = <0x0 0x00408000 0x0 0x1000>;
                        interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-controller;
                        #interrupt-cells = <3>;
 
                qupv3_id_1: geniqup@ac0000 {
                        compatible = "qcom,geni-se-qup";
-                       reg = <0x0 0xac0000 0x0 0x6000>;
+                       reg = <0x0 0x00ac0000 0x0 0x6000>;
                        #address-cells = <2>;
                        #size-cells = <2>;
                        ranges;
 
                        uart10: serial@a8c000 {
                                compatible = "qcom,geni-uart";
-                               reg = <0x0 0xa8c000 0x0 0x4000>;
+                               reg = <0x0 0x00a8c000 0x0 0x4000>;
                                interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
                                clock-names = "se";
                                clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>;
 
                tcsr_mutex: hwlock@1f40000 {
                        compatible = "qcom,tcsr-mutex";
-                       reg = <0x0 0x1f40000 0x0 0x20000>;
+                       reg = <0x0 0x01f40000 0x0 0x20000>;
                        #hwlock-cells = <1>;
                };
 
 
                tlmm: pinctrl@f000000 {
                        compatible = "qcom,sa8775p-tlmm";
-                       reg = <0x0 0xf000000 0x0 0x1000000>;
+                       reg = <0x0 0x0f000000 0x0 0x1000000>;
                        interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
                        gpio-controller;
                        #gpio-cells = <2>;