summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-19 21:32:31 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 12:07:18 +0800
commit0ac8b1f437aa71c205f498d068d9d097cf72ce03 (patch)
treeb31936eb45a21f0f07637349fe4de335355d163c /arch/x86/dts
parent117bfc7fbe1cfe2a7e8a21f996adf9a59f60405d (diff)
downloadu-boot-imx-0ac8b1f437aa71c205f498d068d9d097cf72ce03.zip
u-boot-imx-0ac8b1f437aa71c205f498d068d9d097cf72ce03.tar.gz
u-boot-imx-0ac8b1f437aa71c205f498d068d9d097cf72ce03.tar.bz2
dm: x86: queensbay: Add an interrupt driver
Add a driver for interrupts on queensbay 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/crownbay.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts
index 2a18be0..d6dd0b4 100644
--- a/arch/x86/dts/crownbay.dts
+++ b/arch/x86/dts/crownbay.dts
@@ -164,7 +164,7 @@
compatible = "intel,pch7";
irq-router {
- compatible = "intel,irq-router";
+ compatible = "intel,queensbay-irq-router";
intel,pirq-config = "pci";
intel,pirq-link = <0x60 8>;
intel,pirq-mask = <0xcee0>;