]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
treewide: dts: reg: use new syntax for arrays 22736/head
authorRosen Penev <rosenp@gmail.com>
Wed, 1 Apr 2026 23:41:03 +0000 (16:41 -0700)
committerRobert Marko <robimarko@gmail.com>
Fri, 3 Apr 2026 09:11:35 +0000 (11:11 +0200)
<>, <> is the preferred way to specify multiple entries.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22736
Signed-off-by: Robert Marko <robimarko@gmail.com>
12 files changed:
target/linux/apm821xx/dts/apm82181.dtsi
target/linux/ath79/dts/ar7100.dtsi
target/linux/ath79/dts/ar9132.dtsi
target/linux/ath79/dts/ar9132_buffalo_wzr-hp-g300nh.dtsi
target/linux/ath79/dts/qca953x.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/amazonse.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi
target/linux/ramips/dts/mt7620a.dtsi
target/linux/ramips/dts/mt7621.dtsi
target/linux/ramips/dts/mt7628an.dtsi

index 71dea7ae20853c4e64269e7ad9cfd005644aaff5..a1154f4018d2bb4d74a42022fb01b6a90ea6fa86 100644 (file)
 
        L2C0: l2c {
                compatible = "ibm,l2-cache-apm82181", "ibm,l2-cache";
-               dcr-reg = <0x020 0x008
-                          0x030 0x008>;
+               dcr-reg = <0x020 0x008>, <0x030 0x008>;
                cache-line-size = <32>;
                cache-size = <262144>;
                interrupt-parent = <&UIC1>;
index 1cfe82ded8913652a98b1ff2be2b5054a05e1086..beb52a16855a3d0da1d67a0f3db4546b5d7aa4fc 100644 (file)
 
 &eth0 {
        compatible = "qca,ar7100-eth", "syscon";
-       reg = <0x19000000 0x200
-               0x18070000 0x4>;
+       reg = <0x19000000 0x200>, <0x18070000 0x4>;
 
        pll-data = <0x00110000 0x00001099 0x00991099>;
        pll-reg = <0x4 0x10 17>;
 
 &eth1 {
        compatible = "qca,ar7100-eth", "syscon";
-       reg = <0x1a000000 0x200
-               0x18070004 0x4>;
+       reg = <0x1a000000 0x200>, <0x18070004 0x4>;
 
        pll-data = <0x00110000 0x00001099 0x00991099>;
        pll-reg = <0x4 0x14 19>;
index ee9eab4ed1ff8863155a768511a6245020261049..0633080daa558a95f06ae0a358b8832334580e73 100644 (file)
 
 &eth0 {
        compatible = "qca,ar9130-eth", "syscon";
-       reg = <0x19000000 0x200
-               0x18070000 0x4>;
+       reg = <0x19000000 0x200>, <0x18070000 0x4>;
        pll-data = <0x1a000000 0x13000a44 0x00441099>;
        pll-reg = <0x4 0x14 20>;
        pll-handle = <&pll>;
index 981173c0cd871cc8a96b8235176bb2b5ee1fe46d..e41031d6830dbff9fbb7044baeb9972b02bdd250 100644 (file)
        status = "disabled";
 
        compatible = "qca,ar9130-eth", "syscon";
-       reg = <0x1a000000 0x200
-               0x18070004 0x4>;
+       reg = <0x1a000000 0x200>, <0x18070004 0x4>;
 
        pll-reg = <0x4 0x18 22>;
        pll-handle = <&pll>;
index b5b51275cbecee87d4f1cc4f211072a1f1386ddb..ca1ba6ce20412d216052c32f54a9e7876bfcf758 100644 (file)
 &eth0 {
        compatible = "qca,qca9530-eth", "syscon";
        pll-data = <0x82000101 0x80000101 0x80001313>;
-       reg = <0x19000000 0x200
-               0x18070000 0x4>;
+       reg = <0x19000000 0x200>, <0x18070000 0x4>;
        pll-reg = <0x4 0x2c 17>;
        pll-handle = <&pll>;
 
index 042b7f828a939f90fa38b19ac17f153a5e696a0e..e396ed249630170c01b64d0cb46464aa7f3d999d 100644 (file)
 
                usb: usb@e101000 {
                        compatible = "lantiq,ase-usb";
-                       reg = <0xe101000 0x1000
-                               0xe120000 0x3f000>;
+                       reg = <0xe101000 0x1000>, <0xe120000 0x3f000>;
                        interrupt-parent = <&icu0>;
                        interrupts = <39>;
                        dr_mode = "host";
index fdea51192bc76ecf41cf141fcc126a1f2f5cf7a6..541c58a26e55303c5c803a621db61734c4b450a3 100644 (file)
 
                usb0: usb@e101000 {
                        compatible = "lantiq,arx100-usb";
-                       reg = <0xe101000 0x1000
-                               0xe120000 0x3f000>;
+                       reg = <0xe101000 0x1000>, <0xe120000 0x3f000>;
                        interrupt-parent = <&icu0>;
                        interrupts = <62 91>;
                        dr_mode = "host";
 
                usb1: usb@e106000 {
                        compatible = "lantiq,arx100-usb";
-                       reg = <0xe106000 0x1000
-                               0xe1e0000 0x3f000>;
+                       reg = <0xe106000 0x1000>, <0xe1e0000 0x3f000>;
                        interrupt-parent = <&icu0>;
                        interrupts = <91>;
                        dr_mode = "host";
 
                gsw: ethernet@e180000 {
                        compatible = "lantiq,etop-xway";
-                       reg = <0xe180000 0x40000
-                               0xe108000 0x200>;
+                       reg = <0xe180000 0x40000>, <0xe108000 0x200>;
                        interrupt-parent = <&icu0>;
                        interrupts = <73 72>;
                        pinctrl-0 = <&mdio_pins>;
index 8c75f4ad43d285bb4e4fb30bd335fad24a24b6f8..45fdeec9bdcdd4115afc352187e78a5bd016c83c 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        compatible = "lantiq,danube-usb";
-                       reg = <0xe101000 0x1000
-                               0xe120000 0x3f000>;
+                       reg = <0xe101000 0x1000>, <0xe120000 0x3f000>;
                        interrupt-parent = <&icu0>;
                        interrupts = <62>;
                        dr_mode = "host";
index ffad82269024a5ead15e05327137a59cd2895350..1a2e51032d21d163956348ec9a20dc6dde1388e7 100644 (file)
                        #size-cells = <0>;
                        status = "disabled";
                        compatible = "lantiq,xrx200-usb";
-                       reg = <0xe101000 0x1000
-                               0xe120000 0x3f000>;
+                       reg = <0xe101000 0x1000>, <0xe120000 0x3f000>;
                        interrupt-parent = <&icu0>;
                        interrupts = <62 91>;
                        dr_mode = "host";
index 781919df5c6299e7763f91529a63b08b3e0a039b..43c497b4b720a84c82722b6982d02ad0b4a929c3 100644 (file)
 
        pcie: pcie@10140000 {
                compatible = "mediatek,mt7620-pci";
-               reg = <0x10140000 0x100
-                       0x10142000 0x100>;
+               reg = <0x10140000 0x100>, <0x10142000 0x100>;
 
                #address-cells = <3>;
                #size-cells = <2>;
index 64a2982137c8bff33f9ae7ee8e0d9b3532333047..89f7ff457aeba46044da9de1161b6db702a6e126 100644 (file)
                #size-cells = <0>;
 
                compatible = "mediatek,mt8173-xhci";
-               reg = <0x1e1c0000 0x1000
-                      0x1e1d0700 0x0100>;
+               reg = <0x1e1c0000 0x1000>, <0x1e1d0700 0x0100>;
                reg-names = "mac", "ippc";
 
                clocks = <&sysc MT7621_CLK_XTAL>;
                status = "disabled";
 
                compatible = "mediatek,mt7621-nfc";
-               reg = <0x1e003000 0x800
-                       0x1e003800 0x800>;
+               reg = <0x1e003000 0x800>, <0x1e003800 0x800>;
                reg-names = "nfi", "ecc";
 
                clocks = <&sysc MT7621_CLK_NAND>;
index bf39ec307b1d69ae6565782ce4913426563b01bf..650ccbbc6d255466d8c11ab7c36309d23de81878 100644 (file)
 
        pcie: pcie@10140000 {
                compatible = "mediatek,mt7620-pci";
-               reg = <0x10140000 0x100
-                      0x10142000 0x8000>;
+               reg = <0x10140000 0x100>, <0x10142000 0x8000>;
 
                #address-cells = <3>;
                #size-cells = <2>;