summaryrefslogtreecommitdiff
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2019-06-30 19:01:56 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-07-19 06:11:09 +0300
commitc908d46f3a493356ef62a2632fa2646098b56545 (patch)
treeb85215e3f3c8f534e7cc22346323911549fbd02d /drivers/usb/host
parent062790f461312f1b954ae876f85da8f6ce5fcc73 (diff)
downloadu-boot-c908d46f3a493356ef62a2632fa2646098b56545.tar.xz
rockchip: xhci: Remove RK3399 support
Remove RK3399 compatible strings as this driver is no longer used on that SoC. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/xhci-rockchip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/xhci-rockchip.c b/drivers/usb/host/xhci-rockchip.c
index f19bea3a91..e7b0dbcca5 100644
--- a/drivers/usb/host/xhci-rockchip.c
+++ b/drivers/usb/host/xhci-rockchip.c
@@ -167,7 +167,6 @@ static int xhci_usb_remove(struct udevice *dev)
}
static const struct udevice_id xhci_usb_ids[] = {
- { .compatible = "rockchip,rk3399-xhci" },
{ .compatible = "rockchip,rk3328-xhci" },
{ }
};
@@ -187,7 +186,6 @@ U_BOOT_DRIVER(usb_xhci) = {
};
static const struct udevice_id usb_phy_ids[] = {
- { .compatible = "rockchip,rk3399-usb3-phy" },
{ .compatible = "rockchip,rk3328-usb3-phy" },
{ }
};