projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ca6d5
)
ARM: dts: omap3-gta04: Disable keypad
author
NeilBrown
<neil@brown.name>
Thu, 22 Jan 2015 20:38:19 +0000
(21:38 +0100)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-gta04.dtsi
b/arch/arm/boot/dts/omap3-gta04.dtsi
index
eed0208
..
fb3a696
100644
(file)
--- a/
arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/
arch/arm/boot/dts/omap3-gta04.dtsi
@@
-377,6
+377,10
@@
status = "disabled";
};
+&twl_keypad {
+ status = "disabled";
+};
+
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins>;