mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
sunxi: ehci: Add A83T compatible
We have a separate compatible for almost each SoC. Add one for the A83T. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
93bac95310
commit
3655f287b6
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ static const struct udevice_id ehci_usb_ids[] = {
|
|||
{ .compatible = "allwinner,sun6i-a31-ehci", },
|
||||
{ .compatible = "allwinner,sun7i-a20-ehci", },
|
||||
{ .compatible = "allwinner,sun8i-a23-ehci", },
|
||||
{ .compatible = "allwinner,sun8i-a83t-ehci", },
|
||||
{ .compatible = "allwinner,sun8i-h3-ehci", },
|
||||
{ .compatible = "allwinner,sun9i-a80-ehci", },
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue