diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-03-30 00:26:51 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-31 17:04:06 +0200 |
commit | 0c935acb9e5dcc0b5889c95a5f3d4163c8638c70 (patch) | |
tree | 1241f6b80437ea795492e743fdf1d47face83136 /include/configs/sun8i.h | |
parent | 5bbda173a911882e982a4c253e21f789275902c9 (diff) | |
download | u-boot-0c935acb9e5dcc0b5889c95a5f3d4163c8638c70.tar.gz |
sunxi: usb_phy: Add support for A83T USB PHYs
The A83T has 3 USB PHYs: 1 for USB OTG, 1 for standard USB 1.1/2.0 host,
1 for USB HSIC.
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>
Diffstat (limited to 'include/configs/sun8i.h')
-rw-r--r-- | include/configs/sun8i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h index 7c0ab1eab4..eb5db4eb16 100644 --- a/include/configs/sun8i.h +++ b/include/configs/sun8i.h @@ -20,6 +20,8 @@ #ifdef CONFIG_MACH_SUN8I_H3 #define CONFIG_SUNXI_USB_PHYS 4 +#elif defined CONFIG_MACH_SUN8I_A83T + #define CONFIG_SUNXI_USB_PHYS 3 #else #define CONFIG_SUNXI_USB_PHYS 2 #endif |