
On 21 July 2017 at 03:04, Wenyou Yang wenyou.yang@microchip.com wrote:
Add the dts files to support deivce tree, update the configuration files to support the device tree and driver model. The peripheral clock and pins configuration are handled by the clock and the pinctrl drivers respectively.
Signed-off-by: Wenyou Yang wenyou.yang@microchip.com
The patch is based on [PATCH] board: at91sam9261ek: Update to support DT and DM https://lists.denx.de/pipermail/u-boot/2017-July/298885.html
board/ronetix/pm9261/Makefile | 2 +- board/ronetix/pm9261/pm9261.c | 19 ++----------------- configs/pm9261_defconfig | 19 +++++++++++++++++++ include/configs/pm9261.h | 35 +++++++---------------------------- 4 files changed, 29 insertions(+), 46 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org