mediatek: fix usb_vbus gpio state for bpi r3-mini

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2023-12-24 11:54:23 +08:00
parent c32035a8d1
commit 446b882fb1

View File

@@ -103,7 +103,7 @@
regulator-name = "usb_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpios = <&pio 20 GPIO_ACTIVE_HIGH>;
gpios = <&pio 20 GPIO_ACTIVE_LOW>;
enable-active-high;
regulator-boot-on;
};