Skip to content

Commit f4d6e0f

Browse files
ADESTMatorgue
authored andcommitted
ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1
Pins used for joystick are all configured as input. "push-pull" is not a valid setting for an input pin. Fixes: a502b34 ("pinctrl: stmfx: update pinconf settings") Signed-off-by: Alexandre Torgue <[email protected]> Signed-off-by: Amelie Delaunay <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
1 parent afe3af8 commit f4d6e0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/boot/dts/stm32mp157c-ev1.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@
221221

222222
joystick_pins: joystick {
223223
pins = "gpio0", "gpio1", "gpio2", "gpio3", "gpio4";
224-
drive-push-pull;
225224
bias-pull-down;
226225
};
227226
};

0 commit comments

Comments
 (0)