summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-21 00:18:51 -0700
committerSimon Glass <sjg@chromium.org>2015-08-26 07:54:12 -0700
commitc78dfb4fd2cc8dbcd0baa3d180aeef1a06b1f062 (patch)
tree506c24345fd8e1c57e55361ddaf1164c85c2ead1 /arch/x86
parent348b744b7c6528c0509e2a0b0740be3ce949497f (diff)
downloadtalos-obmc-uboot-c78dfb4fd2cc8dbcd0baa3d180aeef1a06b1f062.tar.gz
talos-obmc-uboot-c78dfb4fd2cc8dbcd0baa3d180aeef1a06b1f062.zip
x86: superio: Add keyboard controller support to smsc_lpc47m driver
Add an api to enable and configure the integrated keyboard controller on SMSC LPC47m superio chipset. It also adds several macros to help future extension. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/ibmpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/ibmpc.h b/arch/x86/include/asm/ibmpc.h
index 678cde4c86..1e9058c0c1 100644
--- a/arch/x86/include/asm/ibmpc.h
+++ b/arch/x86/include/asm/ibmpc.h
@@ -24,4 +24,7 @@
#define UART0_IRQ 4
#define UART1_IRQ 3
+#define KBD_IRQ 1
+#define MSE_IRQ 12
+
#endif
OpenPOWER on IntegriCloud