Re: [U-Boot] [PATCH v3 00/12] cmd: fdt: Add device tree overlays support

2016-06-28 Thread Simon Glass
Hi Maxime, On 26 June 2016 at 23:29, Maxime Ripard wrote: > Hi David, > > On Mon, Jun 27, 2016 at 01:37:19AM +1000, David Gibson wrote: >> On Fri, Jun 24, 2016 at 04:27:45PM +0200, Maxime Ripard wrote: >> > Hi, >> > >> > The device tree overlays are a great solution to the issue raised by >> > th

Re: [U-Boot] [PATCH v3 00/12] cmd: fdt: Add device tree overlays support

2016-06-26 Thread Maxime Ripard
Hi David, On Mon, Jun 27, 2016 at 01:37:19AM +1000, David Gibson wrote: > On Fri, Jun 24, 2016 at 04:27:45PM +0200, Maxime Ripard wrote: > > Hi, > > > > The device tree overlays are a great solution to the issue raised by > > the bunch expandable boards we find everywhere these days, like the > >

Re: [U-Boot] [PATCH v3 00/12] cmd: fdt: Add device tree overlays support

2016-06-26 Thread David Gibson
On Fri, Jun 24, 2016 at 04:27:45PM +0200, Maxime Ripard wrote: > Hi, > > The device tree overlays are a great solution to the issue raised by > the bunch expandable boards we find everywhere these days, like the > Beaglebone, Raspberry Pi or CHIP. > > However, most of the time, the overlays are a

[U-Boot] [PATCH v3 00/12] cmd: fdt: Add device tree overlays support

2016-06-24 Thread Maxime Ripard
Hi, The device tree overlays are a great solution to the issue raised by the bunch expandable boards we find everywhere these days, like the Beaglebone, Raspberry Pi or CHIP. However, most of the time, the overlays are applied through a mechanism involving the firmware request interface in Linux,