[U-Boot] [PATCH v2 4/4] rockchip: xhci: Remove RK3399 support

Kever Yang kever.yang at rock-chips.com
Mon Jul 15 13:23:20 UTC 2019


On 2019/7/1 上午12:01, Mark Kettenis wrote:
> Remove RK3399 compatible strings as this driver is no longer
> used on that SoC.
>
> Signed-off-by: Mark Kettenis <kettenis at openbsd.org>
> Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Applied to u-boot-rockchip.

Thanks,
- Kever
> ---
>   drivers/usb/host/xhci-rockchip.c | 2 --
>   1 file changed, 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" },
>   	{ }
>   };




More information about the U-Boot mailing list