Commit b597a6f5 authored by Baruch Siach's avatar Baruch Siach Committed by Gregory CLEMENT

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: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 65102238
...@@ -42,7 +42,7 @@ v_3_3: regulator-3-3v { ...@@ -42,7 +42,7 @@ v_3_3: regulator-3-3v {
v_5v0_usb3_hst_vbus: regulator-usb3-vbus0 { v_5v0_usb3_hst_vbus: regulator-usb3-vbus0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
gpio = <&cp0_gpio2 15 GPIO_ACTIVE_HIGH>; gpio = <&cp0_gpio2 15 GPIO_ACTIVE_LOW>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&cp0_xhci_vbus_pins>; pinctrl-0 = <&cp0_xhci_vbus_pins>;
regulator-name = "v_5v0_usb3_hst_vbus"; regulator-name = "v_5v0_usb3_hst_vbus";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment