On 12/20/2017 03:34 AM, Ran Wang wrote:
> Without this propertiy, U-Boot will pop warning of 'USB phy type not
> defined' when select CONFIG_HAS_FSL_DR_USB.

I take it the "propertiy" is the phy_type one , right ?

Anyway, applied all 3 .

> Signed-off-by: Ran Wang <ran.wan...@nxp.com>
> ---
> Change in v2:
>       None
> 
>  arch/arm/dts/fsl-ls1012a-qds.dtsi | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/dts/fsl-ls1012a-qds.dtsi 
> b/arch/arm/dts/fsl-ls1012a-qds.dtsi
> index dde7134..d17cd99 100644
> --- a/arch/arm/dts/fsl-ls1012a-qds.dtsi
> +++ b/arch/arm/dts/fsl-ls1012a-qds.dtsi
> @@ -121,3 +121,8 @@
>  &duart0 {
>       status = "okay";
>  };
> +
> +&usb0 {
> +     status = "okay";
> +     phy_type = "ulpi";
> +};
> 


-- 
Best regards,
Marek Vasut
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to