Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111235102
D20069.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
861 B
Referenced Files
None
Subscribers
None
D20069.diff
View Options
Index: head/sys/arm/allwinner/aw_rtc.c
===================================================================
--- head/sys/arm/allwinner/aw_rtc.c
+++ head/sys/arm/allwinner/aw_rtc.c
@@ -137,6 +137,7 @@
{ "allwinner,sun7i-a20-rtc", (uintptr_t) &a20_conf },
{ "allwinner,sun6i-a31-rtc", (uintptr_t) &a31_conf },
{ "allwinner,sun8i-h3-rtc", (uintptr_t) &h3_conf },
+ { "allwinner,sun50i-h5-rtc", (uintptr_t) &h3_conf },
{ NULL, 0 }
};
Index: head/sys/arm/allwinner/aw_syscon.c
===================================================================
--- head/sys/arm/allwinner/aw_syscon.c
+++ head/sys/arm/allwinner/aw_syscon.c
@@ -53,6 +53,7 @@
{"allwinner,sun8i-a83t-system-controller", 1},
{"allwinner,sun8i-h3-system-controller", 1},
{"allwinner,sun8i-h3-system-control", 1},
+ {"allwinner,sun50i-h5-system-control", 1},
{NULL, 0}
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 2, 5:45 AM (18 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16918735
Default Alt Text
D20069.diff (861 B)
Attached To
Mode
D20069: Add compatible strings for clock devices used on both Allwinner H3 and H5
Attached
Detach File
Event Timeline
Log In to Comment