arm64: dts: ti: Trim addresses to 8 digits
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 15 Nov 2022 10:50:44 +0000 (11:50 +0100)
committerNishanth Menon <nm@ti.com>
Tue, 15 Nov 2022 16:43:03 +0000 (10:43 -0600)
Hex numbers in addresses and sizes should be rather eight digits, not
nine.  Drop leading zeros.  No functional change (same DTB).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20221115105044.95225-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi
arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi
arch/arm64/boot/dts/ti/k3-am64-main.dtsi
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

index ff936d547c994ebb548b3bd1aa9576e17f87445d..38dced6b4fef99b7c86b093074f3ad1b999803a9 100644 (file)
@@ -31,7 +31,7 @@
 
        wkup_i2c0: i2c@2b200000 {
                compatible = "ti,am64-i2c", "ti,omap4-i2c";
-               reg = <0x00 0x02b200000 0x00 0x100>;
+               reg = <0x00 0x2b200000 0x00 0x100>;
                interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
                #address-cells = <1>;
                #size-cells = <0>;
index 99afac40e8d4b33b0e2e94519f07e6ad746317eb..81d984414fd4a680945435e5101511aa5ab1e685 100644 (file)
@@ -31,7 +31,7 @@
 
        wkup_i2c0: i2c@2b200000 {
                compatible = "ti,am64-i2c", "ti,omap4-i2c";
-               reg = <0x00 0x02b200000 0x00 0x100>;
+               reg = <0x00 0x2b200000 0x00 0x100>;
                interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
                #address-cells = <1>;
                #size-cells = <0>;
index d2ea067df686c177419693eef4909a6519b54784..6fec2b41e78004d426150e5becfa036c6348a729 100644 (file)
                power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>;
                clocks = <&k3_clks 80 0>;
                clock-names = "fck";
-               reg = <0x00 0x03b000000 0x00 0x400>,
-                     <0x00 0x050000000 0x00 0x8000000>;
+               reg = <0x00 0x3b000000 0x00 0x400>,
+                     <0x00 0x50000000 0x00 0x8000000>;
                reg-names = "cfg", "data";
                interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
                gpmc,num-cs = <3>;
index 1930da25d282167399a86e0d3a6dfea7f10bac22..6378f8ff5400f9b19125dcfc09ebeed6a2a7ff25 100644 (file)
 
                dss_oldi_io_ctrl: dss-oldi-io-ctrl@41e0 {
                        compatible = "syscon";
-                       reg = <0x0000041e0 0x14>;
+                       reg = <0x000041e0 0x14>;
                };
 
                ehrpwm_tbclk: clock@4140 {