summaryrefslogtreecommitdiff
path: root/board/sunxi/board.c
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2017-09-05 22:10:35 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-10-03 19:12:05 +0200
commit3a61b080acee941a1b14b709b58ff9cde0b367bc (patch)
tree5212d24fc7d3d4dbf1c53d409dd6399a5547270b /board/sunxi/board.c
parentcfa34996b0beb90e9b63a5b6f89c78123a2d428e (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/sunxi/board.c')
-rw-r--r--board/sunxi/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sunxi/board.c b/board/sunxi/board.c
index 70e01437c4..f9224360d7 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;
}