From: Amelie Delaunay Date: Mon, 4 Nov 2019 10:55:29 +0000 (+0100) Subject: ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1 X-Git-Tag: v5.3.11~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e74a78cf2f699385ca043f781f50ec0e8e69fed5;p=thirdparty%2Fkernel%2Fstable.git ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1 [ Upstream commit f4d6e0f79bcde7810890563bac8e0f3479fe6d03 ] 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 Signed-off-by: Amelie Delaunay Signed-off-by: Alexandre Torgue Signed-off-by: Sasha Levin --- diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts index feb8f7727270b..541bad97248ab 100644 --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts @@ -206,7 +206,6 @@ joystick_pins: joystick { pins = "gpio0", "gpio1", "gpio2", "gpio3", "gpio4"; - drive-push-pull; bias-pull-down; };