]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: imx6: phyFLEX: USB VBUS control is active-high
authorPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 21 Apr 2015 13:59:53 +0000 (15:59 +0200)
committerLuis Henriques <luis.henriques@canonical.com>
Wed, 20 May 2015 12:25:59 +0000 (13:25 +0100)
commit 7f8d49dcc66a3dd3a8fc3078330b8fb9e616ad3f upstream.

The fixed-regulator bindings require a separate property enable-active-high,
the standard gpio phandle property polarity setting is ignored.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Fixes: 4fe69a934b1f ("ARM: dts: Add Phytec pfla02 with i.MX6 DualLite/Solo")
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi

index faa3494a69d4e314443ce6cbd9e58790f6b39cb1..50c7718cb84e2e44633c1cc31b40b7180f8f3f54 100644 (file)
@@ -31,6 +31,7 @@
                        regulator-min-microvolt = <5000000>;
                        regulator-max-microvolt = <5000000>;
                        gpio = <&gpio4 15 0>;
+                       enable-active-high;
                };
 
                reg_usb_h1_vbus: regulator@1 {
@@ -40,6 +41,7 @@
                        regulator-min-microvolt = <5000000>;
                        regulator-max-microvolt = <5000000>;
                        gpio = <&gpio1 0 0>;
+                       enable-active-high;
                };
        };