Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: phy: realtek: configure the INTB pin on RTL8211F
The interrupt pin on the RTL8211F PHY can be used in two different modes: INTB - the default mode of the PHY - interrupts can be configured through page 0xa42 register RTL821x_INER - interrupts can be ACK'ed through RTL8211F_INSR - it acts as a level-interrupt which is active low - Wake-on-LAN "wakeup" status is available in RTL8211F_INSR bit 7 PMEB: - special mode for Wake-on-LAN - interrupts configured through page 0xa42 register RTL821x_INER are disabled - it supports a "pulse low" waveform for the interrupt For now we simply force the pin into INTB mode since the PHY driver does not support Wake-on-LAN yet. Signed-off-by: Martin Blumenstingl <[email protected]>
- Loading branch information