Skip to content

Commit b597a6f

Browse files
baruchsiachgclement
authored andcommitted
arm64: dts: clearfog-gt-8k: fix USB regulator gpio polarity
The fixed regulator driver ignores the gpio flags, so this change has no practical effect in the current implementation. Fix it anyway to correct the hardware description. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 6510223 commit b597a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
v_5v0_usb3_hst_vbus: regulator-usb3-vbus0 {
4444
compatible = "regulator-fixed";
45-
gpio = <&cp0_gpio2 15 GPIO_ACTIVE_HIGH>;
45+
gpio = <&cp0_gpio2 15 GPIO_ACTIVE_LOW>;
4646
pinctrl-names = "default";
4747
pinctrl-0 = <&cp0_xhci_vbus_pins>;
4848
regulator-name = "v_5v0_usb3_hst_vbus";

0 commit comments

Comments
 (0)