From: Jan Weitzel <j.weitzel@xxxxxxxxx> Signed-off-by: Jan Weitzel <j.weitzel@xxxxxxxxx> --- drivers/net/phy/micrel.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index 88c64e5..866391c 100644 --- a/drivers/net/phy/micrel.c +++ b/drivers/net/phy/micrel.c @@ -226,13 +226,21 @@ static struct phy_driver ksphy_driver[] = { }, { .phy_id = PHY_ID_KSZ8051, .phy_id_mask = 0x00fffff0, - .drv.name = "Micrel KSZ8051", + .drv.name = "Micrel KSZ8051", .features = (PHY_BASIC_FEATURES | SUPPORTED_Pause | SUPPORTED_Asym_Pause), .config_init = ks8051_config_init, .config_aneg = genphy_config_aneg, .read_status = genphy_read_status, }, { + .phy_id = PHY_ID_KSZ8081, + .phy_id_mask = MICREL_PHY_ID_MASK, + .drv.name = "Micrel KSZ8081/91", + .features = (PHY_BASIC_FEATURES | SUPPORTED_Pause), + .config_init = kszphy_config_init, + .config_aneg = genphy_config_aneg, + .read_status = genphy_read_status, +}, { .phy_id = PHY_ID_KSZ8001, .drv.name = "Micrel KSZ8001 or KS8721", .phy_id_mask = 0x00ffffff, -- 1.9.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox