diff options
author | Felipe Balbi <balbi@ti.com> | 2014-12-04 09:10:21 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-12-10 08:29:09 -0800 |
commit | 58230c2c443bc9801293f6535144d04ceaf731e0 (patch) | |
tree | 679ec595fe4b0098ea722965908cf93dc1977b93 | |
parent | 01824a57673d2e4bfb27bf5b8f88563717b5edf0 (diff) | |
download | op-kernel-dev-58230c2c443bc9801293f6535144d04ceaf731e0.zip op-kernel-dev-58230c2c443bc9801293f6535144d04ceaf731e0.tar.gz |
ARM: dts: am437x-sk: fix lcd enable pin mux data
Caused by a copy & paste error. Note that even with
this bug AM437x SK display still works because GPIO
mux mode is always enabled. It's still wrong to mux
somebody else's pin.
Luckily ball D25 (offset 0x238 - gpio5_8) on AM437x
isn't used for anything.
While at that, also replace a pullup with a pulldown
as that gpio should be normally low, not high.
Cc: <stable@vger.kernel.org> # v3.17+
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am437x-sk-evm.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index 87aa4f3..0efd3ec 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -320,8 +320,7 @@ lcd_pins: lcd_pins { pinctrl-single,pins = < - /* GPIO 5_8 to select LCD / HDMI */ - 0x238 (PIN_OUTPUT_PULLUP | MUX_MODE7) + 0x1c (PIN_OUTPUT_PULLDOWN | MUX_MODE7) /* gpcm_ad7.gpio1_7 */ >; }; }; |