
3 Aug
2017
3 Aug
'17
5:24 p.m.
On 21 July 2017 at 03:07, 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
arch/arm/dts/usb_a9263.dts | 144 ++++++++++++++++++++++++++++++++++ board/calao/usb_a9263/usb_a9263.c | 19 ----- configs/usb_a9263_dataflash_defconfig | 20 ++++- include/configs/usb_a9263.h | 27 ++----- 4 files changed, 168 insertions(+), 42 deletions(-) create mode 100644 arch/arm/dts/usb_a9263.dts
Reviewed-by: Simon Glass sjg@chromium.org