ARM: dts: omap3-gta04: Disable keypad

The twl4030 keypad is not wired up in the gta04, so mark it disabled
to avoid pointless initialization.

Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
NeilBrown 2015-01-22 21:38:19 +01:00 committed by Tony Lindgren
parent 01ca6d57ec
commit 1e1e8cb3fa

View File

@ -377,6 +377,10 @@
status = "disabled";
};
&twl_keypad {
status = "disabled";
};
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins>;