mirror of https://github.com/hak5/openwrt-owl.git
kernel: add missing PHY ID for an AR8327 switch variant
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36630owl
parent
e8f3897389
commit
2c5a5d8736
|
@ -2031,6 +2031,7 @@ ar8xxx_phy_config_aneg(struct phy_device *phydev)
|
||||||
|
|
||||||
static const u32 ar8xxx_phy_ids[] = {
|
static const u32 ar8xxx_phy_ids[] = {
|
||||||
0x004dd033,
|
0x004dd033,
|
||||||
|
0x004dd034,
|
||||||
0x004dd041,
|
0x004dd041,
|
||||||
0x004dd042,
|
0x004dd042,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue