commit | c1f9ba39d7793b264019015c62b21f9dc07efb52 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Dec 04 11:30:56 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Fri Dec 14 17:59:10 2018 +0100 |
tree | 8948687432e8061cc9a3a743629ac6e378f7b9ef | |
parent | ba7f808f9704c519d5adc50f7915a59db7f4fb08 [diff] |
usb: musb-new: Allow the diver not to use the set_phy_power() callback The set_phy_power() callback is part of struct omap_musb_board_data. This structure is part of the platform data passed to the musb-new driver. This does not really fit with the Driver Model, so allow not to use struct omap_musb_board_data to turn the phy on or off. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>