Page MenuHomeFreeBSD

Add compatible strings for clock devices used on both Allwinner H3 and H5
ClosedPublic

Authored by freebsdnewbie_freenet.de on Apr 26 2019, 7:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 1, 3:19 PM
Unknown Object (File)
Mon, Jun 30, 1:46 PM
Unknown Object (File)
Sat, Jun 21, 1:24 PM
Unknown Object (File)
Jun 19 2025, 7:55 AM
Unknown Object (File)
Jun 18 2025, 8:37 PM
Unknown Object (File)
Jun 13 2025, 10:56 AM
Unknown Object (File)
Jun 12 2025, 10:57 AM
Unknown Object (File)
May 29 2025, 2:40 AM

Details

Summary

Allwinner H3 and H5 share many internal components, that's why they can use the same drivers. This patch adds the compatible strings to enable clock drivers probing on Allwinner NanoPI NEO2 device.

Test Plan

Tested on H5 (NanoPI NEO2)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

manu requested changes to this revision.Apr 26 2019, 9:50 AM

Thanks I forgot about H5 when I did the rtc and system-control for H3.
Just remove the deprecated one and we're good.

sys/arm/allwinner/aw_syscon.c
56

No need to add this one as it's deprecated and we never supported it.

This revision now requires changes to proceed.Apr 26 2019, 9:50 AM

Remove deprecated compatible entry

Thanks, will commit this soon.

This revision is now accepted and ready to land.Apr 26 2019, 5:13 PM
This revision was automatically updated to reflect the committed changes.