diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-01-28 07:27:12 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-05-09 07:02:29 +0300 |
commit | 9ba7648cc9b363dd5597caf68968502493996ce5 (patch) | |
tree | ffd1e1214883813acc7222a833c1711fd7e15c65 /arch/arc/boot/dts/axc003_idu.dtsi | |
parent | 2e8cd93877b2f97439e417839dbd250f0a0f12a7 (diff) | |
download | linux-9ba7648cc9b363dd5597caf68968502493996ce5.tar.xz |
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: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/axc003_idu.dtsi')
-rw-r--r-- | arch/arc/boot/dts/axc003_idu.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arc/boot/dts/axc003_idu.dtsi b/arch/arc/boot/dts/axc003_idu.dtsi index db4032a6983a..f87ae409c8ed 100644 --- a/arch/arc/boot/dts/axc003_idu.dtsi +++ b/arch/arc/boot/dts/axc003_idu.dtsi @@ -25,7 +25,7 @@ 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 @@ 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 @@ arcpct0: pct { compatible = "snps,archs-pct"; #interrupt-cells = <1>; - interrupt-parent = <&cpu_intc>; + interrupt-parent = <&core_intc>; interrupts = <20>; }; }; |