Commit b2be0751 authored by Yuiko Oshino's avatar Yuiko Oshino Committed by Jakub Kicinski
Browse files

net: phy: smsc: add comments for the LAN8742 phy ID mask.



add comments for the LAN8742 phy ID mask in the previous patch.
add one missing tab in the LAN8742 phy ID line.

Signed-off-by: default avatarYuiko Oshino <yuiko.oshino@microchip.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 70a40ecf
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -485,6 +485,10 @@ static struct phy_driver smsc_phy_driver[] = {
	.resume		= genphy_resume,
}, {
	.phy_id		= 0x0007c130,	/* 0x0007c130 and 0x0007c131 */
	/* This mask (0xfffffff2) is to differentiate from
	 * LAN88xx (phy_id 0x0007c132)
	 * and allows future phy_id revisions.
	 */
	.phy_id_mask	= 0xfffffff2,
	.name		= "Microchip LAN8742",