meles: fix: usb2.0
authorHan Gao <gaohan@iscas.ac.cn>
Sun, 3 Dec 2023 06:10:07 +0000 (14:10 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 13 Mar 2024 06:58:51 +0000 (15:58 +0900)
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
(cherry picked from commit 8b4bca072c148d51a911667cfe17995c589e8a20)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/riscv/boot/dts/thead/light-milkv-meles.dts

index 6bad05e6f86f8c91909f93566267963a15d1b005..924e9f59fb3a08759fe2c249dee82cd2f3770e27 100644 (file)
        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";