ARM: dts: omap3-gta04: Disable keypad
authorNeilBrown <neil@brown.name>
Thu, 22 Jan 2015 20:38:19 +0000 (21:38 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Jan 2015 20:54:32 +0000 (12:54 -0800)
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>
arch/arm/boot/dts/omap3-gta04.dtsi

index eed0208f0db219b82625a6e88a77e3a9cbfd574b..fb3a69604ed5ccebff4f90257c76ddfaad58a555 100644 (file)
        status = "disabled";
 };
 
+&twl_keypad {
+       status = "disabled";
+};
+
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart1_pins>;