Commit 9ba7648c authored by Vineet Gupta's avatar Vineet Gupta

ARC: [dts] Rename cpu_intc -> core_intc

This is again for future changes to use common DTSI for timers which
refer to @core_intc
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 2e8cd938
...@@ -26,7 +26,7 @@ cpu_card { ...@@ -26,7 +26,7 @@ cpu_card {
ranges = <0x00000000 0xf0000000 0x10000000>; ranges = <0x00000000 0xf0000000 0x10000000>;
cpu_intc: arc700-intc@cpu { core_intc: arc700-intc@cpu {
compatible = "snps,arc700-intc"; compatible = "snps,arc700-intc";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
...@@ -50,7 +50,7 @@ ictl_intc: gpio-controller@0 { ...@@ -50,7 +50,7 @@ ictl_intc: gpio-controller@0 {
reg = <0>; reg = <0>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupt-parent = <&cpu_intc>; interrupt-parent = <&core_intc>;
interrupts = <15>; interrupts = <15>;
}; };
}; };
...@@ -88,7 +88,7 @@ mb_intc: dw-apb-ictl@0xe0012000 { ...@@ -88,7 +88,7 @@ mb_intc: dw-apb-ictl@0xe0012000 {
compatible = "snps,dw-apb-ictl"; compatible = "snps,dw-apb-ictl";
reg = < 0xe0012000 0x200 >; reg = < 0xe0012000 0x200 >;
interrupt-controller; interrupt-controller;
interrupt-parent = <&cpu_intc>; interrupt-parent = <&core_intc>;
interrupts = < 7 >; interrupts = < 7 >;
}; };
......
...@@ -25,7 +25,7 @@ cpu_card { ...@@ -25,7 +25,7 @@ cpu_card {
ranges = <0x00000000 0xf0000000 0x10000000>; ranges = <0x00000000 0xf0000000 0x10000000>;
cpu_intc: archs-intc@cpu { core_intc: archs-intc@cpu {
compatible = "snps,archs-intc"; compatible = "snps,archs-intc";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
...@@ -49,7 +49,7 @@ ictl_intc: gpio-controller@0 { ...@@ -49,7 +49,7 @@ ictl_intc: gpio-controller@0 {
reg = <0>; reg = <0>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupt-parent = <&cpu_intc>; interrupt-parent = <&core_intc>;
interrupts = <25>; interrupts = <25>;
}; };
}; };
...@@ -68,7 +68,7 @@ debug_uart: dw-apb-uart@0x5000 { ...@@ -68,7 +68,7 @@ debug_uart: dw-apb-uart@0x5000 {
arcpct0: pct { arcpct0: pct {
compatible = "snps,archs-pct"; compatible = "snps,archs-pct";
#interrupt-cells = <1>; #interrupt-cells = <1>;
interrupt-parent = <&cpu_intc>; interrupt-parent = <&core_intc>;
interrupts = <20>; interrupts = <20>;
}; };
}; };
...@@ -91,7 +91,7 @@ mb_intc: dw-apb-ictl@0xe0012000 { ...@@ -91,7 +91,7 @@ mb_intc: dw-apb-ictl@0xe0012000 {
compatible = "snps,dw-apb-ictl"; compatible = "snps,dw-apb-ictl";
reg = < 0xe0012000 0x200 >; reg = < 0xe0012000 0x200 >;
interrupt-controller; interrupt-controller;
interrupt-parent = <&cpu_intc>; interrupt-parent = <&core_intc>;
interrupts = < 24 >; interrupts = < 24 >;
}; };
......
...@@ -25,7 +25,7 @@ cpu_card { ...@@ -25,7 +25,7 @@ cpu_card {
ranges = <0x00000000 0xf0000000 0x10000000>; ranges = <0x00000000 0xf0000000 0x10000000>;
cpu_intc: archs-intc@cpu { core_intc: archs-intc@cpu {
compatible = "snps,archs-intc"; compatible = "snps,archs-intc";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
...@@ -34,7 +34,7 @@ cpu_intc: archs-intc@cpu { ...@@ -34,7 +34,7 @@ cpu_intc: archs-intc@cpu {
idu_intc: idu-interrupt-controller { idu_intc: idu-interrupt-controller {
compatible = "snps,archs-idu-intc"; compatible = "snps,archs-idu-intc";
interrupt-controller; interrupt-controller;
interrupt-parent = <&cpu_intc>; interrupt-parent = <&core_intc>;
/* /*
* <hwirq distribution> * <hwirq distribution>
...@@ -91,7 +91,7 @@ debug_uart: dw-apb-uart@0x5000 { ...@@ -91,7 +91,7 @@ debug_uart: dw-apb-uart@0x5000 {
arcpct0: pct { arcpct0: pct {
compatible = "snps,archs-pct"; compatible = "snps,archs-pct";
#interrupt-cells = <1>; #interrupt-cells = <1>;
interrupt-parent = <&cpu_intc>; interrupt-parent = <&core_intc>;
interrupts = <20>; interrupts = <20>;
}; };
}; };
......
...@@ -14,7 +14,7 @@ / { ...@@ -14,7 +14,7 @@ / {
clock-frequency = <80000000>; /* 80 MHZ */ clock-frequency = <80000000>; /* 80 MHZ */
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
interrupt-parent = <&intc>; interrupt-parent = <&core_intc>;
chosen { chosen {
bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8"; bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8";
...@@ -32,7 +32,7 @@ fpga { ...@@ -32,7 +32,7 @@ fpga {
/* child and parent address space 1:1 mapped */ /* child and parent address space 1:1 mapped */
ranges; ranges;
intc: interrupt-controller { core_intc: interrupt-controller {
compatible = "snps,arc700-intc"; compatible = "snps,arc700-intc";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
......
...@@ -14,7 +14,7 @@ / { ...@@ -14,7 +14,7 @@ / {
clock-frequency = <20000000>; /* 20 MHZ */ clock-frequency = <20000000>; /* 20 MHZ */
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
interrupt-parent = <&intc>; interrupt-parent = <&core_intc>;
chosen { chosen {
/* this is for console on PGU */ /* this is for console on PGU */
...@@ -35,7 +35,7 @@ fpga { ...@@ -35,7 +35,7 @@ fpga {
/* child and parent address space 1:1 mapped */ /* child and parent address space 1:1 mapped */
ranges; ranges;
intc: interrupt-controller { core_intc: interrupt-controller {
compatible = "snps,arc700-intc"; compatible = "snps,arc700-intc";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
......
...@@ -25,7 +25,7 @@ cpu_card { ...@@ -25,7 +25,7 @@ cpu_card {
ranges = <0x00000000 0xf0000000 0x10000000>; ranges = <0x00000000 0xf0000000 0x10000000>;
cpu_intc: archs-intc@cpu { core_intc: archs-intc@cpu {
compatible = "snps,archs-intc"; compatible = "snps,archs-intc";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
...@@ -35,7 +35,7 @@ debug_uart: dw-apb-uart@0x5000 { ...@@ -35,7 +35,7 @@ debug_uart: dw-apb-uart@0x5000 {
compatible = "snps,dw-apb-uart"; compatible = "snps,dw-apb-uart";
reg = <0x5000 0x100>; reg = <0x5000 0x100>;
clock-frequency = <2403200>; clock-frequency = <2403200>;
interrupt-parent = <&cpu_intc>; interrupt-parent = <&core_intc>;
interrupts = <19>; interrupts = <19>;
baud = <115200>; baud = <115200>;
reg-shift = <2>; reg-shift = <2>;
...@@ -49,7 +49,7 @@ mb_intc: dw-apb-ictl@0xe0012000 { ...@@ -49,7 +49,7 @@ mb_intc: dw-apb-ictl@0xe0012000 {
compatible = "snps,dw-apb-ictl"; compatible = "snps,dw-apb-ictl";
reg = < 0xe0012000 0x200 >; reg = < 0xe0012000 0x200 >;
interrupt-controller; interrupt-controller;
interrupt-parent = <&cpu_intc>; interrupt-parent = <&core_intc>;
interrupts = < 18 >; interrupts = < 18 >;
}; };
......
...@@ -26,7 +26,7 @@ cpu_card { ...@@ -26,7 +26,7 @@ cpu_card {
ranges = <0x00000000 0xf0000000 0x10000000>; ranges = <0x00000000 0xf0000000 0x10000000>;
cpu_intc: archs-intc@cpu { core_intc: archs-intc@cpu {
compatible = "snps,archs-intc"; compatible = "snps,archs-intc";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
...@@ -35,7 +35,7 @@ cpu_intc: archs-intc@cpu { ...@@ -35,7 +35,7 @@ cpu_intc: archs-intc@cpu {
idu_intc: idu-interrupt-controller { idu_intc: idu-interrupt-controller {
compatible = "snps,archs-idu-intc"; compatible = "snps,archs-idu-intc";
interrupt-controller; interrupt-controller;
interrupt-parent = <&cpu_intc>; interrupt-parent = <&core_intc>;
/* /*
* <hwirq distribution> * <hwirq distribution>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment