mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
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>
This commit is contained in:
committed by
Kever Yang
parent
062790f461
commit
c908d46f3a
@@ -167,7 +167,6 @@ static int xhci_usb_remove(struct udevice *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct udevice_id xhci_usb_ids[] = {
|
static const struct udevice_id xhci_usb_ids[] = {
|
||||||
{ .compatible = "rockchip,rk3399-xhci" },
|
|
||||||
{ .compatible = "rockchip,rk3328-xhci" },
|
{ .compatible = "rockchip,rk3328-xhci" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
@@ -187,7 +186,6 @@ U_BOOT_DRIVER(usb_xhci) = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct udevice_id usb_phy_ids[] = {
|
static const struct udevice_id usb_phy_ids[] = {
|
||||||
{ .compatible = "rockchip,rk3399-usb3-phy" },
|
|
||||||
{ .compatible = "rockchip,rk3328-usb3-phy" },
|
{ .compatible = "rockchip,rk3328-usb3-phy" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user