Re: [PATCH v3 3/3] arm64: dts: qcom: lemans-evk: Enable the tertiary USB controller
From: Dmitry Baryshkov
Date: Wed Feb 25 2026 - 22:14:17 EST
On Wed, Feb 25, 2026 at 03:01:55PM +0530, Swati Agarwal wrote:
> Enable the tertiary usb controller connected to micro usb port in OTG mode
> on Lemans EVK platform.
>
> Signed-off-by: Swati Agarwal <swati.agarwal@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/lemans-evk.dts | 52 +++++++++++++++++++++++++
> 1 file changed, 52 insertions(+)
>
> @@ -141,6 +160,15 @@ vbus_supply_regulator_0: regulator-vbus-supply-0 {
> enable-active-high;
> };
>
> + vbus_supply_regulator_2: vbus-supply-regulator-2 {
The regulator nodes in this file are named regulator-foo. Why are you
deviating from that?
> + compatible = "regulator-fixed";
> + regulator-name = "USB2_VBUS";
> + gpio = <&pmm8654au_1_gpios 9 GPIO_ACTIVE_HIGH>;
> + regulator-min-microvolt = <5000000>;
> + regulator-max-microvolt = <5000000>;
> + enable-active-high;
> + };
> +
> vmmc_sdc: regulator-vmmc-sdc {
> compatible = "regulator-fixed";
>
--
With best wishes
Dmitry