ARM: dts: ti: split interrupts per cells
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 30 Jul 2023 11:15:33 +0000 (13:15 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 31 Jul 2023 06:10:36 +0000 (09:10 +0300)
Each interrupt should be in its own cell.  This is much more readable.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Message-ID: <20230730111533.98136-1-krzysztof.kozlowski@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/ti/davinci/da850.dtsi
arch/arm/boot/dts/ti/omap/am33xx-l4.dtsi
arch/arm/boot/dts/ti/omap/am437x-l4.dtsi
arch/arm/boot/dts/ti/omap/omap5-board-common.dtsi

index 1b9b6258d7c89347d16e0f02f9f97171ee847db2..f759fdfe1b104a910fd72fac44878b11d6012980 100644 (file)
                        /* eDMA3 CC0: 0x01c0 0000 - 0x01c0 7fff */
                        reg = <0x0 0x8000>;
                        reg-names = "edma3_cc";
-                       interrupts = <11 12>;
+                       interrupts = <11>, <12>;
                        interrupt-names = "edma3_ccint", "edma3_ccerrint";
                        #dma-cells = <2>;
 
                        /* eDMA3 CC1: 0x01e3 0000 - 0x01e3 7fff */
                        reg = <0x230000 0x8000>;
                        reg-names = "edma3_cc";
-                       interrupts = <93 94>;
+                       interrupts = <93>, <94>;
                        interrupt-names = "edma3_ccint", "edma3_ccerrint";
                        #dma-cells = <2>;
 
                rtc0: rtc@23000 {
                        compatible = "ti,da830-rtc";
                        reg = <0x23000 0x1000>;
-                       interrupts = <19
-                                     19>;
+                       interrupts = <19>, <19>;
                        clocks = <&pll0_auxclk>;
                        clock-names = "int-clk";
                        status = "disabled";
                        ti,davinci-ctrl-ram-offset = <0>;
                        ti,davinci-ctrl-ram-size = <0x2000>;
                        local-mac-address = [ 00 00 00 00 00 00 ];
-                       interrupts = <33
-                                       34
-                                       35
-                                       36
-                                       >;
+                       interrupts = <33>, <34>, <35>,<36>;
                        clocks = <&psc1 5>;
                        power-domains = <&psc1 5>;
                        status = "disabled";
                        gpio-controller;
                        #gpio-cells = <2>;
                        reg = <0x226000 0x1000>;
-                       interrupts = <42 43 44 45 46 47 48 49 50>;
+                       interrupts = <42>, <43>, <44>, <45>, <46>, <47>, <48>, <49>, <50>;
                        ti,ngpio = <144>;
                        ti,davinci-gpio-unbanked = <0>;
                        clocks = <&psc1 3>;
index 7e50fe633d8a1946ebbca072bf4fb41d75db2810..d6a143abae5f6bec8041e27d5469727d641a0a1d 100644 (file)
                        rtc: rtc@0 {
                                compatible = "ti,am3352-rtc", "ti,da830-rtc";
                                reg = <0x0 0x1000>;
-                               interrupts = <75
-                                             76>;
+                               interrupts = <75>,
+                                            <76>;
                        };
                };
 
                                 * c0_tx_pend
                                 * c0_misc_pend
                                 */
-                               interrupts = <40 41 42 43>;
+                               interrupts = <40>, <41>, <42>, <43>;
                                ranges = <0 0 0x8000>;
                                syscon = <&scm_conf>;
                                status = "disabled";
                                syscon = <&scm_conf>;
                                status = "disabled";
 
-                               interrupts = <40 41 42 43>;
+                               interrupts = <40>, <41>, <42>, <43>;
                                interrupt-names = "rx_thresh", "rx", "tx", "misc";
 
                                ethernet-ports {
                                pruss_intc: interrupt-controller@20000 {
                                        compatible = "ti,pruss-intc";
                                        reg = <0x20000 0x2000>;
-                                       interrupts = <20 21 22 23 24 25 26 27>;
+                                       interrupts = <20>, <21>, <22>, <23>, <24>, <25>, <26>, <27>;
                                        interrupt-names = "host_intr0", "host_intr1",
                                                          "host_intr2", "host_intr3",
                                                          "host_intr4", "host_intr5",
index 415210b034efa441d6999609ead732bc6edee71a..824b9415ebbe9070e9037b5b3115cbf776770ff5 100644 (file)
                                compatible = "ti,am4372-rtc", "ti,am3352-rtc",
                                             "ti,da830-rtc";
                                reg = <0x0 0x1000>;
-                               interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
-                                             GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk_32768_ck>;
                                clock-names = "int-clk";
                                system-power-controller;
                                syscon = <&scm_conf>;
                                status = "disabled";
 
-                               interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH
-                                             GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH
-                                             GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH
-                                             GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
+                                            <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
                                interrupt-names = "rx_thresh", "rx", "tx", "misc";
 
                                ethernet-ports {
index 6f46f1ecf1e577958efe9aa0b951e7313ee948a1..8946b5580cd9f43e5f7a756fc9b1cabdca403470 100644 (file)
 
                gpadc: gpadc {
                        compatible = "ti,palmas-gpadc";
-                       interrupts = <18 0
-                                     16 0
-                                     17 0>;
+                       interrupts = <18 0>,
+                                    <16 0>,
+                                    <17 0>;
                        #io-channel-cells = <1>;
                        ti,channel0-current-microamp = <5>;
                        ti,channel3-current-microamp = <10>;