]> git.baikalelectronics.ru Git - kernel.git/commit
of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.
authorAaro Koskinen <aaro.koskinen@iki.fi>
Wed, 3 Feb 2016 19:35:29 +0000 (21:35 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Feb 2016 10:21:55 +0000 (05:21 -0500)
commit68f2cfbfdf40b7c9e2bb0c0d28349aa6dcafc755
treeee1a2ce2c49c741e06a5953ea721eeb4fdcadea6
parent90da7277308ab1d63df7cfce06ae76742ddc7eda
of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.

Commit cd6dc17d2fb2 ("of: of_mdio: Add a whitelist of PHY
compatibilities.") missed one compatible string used in in-tree DTBs:
in OCTEON, for selected boards, the kernel DTB pruning code will overwrite
the DTB compatible string with "marvell,88e1145", which is missing
from the whitelist. Add it.

The patch fixes broken networking on EdgeRouter Lite.

Fixes: cd6dc17d2fb2 ("of: of_mdio: Add a whitelist of PHY compatibilities.")
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/of/of_mdio.c