
12 Sep
2017
12 Sep
'17
2:28 p.m.
On 8 September 2017 at 11:34, Maxime Ripard maxime.ripard@free-electrons.com wrote:
The device model was implemented so far using a hook that needed to be called from the board support, without DT support and only for the host.
Switch to probing both in peripheral and host mode through the DT.
Signed-off-by: Maxime Ripard maxime.ripard@free-electrons.com
arch/arm/include/asm/arch-sunxi/usb_phy.h | 7 +--- board/sunxi/board.c | 1 +- drivers/usb/musb-new/sunxi.c | 56 +++++++++++------------- 3 files changed, 27 insertions(+), 37 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org