ARM: dts: exynos4412-redwood: Add menu key
authorChanho Park <chanho61.park@samsung.com>
Wed, 20 Mar 2013 11:47:51 +0000 (20:47 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:42:55 +0000 (11:42 +0900)
This patch adds a node of menu key. The redwood has menu(home) key and its key
code is 139.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
arch/arm/boot/dts/exynos4412-redwood.dts

index 17f704e..0f86fea 100644 (file)
                        debounce-interval = <10>;
                        gpio-key,wakeup;
                };
+
+               key@139 {
+                       interrupt-parent = <&gpx0>;
+                       interrupts = <1 0>;
+                       gpios = <&gpx0 1 1>;
+                       linux,code = <139>;
+                       label = "menu";
+                       debounce-interval = <10>;
+                       gpio-key,wakeup;
+               };
        };
 
        i2c_0: i2c@13860000 {