aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/boot
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2013-12-01 03:59:49 -0500
committerChris Zankel <chris@zankel.net>2014-01-14 13:19:56 -0500
commitcbd1de2e8e46207cead11034f92ea8a018b11189 (patch)
treeaba9a9486122ed6bf3a849365424742645ad5766 /arch/xtensa/boot
parentc8f3a7dc0102fc9f89cc373c6dd7beb49916a695 (diff)
xtensa: move built-in PIC to drivers/irqchip
Extract xtensa built-in interrupt controller implementation from xtensa/kernel/irq.c and move it to other irqchips, providing way to instantiate it from the device tree. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/boot')
-rw-r--r--arch/xtensa/boot/dts/xtfpga.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/boot/dts/xtfpga.dtsi b/arch/xtensa/boot/dts/xtfpga.dtsi
index 7eda6ecf7eef..b042c3f508e6 100644
--- a/arch/xtensa/boot/dts/xtfpga.dtsi
+++ b/arch/xtensa/boot/dts/xtfpga.dtsi
@@ -26,7 +26,7 @@
26 }; 26 };
27 27
28 pic: pic { 28 pic: pic {
29 compatible = "xtensa,pic"; 29 compatible = "cdns,xtensa-pic";
30 /* one cell: internal irq number, 30 /* one cell: internal irq number,
31 * two cells: second cell == 0: internal irq number 31 * two cells: second cell == 0: internal irq number
32 * second cell == 1: external irq number 32 * second cell == 1: external irq number