arm: dts: am33xx: Remove redundant interrupt-parent property
authorSuniel Mahesh <sunil.m@techveda.org>
Mon, 5 Jun 2017 18:17:16 +0000 (23:47 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Jun 2017 07:33:48 +0000 (00:33 -0700)
Interrupt-parent property is defined in the root node as
"interrupt-parent = <&intc>". This interrupt-parent value becomes
the default for the system, so removed redundant "interrupt-parent"
property from mmc, mac, lcdc and tscadc nodes.

Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx.dtsi

index bdacb3dd689c10e9f0d40a88210f1b142e501f96..7d7ca054c557b4b66e5da847c53e6c20fd36cd5b 100644 (file)
                                &edma_xbar 25 0 0>;
                        dma-names = "tx", "rx";
                        interrupts = <64>;
                                &edma_xbar 25 0 0>;
                        dma-names = "tx", "rx";
                        interrupts = <64>;
-                       interrupt-parent = <&intc>;
                        reg = <0x48060000 0x1000>;
                        status = "disabled";
                };
                        reg = <0x48060000 0x1000>;
                        status = "disabled";
                };
                                &edma 3 0>;
                        dma-names = "tx", "rx";
                        interrupts = <28>;
                                &edma 3 0>;
                        dma-names = "tx", "rx";
                        interrupts = <28>;
-                       interrupt-parent = <&intc>;
                        reg = <0x481d8000 0x1000>;
                        status = "disabled";
                };
                        reg = <0x481d8000 0x1000>;
                        status = "disabled";
                };
                        ti,hwmods = "mmc3";
                        ti,needs-special-reset;
                        interrupts = <29>;
                        ti,hwmods = "mmc3";
                        ti,needs-special-reset;
                        interrupts = <29>;
-                       interrupt-parent = <&intc>;
                        reg = <0x47810000 0x1000>;
                        status = "disabled";
                };
                        reg = <0x47810000 0x1000>;
                        status = "disabled";
                };
                               0x4a101200 0x100>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                               0x4a101200 0x100>;
                        #address-cells = <1>;
                        #size-cells = <1>;
-                       interrupt-parent = <&intc>;
                        /*
                         * c0_rx_thresh_pend
                         * c0_rx_pend
                        /*
                         * c0_rx_thresh_pend
                         * c0_rx_pend
                lcdc: lcdc@4830e000 {
                        compatible = "ti,am33xx-tilcdc";
                        reg = <0x4830e000 0x1000>;
                lcdc: lcdc@4830e000 {
                        compatible = "ti,am33xx-tilcdc";
                        reg = <0x4830e000 0x1000>;
-                       interrupt-parent = <&intc>;
                        interrupts = <36>;
                        ti,hwmods = "lcdc";
                        status = "disabled";
                        interrupts = <36>;
                        ti,hwmods = "lcdc";
                        status = "disabled";
                tscadc: tscadc@44e0d000 {
                        compatible = "ti,am3359-tscadc";
                        reg = <0x44e0d000 0x1000>;
                tscadc: tscadc@44e0d000 {
                        compatible = "ti,am3359-tscadc";
                        reg = <0x44e0d000 0x1000>;
-                       interrupt-parent = <&intc>;
                        interrupts = <16>;
                        ti,hwmods = "adc_tsc";
                        status = "disabled";
                        interrupts = <16>;
                        ti,hwmods = "adc_tsc";
                        status = "disabled";