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)
Fri, Nov 21, 1:29 AM
Unknown Object (File)
Fri, Nov 21, 1:26 AM
Unknown Object (File)
Fri, Nov 21, 1:21 AM
Unknown Object (File)
Fri, Nov 21, 1:19 AM
Unknown Object (File)
Tue, Nov 18, 1:11 AM
Unknown Object (File)
Sun, Nov 16, 4:11 AM
Unknown Object (File)
Tue, Oct 28, 9:22 AM
Unknown Object (File)
Tue, Oct 28, 9:22 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 17276

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.