From: Chen-Yu Tsai Date: Tue, 29 Mar 2016 16:26:54 +0000 (+0800) Subject: sunxi: ohci: Add A83T compatible X-Git-Tag: v2016.05-rc1~96^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=045ae7e3393fc940b183b3f2ea9c9edd62d9e810;p=u-boot sunxi: ohci: Add A83T compatible We have a separate compatible for almost each SoC. Add one for the A83T. Signed-off-by: Chen-Yu Tsai Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/drivers/usb/host/ohci-sunxi.c b/drivers/usb/host/ohci-sunxi.c index d4fb95abe1..6f3f4cec16 100644 --- a/drivers/usb/host/ohci-sunxi.c +++ b/drivers/usb/host/ohci-sunxi.c @@ -94,6 +94,7 @@ static const struct udevice_id ohci_usb_ids[] = { { .compatible = "allwinner,sun6i-a31-ohci", }, { .compatible = "allwinner,sun7i-a20-ohci", }, { .compatible = "allwinner,sun8i-a23-ohci", }, + { .compatible = "allwinner,sun8i-a83t-ohci", }, { .compatible = "allwinner,sun8i-h3-ohci", }, { .compatible = "allwinner,sun9i-a80-ohci", }, { }