Commit 1e1e8cb3 authored by NeilBrown's avatar NeilBrown Committed by Tony Lindgren

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: default avatarNeilBrown <neil@brown.name>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 01ca6d57
......@@ -377,6 +377,10 @@ &mmc3 {
status = "disabled";
};
&twl_keypad {
status = "disabled";
};
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment