[PATCH 8/8] imx8mm_evk: add fastboot support

Peng Fan peng.fan at nxp.com
Tue Oct 27 09:08:03 CET 2020


> Subject: Re: [PATCH 8/8] imx8mm_evk: add fastboot support
> 
> Dear Peng Fan,
> 
> In message <20201012062354.3743-9-peng.fan at nxp.com> you wrote:
> > Add fastboot support for U-Boot proper
> 
> ...
> 
> > +	usbg1: usbg1 {
> > +		compatible = "fsl,imx27-usb-gadget";
> > +		dr_mode = "peripheral";
> > +		chipidea,usb = <&usbotg1>;
> > +		status = "okay";
> > +	};
> > +
> > +	usbg2: usbg2 {
> > +		compatible = "fsl,imx27-usb-gadget";
> > +		dr_mode = "peripheral";
> > +		chipidea,usb = <&usbotg2>;
> > +		status = "okay";
> > +	};
> 
> What is imx27-usb-gadget ?

This is U-Boot specific compatible to let the
ci_udc driver could match the node.

Thanks,
Peng.

> 
> 
> 
> Best regards,
> 
> Wolfgang Denk
> 
> --
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> "The algorithm to do that is extremely nasty. You might want  to  mug
> someone with it."                   - M. Devine, Computer Science 340


More information about the U-Boot mailing list