Commit 99e0d2e
ni-bluefin: enable mv88e6xxx PHY interrupts
The mv88e6xxx driver gained support for PHY interrupt handling in newer
kernels (6.12), whereas older kernels (e.g. 4.1) only supported polling
over the MDIO bus.
On ni-bluefin, the PHY interrupt lines have always been physically
connected on the board but were not described or used previously due
to the lack of driver support.
Enabling PHY interrupts in the device tree allows the driver to rely on
interrupt-driven link and status updates instead of frequent MDIO
polling. This significantly reduces MDIO bus traffic and contention.
Reducing MDIO contention is required to free up bus bandwidth, allowing
the system to sustain higher sampling rates without MDIO-related
interference.
Signed-off-by: deooi <deborah.ooi@emerson.com>1 parent 556be4f commit 99e0d2e
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
| |||
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 131 | | |
135 | 132 | | |
136 | 133 | | |
| |||
0 commit comments