Re: [U-Boot] [PATCH v2 00/17] bmips: convert to use live-dt

2018-05-06 Thread Daniel Schwierzeck
On 22.03.2018 19:39, Álvaro Fernández Rojas wrote: > Convert bmips drivers to use live device tree instead of flattened device > tree. > > v2: Introduce changes suggested by Daniel Schwierzeck and Simon Glass: > - Add generic dev_remap_addr/dev_remap_addr_index functions. > - Fix bcm63xx_spi

[U-Boot] [PATCH v2 00/17] bmips: convert to use live-dt

2018-03-22 Thread Álvaro Fernández Rojas
Convert bmips drivers to use live device tree instead of flattened device tree. v2: Introduce changes suggested by Daniel Schwierzeck and Simon Glass: - Add generic dev_remap_addr/dev_remap_addr_index functions. - Fix bcm63xx_spi conversion. - Convert remaining bmips drivers (cpu, usbh-phy).