mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 17:19:43 +01:00
microchipsw: lan969x: tactical-1000: fix SFP I2C buses
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
SFP I2C buses for ports 1 and 3 were swapped as order changed on production
boards.
So, swap them around to fix SFP 1 and 3 failed to read EEPROM errors.
Fixes: 29b3d929a6 ("microchipsw: lan969x: add Novarq Tactical 1000")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
This commit is contained in:
parent
b4df523754
commit
55f1f2c1c4
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<&sgpio_out 0 3 GPIO_ACTIVE_HIGH>;
|
||||
settle-time-us = <100>;
|
||||
|
||||
i2c_sfp0: i2c@0 {
|
||||
i2c_sfp2: i2c@0 {
|
||||
reg = <0x0>;
|
||||
};
|
||||
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
reg = <0x1>;
|
||||
};
|
||||
|
||||
i2c_sfp2: i2c@2 {
|
||||
i2c_sfp0: i2c@2 {
|
||||
reg = <0x2>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue