The usbclock generator on the earlier amlogic chip is a bit different
so add a new driver.
Details
Details
- Reviewers
ganbold
Tested on YYHD18 (aml8726-m3).
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
| sys/arm/amlogic/aml8726/aml8726_usb_phy-m3.c | ||
|---|---|---|
| 213 | Is it intentional here to set err and then later check in out of the loop? | |
Comment Actions
I've made the suggested changes (as well as adding break to the corresponding code in the m6 usb clock code).
Comment Actions
I've responded to the inline comments.
| sys/arm/amlogic/aml8726/aml8726_usb_phy-m3.c | ||
|---|---|---|
| 213 | Yes ... memory is allocated prior to the loop by OF_getencprop_alloc which is freed after the loop | |