summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Sae <Frank.Sae@motor-comm.com>2023-01-28 09:35:58 +0300
committerMinda Chen <minda.chen@starfivetech.com>2024-01-11 13:58:45 +0300
commitd6ddbdc0522b4eea602fa27403fa073f6173056f (patch)
tree04c3f4010f10c2bdfe8d289966d3d24eebb55ce6
parent8c9a556adc9b158a592050466ce02041c8f47e8d (diff)
downloadlinux-d6ddbdc0522b4eea602fa27403fa073f6173056f.tar.xz
net: phy: motorcomm: change the phy id of yt8521 and yt8531s to lowercase
The phy id is usually defined in lower case. Signed-off-by: Frank Sae <Frank.Sae@motor-comm.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://lore.kernel.org/r/20230128063558.5850-2-Frank.Sae@motor-comm.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--drivers/net/phy/motorcomm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/motorcomm.c b/drivers/net/phy/motorcomm.c
index b6968c78c303..aa02e722c51d 100644
--- a/drivers/net/phy/motorcomm.c
+++ b/drivers/net/phy/motorcomm.c
@@ -12,8 +12,8 @@
#include <linux/phy.h>
#define PHY_ID_YT8511 0x0000010a
-#define PHY_ID_YT8521 0x0000011A
-#define PHY_ID_YT8531S 0x4F51E91A
+#define PHY_ID_YT8521 0x0000011a
+#define PHY_ID_YT8531S 0x4f51e91a
/* YT8521/YT8531S Register Overview
* UTP Register space | FIBER Register space