riscv: dts: thead: meles: rename regulator-usb-select node

Signed-off-by: Haaland Chen <haaland@milkv.io>
This commit is contained in:
Haaland Chen
2024-02-29 10:48:12 +08:00
committed by Han Gao/Revy/Rabenda
parent a86c91b80b
commit 1881bc9051

View File

@@ -265,9 +265,10 @@
status = "okay";
};
vcc_usb_en: regulator-usb-en {
/* Select USB3.0 Type-A port */
usb_select: regulator-usb-select {
compatible = "regulator-fixed";
regulator-name = "vcc_usb_en";
regulator-name = "usb_select";
gpio = <&gpio2_porta 30 1>; /* GPIO_ACTIVE_LOW: 1 */
regulator-boot-on;
regulator-always-on;