From 1881bc905156cde6254f33c025e7deec4922764e Mon Sep 17 00:00:00 2001 From: Haaland Chen Date: Thu, 29 Feb 2024 10:48:12 +0800 Subject: [PATCH] riscv: dts: thead: meles: rename regulator-usb-select node Signed-off-by: Haaland Chen --- arch/riscv/boot/dts/thead/th1520-milkv-meles.dts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/riscv/boot/dts/thead/th1520-milkv-meles.dts b/arch/riscv/boot/dts/thead/th1520-milkv-meles.dts index ab50bee7c..a07bef9f3 100644 --- a/arch/riscv/boot/dts/thead/th1520-milkv-meles.dts +++ b/arch/riscv/boot/dts/thead/th1520-milkv-meles.dts @@ -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;