Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: Disable keypad
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
NeilBrown authored and Tony Lindgren committed Jan 26, 2015
1 parent 01ca6d5 commit 1e1e8cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/omap3-gta04.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,10 @@
status = "disabled";
};

&twl_keypad {
status = "disabled";
};

&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins>;
Expand Down

0 comments on commit 1e1e8cb

Please sign in to comment.