arm64: dts: qcom: sm6350: Pad addresses to 8 hex digits
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Mon, 2 Jan 2023 09:46:33 +0000 (10:46 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 18 Jan 2023 23:58:10 +0000 (17:58 -0600)
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-9-konrad.dybcio@linaro.org
arch/arm64/boot/dts/qcom/sm6350.dtsi

index 05101f69ebcbd7d52561fb19f3893d3168f6cc7a..8224adb99948405a13c4681f3d2a18eba8564225 100644 (file)
 
                qupv3_id_0: geniqup@8c0000 {
                        compatible = "qcom,geni-se-qup";
-                       reg = <0x0 0x8c0000 0x0 0x2000>;
+                       reg = <0x0 0x008c0000 0x0 0x2000>;
                        clock-names = "m-ahb", "s-ahb";
                        clocks = <&gcc GCC_QUPV3_WRAP_0_M_AHB_CLK>,
                                 <&gcc GCC_QUPV3_WRAP_0_S_AHB_CLK>;
 
                qupv3_id_1: geniqup@9c0000 {
                        compatible = "qcom,geni-se-qup";
-                       reg = <0x0 0x9c0000 0x0 0x2000>;
+                       reg = <0x0 0x009c0000 0x0 0x2000>;
                        clock-names = "m-ahb", "s-ahb";
                        clocks = <&gcc GCC_QUPV3_WRAP_1_M_AHB_CLK>,
                                 <&gcc GCC_QUPV3_WRAP_1_S_AHB_CLK>;
 
                        uart9: serial@98c000 {
                                compatible = "qcom,geni-debug-uart";
-                               reg = <0 0x98c000 0 0x4000>;
+                               reg = <0 0x0098c000 0 0x4000>;
                                clock-names = "se";
                                clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>;
                                pinctrl-names = "default";
 
                spmi_bus: spmi@c440000 {
                        compatible = "qcom,spmi-pmic-arb";
-                       reg = <0 0xc440000 0 0x1100>,
-                             <0 0xc600000 0 0x2000000>,
-                             <0 0xe600000 0 0x100000>,
-                             <0 0xe700000 0 0xa0000>,
-                             <0 0xc40a000 0 0x26000>;
+                       reg = <0 0x0c440000 0 0x1100>,
+                             <0 0x0c600000 0 0x2000000>,
+                             <0 0x0e600000 0 0x100000>,
+                             <0 0x0e700000 0 0xa0000>,
+                             <0 0x0c40a000 0 0x26000>;
                        reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
                        interrupt-names = "periph_irq";
                        interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>;