From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 6 Jul 2017 20:08:36 +0800 Subject: [U-Boot] [PATCH v2 3/3] x86: Add Intel Edison board files In-Reply-To: <87eftt94we.fsf@linux.intel.com> References: <20170705205628.52620-1-andriy.shevchenko@linux.intel.com> <20170705205628.52620-4-andriy.shevchenko@linux.intel.com> <1499334249.22624.285.camel@linux.intel.com> <1499340492.22624.290.camel@linux.intel.com> <87eftt94we.fsf@linux.intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Felipe, On Thu, Jul 6, 2017 at 7:33 PM, Felipe Balbi wrote: > > Hi, > > Andy Shevchenko writes: >> On Thu, 2017-07-06 at 12:44 +0300, Andy Shevchenko wrote: >>> On Thu, 2017-07-06 at 12:07 +0800, Bin Meng wrote: >>> > Hi Andy, >>> > >>> > On Thu, Jul 6, 2017 at 4:56 AM, Andy Shevchenko >>> > wrote: >>> > > Add Intel Edison board which is using U-Boot. >> >>> > > +config SYS_USB_OTG_BASE >>> > > + hex >>> > > + default 0xf9100000 >>> > >>> > Can this otg controller be put into device tree, like other >>> > peripherals? >>> >>> I will check the possibility. >> >> Is it show stopper? To keep things simpler it would be better to keep >> board initialization in place and move forward later. >> >> Felipe, what is your opinion on the topic? > > IIRC, there are some folks working on moving DWC3 to DM. Frankly, I > would rather not wait for the conversion before merging Edison's > board-file. After the driver is switched to DM, adding another node on > DT isn't really a lot of work by any stretch of the imagination. Thanks for the clarification. Regards, Bin