]> git.sur5r.net Git - u-boot/commit
rockchip: xhci: remove DTS parsing for PHY (which is unused)
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Thu, 24 May 2018 15:11:57 +0000 (17:11 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 30 May 2018 09:59:10 +0000 (11:59 +0200)
commitafa314d3a37797bd88c9a379a6fa150e6829fdf9
treed135064dc8934799f1117dd5767fc135d2f698b6
parente40406603fe22a5b18d7e8ac7a2eb0f2d2b13cf1
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>
drivers/usb/host/xhci-rockchip.c