meles: fix: usb2.0

Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
This commit is contained in:
Han Gao
2023-12-03 14:10:07 +08:00
committed by Han Gao/Revy/Rabenda
parent 026ae08e53
commit 8b4bca072c

View File

@@ -268,8 +268,7 @@
vcc_usb_en: regulator-usb-en {
compatible = "regulator-fixed";
regulator-name = "vcc_usb_en";
gpio = <&gpio2_porta 30 0>; /* GPIO_ACTIVE_HIGH: 0 */
enable-active-high;
gpio = <&gpio2_porta 30 1>; /* GPIO_ACTIVE_LOW: 1 */
regulator-boot-on;
regulator-always-on;
status = "okay";