[U-Boot] [PATCH RESEND v2 1/3] armv8: ls1012a: Add USB 2.0 controller phy type for ls1012aqds board

Ran Wang ran.wang_1 at nxp.com
Wed Dec 20 09:54:00 UTC 2017


Hi Marek,

> -----Original Message-----
> From: Marek Vasut [mailto:marex at denx.de]
> Sent: Wednesday, December 20, 2017 5:02 PM
> To: Ran Wang <ran.wang_1 at nxp.com>; Albert Aribaud
> <albert.u.boot at aribaud.net>; Prabhakar Kushwaha
> <prabhakar.kushwaha at nxp.com>; Alison Wang
> <alison.wang at freescale.com>; Sumit Garg <sumit.garg at nxp.com>; York Sun
> <york.sun at nxp.com>; Bin Meng <bmeng.cn at gmail.com>
> Cc: Stefan Roese <sr at denx.de>; Nobuhiro Iwamatsu
> <iwamatsu at nigauri.org>; Philipp Tomsich <philipp.tomsich at theobroma-
> systems.com>; Konstantin Porotchkin <kostap at marvell.com>; Uri Mashiach
> <uri.mashiach at compulab.co.il>; Simon Glass <sjg at chromium.org>; Xiaobo
> Xie <xiaobo.xie at nxp.com>; Jiafei Pan <jiafei.pan at nxp.com>; u-
> boot at lists.denx.de
> Subject: Re: [PATCH RESEND v2 1/3] armv8: ls1012a: Add USB 2.0 controller
> phy type for ls1012aqds board
> 
> 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 ?
> 

Yes, it's phy_type.

> Anyway, applied all 3 .
>

Thank you.
 
> > Signed-off-by: Ran Wang <ran.wang_1 at 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,
Ran


More information about the U-Boot mailing list