Page MenuHomeFreeBSD

aw_ccung: Add a10/a20 support
ClosedPublic

Authored by kevans on Jun 14 2018, 5:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 22, 4:33 PM
Unknown Object (File)
Sat, Sep 20, 10:05 PM
Unknown Object (File)
Sep 3 2025, 12:56 PM
Unknown Object (File)
Sep 3 2025, 11:13 AM
Unknown Object (File)
Aug 16 2025, 1:29 AM
Unknown Object (File)
Aug 14 2025, 11:11 PM
Unknown Object (File)
Aug 6 2025, 10:32 AM
Unknown Object (File)
Jul 15 2025, 12:38 PM
Subscribers

Details

Summary

Tested on: Lamobo R1/Banana Pi R1 (A20)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I prefer spliting the A10 and A20 right now even if for now they are the same.

In D15810#334274, @manu wrote:

I prefer spliting the A10 and A20 right now even if for now they are the same.

As in, duplicate all of these common clocks? There's only like five extra clocks that the a20 has, so I was planning on just doing something slightly different in ccu_a20_register_clocks after registering all of the common/a10 clocks.

In D15810#334274, @manu wrote:

I prefer spliting the A10 and A20 right now even if for now they are the same.

As in, duplicate all of these common clocks? There's only like five extra clocks that the a20 has, so I was planning on just doing something slightly different in ccu_a20_register_clocks after registering all of the common/a10 clocks.

Ah ok, yeah I guess that works too.
I'll review the code tomorow and test on some boards too.

Well in fact just commit it, it's better to have a few broken clocks that nothing at all.
I accept the review but do not add me to reviewed-by as I haven't read the clock definition.

This revision is now accepted and ready to land.Jun 14 2018, 5:40 PM
This revision was automatically updated to reflect the committed changes.