On 2023-04-20 11:56, FUKAUMI Naoki wrote:
> enable regulators for usb host function

This is not needed once [1] and related pending patches lands.

Will adjust my pending usb+spinor series at [2], on top of your series
before sending it :-)

[1] 
https://patchwork.ozlabs.org/project/uboot/patch/20230419134014.128461-3-eugen.hris...@collabora.com/
[2] https://github.com/Kwiboo/u-boot-rockchip/commits/rk3568-usb-spi-v1

Regards,
Jonas

> 
> Signed-off-by: FUKAUMI Naoki <na...@radxa.com>
> ---
>  arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 4 ++++
>  arch/arm/dts/rk3568-rock-3a-u-boot.dtsi      | 8 ++++++++
>  2 files changed, 12 insertions(+)
> 
> diff --git a/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi 
> b/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
> index 4e79173833..d183e93575 100644
> --- a/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
> +++ b/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
> @@ -16,3 +16,7 @@
>       bootph-all;
>       status = "okay";
>  };
> +
> +&vcc5v0_usb30 {
> +     regulator-boot-on;
> +};
> diff --git a/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi 
> b/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
> index 9ef1e84770..b7b18e131a 100644
> --- a/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
> +++ b/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
> @@ -26,3 +26,11 @@
>       bootph-all;
>       status = "okay";
>  };
> +
> +&vcc5v0_usb_host {
> +     regulator-boot-on;
> +};
> +
> +&vcc5v0_usb_hub {
> +     regulator-boot-on;
> +};

Reply via email to