Skip to content

Commit 5c187e2

Browse files
Marek VasutShawn Guo
authored andcommitted
ARM: dts: imx: Fix USB host power regulator polarity on M53Menlo
The MIC2025 switch input signal nEN is active low, describe it as such in the DT. The previous change to this regulator polarity was incorrectly influenced by broken quirks in gpiolib-of.c, which is now long fixed. So fix this regulator polarity setting here once and for all. Fixes: 3c3601c ("ARM: dts: imx53: Update USB configuration on M53Menlo") Signed-off-by: Marek Vasut <[email protected]> Cc: Shawn Guo <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: NXP Linux Team <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent c8c1efe commit 5c187e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm/boot/dts/imx53-m53menlo.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
regulator-name = "vbus";
7878
regulator-min-microvolt = <5000000>;
7979
regulator-max-microvolt = <5000000>;
80-
gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;
81-
enable-active-high;
80+
gpio = <&gpio1 2 0>;
8281
};
8382
};
8483

0 commit comments

Comments
 (0)