]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARC: [dts] Rename cpu_intc -> core_intc
authorVineet Gupta <vgupta@synopsys.com>
Thu, 28 Jan 2016 04:27:12 +0000 (09:57 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 9 May 2016 04:02:29 +0000 (09:32 +0530)
This is again for future changes to use common DTSI for timers which
refer to @core_intc

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/dts/axc001.dtsi
arch/arc/boot/dts/axc003.dtsi
arch/arc/boot/dts/axc003_idu.dtsi
arch/arc/boot/dts/nsim_700.dts
arch/arc/boot/dts/nsimosci.dts
arch/arc/boot/dts/vdk_axc003.dtsi
arch/arc/boot/dts/vdk_axc003_idu.dtsi

index c7f23c76170f4b6e48816af57d66feddbbe4ee34..e7a83d19c5a37d0ecf0344a8ae5905b782e6605d 100644 (file)
@@ -26,7 +26,7 @@ cpu_card {
 
                ranges = <0x00000000 0xf0000000 0x10000000>;
 
-               cpu_intc: arc700-intc@cpu {
+               core_intc: arc700-intc@cpu {
                        compatible = "snps,arc700-intc";
                        interrupt-controller;
                        #interrupt-cells = <1>;
@@ -50,7 +50,7 @@ ictl_intc: gpio-controller@0 {
                                reg = <0>;
                                interrupt-controller;
                                #interrupt-cells = <2>;
-                               interrupt-parent = <&cpu_intc>;
+                               interrupt-parent = <&core_intc>;
                                interrupts = <15>;
                        };
                };
@@ -88,7 +88,7 @@ mb_intc: dw-apb-ictl@0xe0012000 {
                compatible = "snps,dw-apb-ictl";
                reg = < 0xe0012000 0x200 >;
                interrupt-controller;
-               interrupt-parent = <&cpu_intc>;
+               interrupt-parent = <&core_intc>;
                interrupts = < 7 >;
        };
 
index 4b85b70a708f22da37cc27175b93c6dc8597dec5..b0e3ccdf8fc79608b04707529b87797188835ebe 100644 (file)
@@ -25,7 +25,7 @@ cpu_card {
 
                ranges = <0x00000000 0xf0000000 0x10000000>;
 
-               cpu_intc: archs-intc@cpu {
+               core_intc: archs-intc@cpu {
                        compatible = "snps,archs-intc";
                        interrupt-controller;
                        #interrupt-cells = <1>;
@@ -49,7 +49,7 @@ ictl_intc: gpio-controller@0 {
                                reg = <0>;
                                interrupt-controller;
                                #interrupt-cells = <2>;
-                               interrupt-parent = <&cpu_intc>;
+                               interrupt-parent = <&core_intc>;
                                interrupts = <25>;
                        };
                };
@@ -68,7 +68,7 @@ debug_uart: dw-apb-uart@0x5000 {
                arcpct0: pct {
                        compatible = "snps,archs-pct";
                        #interrupt-cells = <1>;
-                       interrupt-parent = <&cpu_intc>;
+                       interrupt-parent = <&core_intc>;
                        interrupts = <20>;
                };
        };
@@ -91,7 +91,7 @@ mb_intc: dw-apb-ictl@0xe0012000 {
                compatible = "snps,dw-apb-ictl";
                reg = < 0xe0012000 0x200 >;
                interrupt-controller;
-               interrupt-parent = <&cpu_intc>;
+               interrupt-parent = <&core_intc>;
                interrupts = < 24 >;
        };
 
index db4032a6983a2aba9edbfe6aa2c9a2af2ddaea68..f87ae409c8ed2b0660e815117dc4a2bd4b49e0cf 100644 (file)
@@ -25,7 +25,7 @@ cpu_card {
 
                ranges = <0x00000000 0xf0000000 0x10000000>;
 
-               cpu_intc: archs-intc@cpu {
+               core_intc: archs-intc@cpu {
                        compatible = "snps,archs-intc";
                        interrupt-controller;
                        #interrupt-cells = <1>;
@@ -34,7 +34,7 @@ cpu_intc: archs-intc@cpu {
                idu_intc: idu-interrupt-controller {
                        compatible = "snps,archs-idu-intc";
                        interrupt-controller;
-                       interrupt-parent = <&cpu_intc>;
+                       interrupt-parent = <&core_intc>;
 
                        /*
                         * <hwirq  distribution>
@@ -91,7 +91,7 @@ debug_uart: dw-apb-uart@0x5000 {
                arcpct0: pct {
                        compatible = "snps,archs-pct";
                        #interrupt-cells = <1>;
-                       interrupt-parent = <&cpu_intc>;
+                       interrupt-parent = <&core_intc>;
                        interrupts = <20>;
                };
        };
index 105a0017023f27fc810c29336fa999dcc6456a24..987921f711c1791fb5d4855fe53c6ffe064181ab 100644 (file)
@@ -14,7 +14,7 @@ / {
        clock-frequency = <80000000>;   /* 80 MHZ */
        #address-cells = <1>;
        #size-cells = <1>;
-       interrupt-parent = <&intc>;
+       interrupt-parent = <&core_intc>;
 
        chosen {
                bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8";
@@ -32,7 +32,7 @@ fpga {
                /* child and parent address space 1:1 mapped */
                ranges;
 
-               intc: interrupt-controller {
+               core_intc: interrupt-controller {
                        compatible = "snps,arc700-intc";
                        interrupt-controller;
                        #interrupt-cells = <1>;
index d94b4ce516ad4015d4de1e13487a79212c0ada61..d5a6dd9084a81f3c230e7f4ae58bd45be7c1973f 100644 (file)
@@ -14,7 +14,7 @@ / {
        clock-frequency = <20000000>;   /* 20 MHZ */
        #address-cells = <1>;
        #size-cells = <1>;
-       interrupt-parent = <&intc>;
+       interrupt-parent = <&core_intc>;
 
        chosen {
                /* this is for console on PGU */
@@ -35,7 +35,7 @@ fpga {
                /* child and parent address space 1:1 mapped */
                ranges;
 
-               intc: interrupt-controller {
+               core_intc: interrupt-controller {
                        compatible = "snps,arc700-intc";
                        interrupt-controller;
                        #interrupt-cells = <1>;
index 4d9621ee7fcd5c35d1611bbcc85e945e635bb0c4..035759ee62a51530c902e7ea16842b610f11d47e 100644 (file)
@@ -25,7 +25,7 @@ cpu_card {
 
                ranges = <0x00000000 0xf0000000 0x10000000>;
 
-               cpu_intc: archs-intc@cpu {
+               core_intc: archs-intc@cpu {
                        compatible = "snps,archs-intc";
                        interrupt-controller;
                        #interrupt-cells = <1>;
@@ -35,7 +35,7 @@ debug_uart: dw-apb-uart@0x5000 {
                        compatible = "snps,dw-apb-uart";
                        reg = <0x5000 0x100>;
                        clock-frequency = <2403200>;
-                       interrupt-parent = <&cpu_intc>;
+                       interrupt-parent = <&core_intc>;
                        interrupts = <19>;
                        baud = <115200>;
                        reg-shift = <2>;
@@ -49,7 +49,7 @@ mb_intc: dw-apb-ictl@0xe0012000 {
                compatible = "snps,dw-apb-ictl";
                reg = < 0xe0012000 0x200 >;
                interrupt-controller;
-               interrupt-parent = <&cpu_intc>;
+               interrupt-parent = <&core_intc>;
                interrupts = < 18 >;
        };
 
index 3253486a4eec513cd6ec61d810ac4845f86722d8..90e18f4048890bbf8746f3459ad32d54abf405c8 100644 (file)
@@ -26,7 +26,7 @@ cpu_card {
 
                ranges = <0x00000000 0xf0000000 0x10000000>;
 
-               cpu_intc: archs-intc@cpu {
+               core_intc: archs-intc@cpu {
                        compatible = "snps,archs-intc";
                        interrupt-controller;
                        #interrupt-cells = <1>;
@@ -35,7 +35,7 @@ cpu_intc: archs-intc@cpu {
                idu_intc: idu-interrupt-controller {
                        compatible = "snps,archs-idu-intc";
                        interrupt-controller;
-                       interrupt-parent = <&cpu_intc>;
+                       interrupt-parent = <&core_intc>;
 
                        /*
                         * <hwirq  distribution>