kernel: add missing PHY ID for an AR8327 switch variant

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36630 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2013-05-13 19:13:27 +00:00
parent cf6fa4f194
commit 6d845ff838
1 changed files with 1 additions and 0 deletions

View File

@ -2031,6 +2031,7 @@ ar8xxx_phy_config_aneg(struct phy_device *phydev)
static const u32 ar8xxx_phy_ids[] = {
0x004dd033,
0x004dd034,
0x004dd041,
0x004dd042,
};