commit | ca8a37a4f6d7112a22c9f14cb502fdbc79d60aee | [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 | a1ae60e0c1a6f2b55e3015e89b2695e848f364aa [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>