Re: [U-Boot] [PATCH v5 1/6] board: sama5d3xek: Update to support DM/DT

2017-04-15 Thread Simon Glass
On 13 April 2017 at 18:51, Wenyou Yang wrote: > Update the configuration files to support the device tree and > driver model, so do SPL. The device clock and pins configuration > are handled by the clock and the pinctrl drivers respectively. > > Signed-off-by: Wenyou Yang > --- > > Changes in v5:

[U-Boot] [PATCH v5 1/6] board: sama5d3xek: Update to support DM/DT

2017-04-13 Thread Wenyou Yang
Update the configuration files to support the device tree and driver model, so do SPL. The device clock and pins configuration are handled by the clock and the pinctrl drivers respectively. Signed-off-by: Wenyou Yang --- Changes in v5: None Changes in v4: - Remove wrong using CONFIG_PHY_MICREL.