From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 27 Oct 2020 08:45:19 +0100 Subject: [PATCH 8/8] imx8mm_evk: add fastboot support In-Reply-To: <20201012062354.3743-9-peng.fan@nxp.com> References: <20201012062354.3743-1-peng.fan@nxp.com> <20201012062354.3743-9-peng.fan@nxp.com> Message-ID: <124732.1603784719@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Peng Fan, In message <20201012062354.3743-9-peng.fan@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 ? 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