Page MenuHomeFreeBSD

Allwinner axp209 attach later
ClosedPublic

Authored by manu on Jul 3 2016, 7:26 AM.
Tags
Referenced Files
Unknown Object (File)
Jan 16 2025, 3:36 AM
Unknown Object (File)
Nov 27 2024, 11:18 PM
Unknown Object (File)
Nov 23 2024, 10:44 AM
Unknown Object (File)
Nov 23 2024, 4:35 AM
Unknown Object (File)
Nov 21 2024, 7:17 PM
Unknown Object (File)
Nov 19 2024, 8:29 PM
Unknown Object (File)
Nov 19 2024, 6:26 PM
Unknown Object (File)
Nov 17 2024, 12:37 PM
Subscribers

Details

Summary

We need aw_nmi to be attached which needs GIC so attach a bit later.
Also the GPIOC doesn't need to be attach early

Test Plan

Tested on Olimex A20 SOM EVB

Diff Detail

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

Event Timeline

manu retitled this revision from to Allwinner axp209 attach later.
manu updated this object.
manu edited the test plan for this revision. (Show Details)
manu added a reviewer: ARM.
manu set the repository for this revision to rS FreeBSD src repository - subversion.
manu added a project: ARM.

What other driver needs this?

What other driver needs this?

If "this" == attach later, None
if "this" == gpio from axp209 for now none, but usbphy will need it on some boards.

I meant this driver, i.e. why does it need to be early to begin with.

I meant this driver, i.e. why does it need to be early to begin with.

The usb driver will need the gpio interrupts on some boards for the VBUS/ID detect stuff.

andrew added a reviewer: andrew.
This revision is now accepted and ready to land.Jul 29 2016, 11:54 AM
This revision was automatically updated to reflect the committed changes.