aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/hrefv60plus.dts
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-09-26 17:09:17 +0100
committerLee Jones <lee.jones@linaro.org>2012-11-01 12:59:32 +0100
commit6b8db1326a67440e23f668f0e2b258e5e4127b82 (patch)
treecb01e94cb74624981849d8fae845b196a58a6a2d /arch/arm/boot/dts/hrefv60plus.dts
parentdd06fafffbd8c8267e5cf945ddc318045e7682db (diff)
ARM: ux500: Add support for gpio-keys and Proximity Sensor for HREF
Here we ensure the SFH7741 Proximity Sensor is registered through gpio-keys when booting with Device Tree enabled. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/hrefv60plus.dts')
-rw-r--r--arch/arm/boot/dts/hrefv60plus.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
index 2a85893e515..4b867b25fd4 100644
--- a/arch/arm/boot/dts/hrefv60plus.dts
+++ b/arch/arm/boot/dts/hrefv60plus.dts
@@ -16,4 +16,10 @@
/ {
model = "ST-Ericsson HREF (v60+) platform with Device Tree";
compatible = "st-ericsson,hrefv60+";
+
+ gpio_keys {
+ button@1 {
+ gpios = <&gpio6 25 0x4>;
+ };
+ };
};