ARM: dts: s5pv210: Disable pull for vibrator enable GPIO on Aries boards
authorJonathan Bakker <xc-racer2@live.ca>
Fri, 1 May 2020 23:50:13 +0000 (16:50 -0700)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 4 May 2020 15:13:04 +0000 (17:13 +0200)
The enable GPIO for the fixed vibrator regulator shouldn't be
pulled in one direction or the other.

Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/s5pv210-aries.dtsi

index 0fa3de3c985dc1fc8b2e5110dc86a53708d43489..945259aa5d55a772911724d10232ef135b36ad7a 100644 (file)
@@ -52,6 +52,9 @@
                regulator-name = "vibrator-en";
                enable-active-high;
                gpio = <&gpj1 1 GPIO_ACTIVE_HIGH>;
+
+               pinctrl-names = "default";
+               pinctr-0 = <&vibrator_ena>;
        };
 
        touchkey_vdd: regulator-fixed-1 {
                samsung,pin-drv = <EXYNOS4_PIN_DRV_LV1>;
        };
 
+       vibrator_ena: vibrator-ena {
+               samsung,pins = "gpj1-1";
+               samsung,pin-pud = <S3C64XX_PIN_PULL_NONE>;
+               samsung,pin-drv = <EXYNOS4_PIN_DRV_LV1>;
+       };
+
        touchkey_i2c_pins: touchkey-i2c-pins {
                samsung,pins = "gpj3-0", "gpj3-1";
                samsung,pin-pud = <S3C64XX_PIN_PULL_NONE>;