aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2011-12-22 15:45:19 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-06-25 12:07:20 -0600
commit32732c12f60292ffc52035905de7d6860c2793fb (patch)
tree46cbd952c3807d634bc73ca08d04e5be02fea338 /arch
parent0a8114e1aaeaa6b65be4bafa4cb86a5e860c3372 (diff)
UBUNTU: SAUCE: input: add a key driver for highbank
BugLink: http://bugs.launchpad.net/bugs/1000831 Add a keyboard driver to handle power and sleep keys from the management controller. These are generated via ipc messages. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Ike Panhc <ike.pan@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/highbank.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts
index 83e72294aef..e735731ae39 100644
--- a/arch/arm/boot/dts/highbank.dts
+++ b/arch/arm/boot/dts/highbank.dts
@@ -124,6 +124,10 @@
interrupts = <0 7 4>;
};
+ ipc-keys {
+ compatible = "calxeda,hb-keys";
+ };
+
gpioe: gpio@fff30000 {
#gpio-cells = <2>;
compatible = "arm,pl061", "arm,primecell";