On 14/08/2026 07:15, Aswin Murugan wrote:
> Enable the USB QMP PHY node in the U-Boot device trees for the
> Shikra CQS and IQS EVK platforms. This allows the QMP USB3
> PHY driver to probe and initialize the USB3 PHY during boot.

why aren't these enabled upstream?

I *think* you should be able to have a single shikra-u-boot.dtsi, but
could be wrong on that.

> 
> Signed-off-by: Aswin Murugan <[email protected]>
> ---
>  arch/arm/dts/shikra-cqs-evk-u-boot.dtsi | 4 ++++
>  arch/arm/dts/shikra-iqs-evk-u-boot.dtsi | 4 ++++
>  2 files changed, 8 insertions(+)
> 
> diff --git a/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi 
> b/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi
> index 301cf6b62c9..e807b91ef1f 100644
> --- a/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi
> +++ b/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi
> @@ -16,3 +16,7 @@
>  
>       status = "okay";
>  };
> +
> +&usb_qmpphy {
> +     status = "okay";
> +};
> diff --git a/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi 
> b/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi
> index 301cf6b62c9..e807b91ef1f 100644
> --- a/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi
> +++ b/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi
> @@ -16,3 +16,7 @@
>  
>       status = "okay";
>  };
> +
> +&usb_qmpphy {
> +     status = "okay";
> +};

-- 
// Casey (she/her)

Reply via email to