Re: [PATCH v4 3/3] arm64: dts: qcom: lemans-evk: Enable the tertiary USB controller

From: Dmitry Baryshkov

Date: Thu Feb 26 2026 - 02:11:27 EST


On Thu, Feb 26, 2026 at 11:38:35AM +0530, Swati Agarwal wrote:
> Enable the tertiary usb controller connected to micro usb port in OTG mode
> on Lemans EVK platform.
>
> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
> Signed-off-by: Swati Agarwal <swati.agarwal@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/lemans-evk.dts | 52 +++++++++++++++++++++++++
> 1 file changed, 52 insertions(+)
>
> @@ -132,6 +151,15 @@ platform {
> };
> };
>
> + usb2_vbus: regulator-usb2-vbus {

What is the name (and the label) for the VBus regulator for the first
connector? It's visible just under your chunk. Why your chunk doesn't
use a similar name?

> + 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;
> + };
> +
> vbus_supply_regulator_0: regulator-vbus-supply-0 {
> compatible = "regulator-fixed";
> regulator-name = "vbus_supply_0";

--
With best wishes
Dmitry