commit | afa314d3a37797bd88c9a379a6fa150e6829fdf9 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Thu May 24 17:11:57 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed May 30 11:59:10 2018 +0200 |
tree | d135064dc8934799f1117dd5767fc135d2f698b6 | |
parent | e40406603fe22a5b18d7e8ac7a2eb0f2d2b13cf1 [diff] |
rockchip: xhci: remove DTS parsing for PHY (which is unused) The xhci wrapper-driver for Rockchip searches the DTS to find its child node compatbile with 'rockchip,rk3399-usb3-phy' to retrieve the base-address of the PHY. However, this is currently broken (and always has been), returning NULL. However, the (wrongly) retrieved base-address is never used. We thus remove this code for now. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>