Commit 4e5a37c49665fffa4ce2251da79cda4ed2f86b9a

Authored by Felipe Balbi
Committed by Greg Kroah-Hartman
1 parent 170f69f4cf

ARM: dts: am437x-sk: fix lcd enable pin mux data

commit 58230c2c443bc9801293f6535144d04ceaf731e0 upstream.

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.

Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

arch/arm/boot/dts/am437x-sk-evm.dts
... ... @@ -320,8 +320,7 @@
320 320  
321 321 lcd_pins: lcd_pins {
322 322 pinctrl-single,pins = <
323   - /* GPIO 5_8 to select LCD / HDMI */
324   - 0x238 (PIN_OUTPUT_PULLUP | MUX_MODE7)
  323 + 0x1c (PIN_OUTPUT_PULLDOWN | MUX_MODE7) /* gpcm_ad7.gpio1_7 */
325 324 >;
326 325 };
327 326 };