rockchip: xhci: Remove RK3399 support
authorMark Kettenis <kettenis@openbsd.org>
Sun, 30 Jun 2019 16:01:56 +0000 (18:01 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 19 Jul 2019 03:11:09 +0000 (11:11 +0800)
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>
drivers/usb/host/xhci-rockchip.c

index f19bea3a91b736d1ad2e9434aa6192c78494b77a..e7b0dbcca5def86be72849c99f260286f32e9270 100644 (file)
@@ -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" },
        { }
 };