Add support for the a31-rtc controller.
This is basically the same controller than in the A10 but with different registers offset and a special register for the LOSC switch status.
Details
Details
- Reviewers
jmcneill adrian manu - Group Reviewers
ARM - Commits
- rS296357: Add support for Allwinner A31 RTC controller.
Apply patch and test kernel on A10/A20/A31.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Do not fail if we can't use the external oscillator.
Report in boot verbose which oscillator we are using.
Comment Actions
Setting the autoswitch on.
If switching to the external oscillator fails the RTC will use the internal one (less precise).