ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1
authorAmelie Delaunay <amelie.delaunay@st.com>
Mon, 4 Nov 2019 10:55:29 +0000 (11:55 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Wed, 6 Nov 2019 09:54:39 +0000 (10:54 +0100)
Pins used for joystick are all configured as input. "push-pull" is not a
valid setting for an input pin.

Fixes: a502b343ebd0 ("pinctrl: stmfx: update pinconf settings")
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ev1.dts

index 9928d43..91fc0a3 100644 (file)
 
                        joystick_pins: joystick {
                                pins = "gpio0", "gpio1", "gpio2", "gpio3", "gpio4";
-                               drive-push-pull;
                                bias-pull-down;
                        };
                };