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)
Fri, Apr 12, 4:55 AM
Unknown Object (File)
Mon, Apr 8, 11:17 AM
Unknown Object (File)
Mon, Apr 8, 10:32 AM
Unknown Object (File)
Mon, Apr 8, 9:08 AM
Unknown Object (File)
Mon, Apr 8, 5:57 AM
Unknown Object (File)
Fri, Mar 29, 9:00 AM
Unknown Object (File)
Jan 20 2024, 8:16 AM
Unknown Object (File)
Jan 16 2024, 6:32 PM

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 Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #56689)

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.