The snps have some optional property for reseting the phy via gpios.
This patch implement the reset.
Details
Details
- Reviewers
jmcneill andrew adrian - Group Reviewers
ARM - Commits
- rS296365: Add support for resetting the PHY via GPIO.
Apply patch and test on systems with dwc
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/dwc/if_dwc.c | ||
---|---|---|
1027 ↗ | (On Diff #13928) | Indent 4 spaces instead of a tab for multi-line if condition. |
1031 ↗ | (On Diff #13928) | 4 spaces here too |
1044 ↗ | (On Diff #13928) | Instead of active_low = 0/1 it would simplify the GPIO_PIN_SET calls later if you had int value and set it to either GPIO_PIN_LOW/GPIO_PIN_HIGH |
1047 ↗ | (On Diff #13928) | 4 spaces here too |
sys/dev/dwc/if_dwc.c | ||
---|---|---|
1041 ↗ | (On Diff #13937) | line is too long |