diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-19 21:32:30 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-24 12:07:18 +0800 |
commit | 117bfc7fbe1cfe2a7e8a21f996adf9a59f60405d (patch) | |
tree | 2f0b12e01f0eb504c9878f5311e0096345af430f /arch/x86/dts | |
parent | f8b4e45e313f1f3ab092d1172e5348466c57481c (diff) | |
download | u-boot-117bfc7fbe1cfe2a7e8a21f996adf9a59f60405d.tar.gz u-boot-117bfc7fbe1cfe2a7e8a21f996adf9a59f60405d.tar.bz2 u-boot-117bfc7fbe1cfe2a7e8a21f996adf9a59f60405d.zip |
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.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/galileo.dts b/arch/x86/dts/galileo.dts index 9d82bb3f1b..a2f5a1f223 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>; |