diff options
author | Maxime Ripard | 2017-09-05 22:10:35 +0200 |
---|---|---|
committer | Maxime Ripard | 2017-10-03 19:12:05 +0200 |
commit | 3a61b080acee941a1b14b709b58ff9cde0b367bc (patch) | |
tree | 5212d24fc7d3d4dbf1c53d409dd6399a5547270b /board | |
parent | cfa34996b0beb90e9b63a5b6f89c78123a2d428e (diff) |
musb: sunxi: switch to the device model
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.
Reviewed-by: Ćukasz Majewski <lukma@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sunxi/board.c b/board/sunxi/board.c index 70e01437c4f..f9224360d75 100644 --- a/board/sunxi/board.c +++ b/board/sunxi/board.c @@ -736,7 +736,6 @@ int misc_init_r(void) if (ret) return ret; #endif - sunxi_musb_board_init(); return 0; } |