Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137047239
D13240.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13240.id.diff
View Options
Index: head/sys/arm/allwinner/aw_usbphy.c
===================================================================
--- head/sys/arm/allwinner/aw_usbphy.c
+++ head/sys/arm/allwinner/aw_usbphy.c
@@ -59,7 +59,8 @@
AWUSBPHY_TYPE_A20,
AWUSBPHY_TYPE_A31,
AWUSBPHY_TYPE_H3,
- AWUSBPHY_TYPE_A64
+ AWUSBPHY_TYPE_A64,
+ AWUSBPHY_TYPE_A83T
};
struct aw_usbphy_conf {
@@ -111,6 +112,13 @@
.phy0_route = true,
};
+static const struct aw_usbphy_conf a83t_usbphy_conf = {
+ .num_phys = 3,
+ .phy_type = AWUSBPHY_TYPE_A83T,
+ .pmu_unk1 = false,
+ .phy0_route = false,
+};
+
static struct ofw_compat_data compat_data[] = {
{ "allwinner,sun4i-a10-usb-phy", (uintptr_t)&a10_usbphy_conf },
{ "allwinner,sun5i-a13-usb-phy", (uintptr_t)&a13_usbphy_conf },
@@ -118,6 +126,7 @@
{ "allwinner,sun7i-a20-usb-phy", (uintptr_t)&a20_usbphy_conf },
{ "allwinner,sun8i-h3-usb-phy", (uintptr_t)&h3_usbphy_conf },
{ "allwinner,sun50i-a64-usb-phy", (uintptr_t)&a64_usbphy_conf },
+ { "allwinner,sun8i-a83t-usb-phy", (uintptr_t)&a83t_usbphy_conf },
{ NULL, 0 }
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 22, 1:18 AM (5 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25857521
Default Alt Text
D13240.id.diff (1 KB)
Attached To
Mode
D13240: Allwinner a83t: enable USB support
Attached
Detach File
Event Timeline
Log In to Comment