ARM: dts: am437x-sk: fix lcd enable pin mux data
authorFelipe Balbi <balbi@ti.com>
Thu, 4 Dec 2014 15:10:21 +0000 (09:10 -0600)
committerTony Lindgren <tony@atomide.com>
Wed, 10 Dec 2014 16:29:09 +0000 (08:29 -0800)
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>
arch/arm/boot/dts/am437x-sk-evm.dts

index 87aa4f3b8b3d516807cb9446313283df2c0860b0..0efd3ecc59b74b128383024fa70261d1585cbc6d 100644 (file)
 
        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 */
                >;
        };
 };
This page took 0.033121 seconds and 5 git commands to generate.