Re: [PATCH v5 4/4] arm64: dts: qcom: lemans-evk: Rename vbus regulator for Primary USB controller

From: Dmitry Baryshkov

Date: Tue Mar 03 2026 - 22:56:25 EST


On Tue, Mar 03, 2026 at 01:37:28PM +0530, Swati Agarwal wrote:
> Rename vbus regulator for Primary USB controller as per Lemans EVK
> schematics and in sync with tertiary USB controller vbus regulator name.
>
> Signed-off-by: Swati Agarwal <swati.agarwal@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/lemans-evk.dts | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> @@ -151,19 +151,19 @@ platform {
> };
> };
>
> - usb2_vbus: regulator-usb2-vbus {
> + usb0_vbus: regulator-usb0-vbus {

Please move this patch before the one adding USB2 VBUS.

> compatible = "regulator-fixed";
> - regulator-name = "usb2_vbus";
> - gpio = <&pmm8654au_1_gpios 9 GPIO_ACTIVE_HIGH>;
> + regulator-name = "usb0_vbus";
> + gpio = <&expander1 2 GPIO_ACTIVE_HIGH>;
> regulator-min-microvolt = <5000000>;
> regulator-max-microvolt = <5000000>;
> enable-active-high;
> };
>
> - vbus_supply_regulator_0: regulator-vbus-supply-0 {
> + usb2_vbus: regulator-usb2-vbus {
> compatible = "regulator-fixed";
> - regulator-name = "vbus_supply_0";
> - gpio = <&expander1 2 GPIO_ACTIVE_HIGH>;
> + regulator-name = "usb2_vbus";
> + gpio = <&pmm8654au_1_gpios 9 GPIO_ACTIVE_HIGH>;
> regulator-min-microvolt = <5000000>;
> regulator-max-microvolt = <5000000>;
> enable-active-high;
> --
> 2.34.1
>

--
With best wishes
Dmitry