ARM: rmobile: Fix PHY LED mode register mask
[oweals/u-boot.git] / board / renesas / porter / porter.c
index 663b8001ef6b2c9a8d97e5e7f6c42109baf7bbea..2e15a4cbbdc950a546742ec3bc8e37cf75abf9f8 100644 (file)
@@ -98,7 +98,7 @@ int dram_init_banksize(void)
 
 /* porter has KSZ8041RNLI */
 #define PHY_CONTROL1           0x1E
-#define PHY_LED_MODE           0xC0000
+#define PHY_LED_MODE           0xC000
 #define PHY_LED_MODE_ACK       0x4000
 int board_phy_config(struct phy_device *phydev)
 {