diff mbox series

[2/2] ARM: dts: stm32: change pinctrl definition for joystick pins on stm32mp157c-ev1

Message ID 1564054607-2028-3-git-send-email-amelie.delaunay@st.com (mailing list archive)
State Mainlined
Commit f4d6e0f79bcde7810890563bac8e0f3479fe6d03
Headers show
Series STMFX GPIO consumers update | expand

Commit Message

Amelie Delaunay July 25, 2019, 11:36 a.m. UTC
From: Alexandre Torgue <alexandre.torgue@st.com>

Pins used for joystick are all configured as input. "Push-pull" is not
a valid setting for an input.

Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
---
 arch/arm/boot/dts/stm32mp157c-ev1.dts | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts
index e4b04dd..7d15f05 100644
--- a/arch/arm/boot/dts/stm32mp157c-ev1.dts
+++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts
@@ -220,7 +220,6 @@ 
 
 			joystick_pins: joystick {
 				pins = "gpio0", "gpio1", "gpio2", "gpio3", "gpio4";
-				drive-push-pull;
 				bias-pull-down;
 			};
 		};