summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-20 04:32:30 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 04:07:18 (GMT)
commit117bfc7fbe1cfe2a7e8a21f996adf9a59f60405d (patch)
tree2f0b12e01f0eb504c9878f5311e0096345af430f /arch/x86/dts
parentf8b4e45e313f1f3ab092d1172e5348466c57481c (diff)
downloadu-boot-fsl-qoriq-117bfc7fbe1cfe2a7e8a21f996adf9a59f60405d.tar.xz
dm: x86: quark: Add an interrupt driver
Add a driver for interrupts on quark and move the code currently in cpu_irq_init() into its probe() method. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/galileo.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/galileo.dts b/arch/x86/dts/galileo.dts
index 9d82bb3..a2f5a1f 100644
--- a/arch/x86/dts/galileo.dts
+++ b/arch/x86/dts/galileo.dts
@@ -84,7 +84,7 @@
compatible = "intel,pch7";
irq-router {
- compatible = "intel,irq-router";
+ compatible = "intel,quark-irq-router";
intel,pirq-config = "pci";
intel,pirq-link = <0x60 8>;
intel,pirq-mask = <0xdef8>;