On Tue, Apr 28, 2020 at 8:37 PM Shawn Guo <shawnguo@xxxxxxxxxx> wrote: > > On Fri, Apr 24, 2020 at 10:10:15AM -0700, Tim Harvey wrote: > > The GW552x-B board revision adds USB OTG support. > > > > Enable the device-tree node and configure the OTG_ID pin. > > > > Signed-off-by: Tim Harvey <tharvey@xxxxxxxxxxxxx> > > --- > > arch/arm/boot/dts/imx6qdl-gw552x.dtsi | 16 ++++++++++++++-- > > 1 file changed, 14 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm/boot/dts/imx6qdl-gw552x.dtsi b/arch/arm/boot/dts/imx6qdl-gw552x.dtsi > > index dc646b7..133a1e3 100644 > > --- a/arch/arm/boot/dts/imx6qdl-gw552x.dtsi > > +++ b/arch/arm/boot/dts/imx6qdl-gw552x.dtsi > > @@ -12,8 +12,6 @@ > > led1 = &led1; > > led2 = &led2; > > nand = &gpmi; > > - usb0 = &usbh1; > > - usb1 = &usbotg; > > Have some comments about this change in the commit log? > Shawn, I shouldn't have removed those... will submit a v2. Thank you for catching this! Tim