
3 Aug
2017
3 Aug
'17
5:24 p.m.
On 21 July 2017 at 00:04, Wenyou Yang wenyou.yang@microchip.com wrote:
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
arch/arm/dts/Makefile | 2 ++ board/ronetix/pm9263/Makefile | 2 +- board/ronetix/pm9263/pm9263.c | 22 +++------------------- configs/pm9263_defconfig | 17 +++++++++++++++++ include/configs/pm9263.h | 32 +++++++------------------------- 5 files changed, 30 insertions(+), 45 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org