]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: s5pv210: fix pinctrl property of "vibrator-en" regulator in Aries
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 7 Sep 2020 16:11:20 +0000 (18:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Nov 2020 10:51:55 +0000 (11:51 +0100)
commit 2c6658c607a3af2ed7bd41dc57a3dd31537d023e upstream.

Fix typo in pinctrl property of "vibrator-en" fixed regulator in Aries
family of boards.  The error caused lack of pin configuration for the
GPIO used in vibrator.

Fixes: 04568cb58a43 ("ARM: dts: s5pv210: Disable pull for vibrator enable GPIO on Aries boards")
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200907161141.31034-5-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/s5pv210-aries.dtsi

index 3762098233c0ce9f913d79a11dd71dde95bd81aa..bd4450dbdcb61a55e32ae0d211b95203f9048a6c 100644 (file)
@@ -66,7 +66,7 @@
                gpio = <&gpj1 1 GPIO_ACTIVE_HIGH>;
 
                pinctrl-names = "default";
-               pinctr-0 = <&vibrator_ena>;
+               pinctrl-0 = <&vibrator_ena>;
        };
 
        touchkey_vdd: regulator-fixed-1 {