]> Git Repo - linux.git/commitdiff
ARM: dts: vf610-zii-dev-rev-b: Fix MDIO over clocking
authorAndrew Lunn <[email protected]>
Fri, 30 Oct 2020 00:55:28 +0000 (01:55 +0100)
committerShawn Guo <[email protected]>
Sun, 1 Nov 2020 23:51:24 +0000 (07:51 +0800)
The ZII devel B board has two generations of Marvell Switches.  The
mv88e6352 supports an MDIO clock of 12MHz. However the older 88e6185
does not like 12MHz, and often fails to probe.

Reduce the clock speed to 5MHz, which seems to work reliably.

Cc: Chris Healy <[email protected]>
Fixes: b955387667ec ("ARM: dts: ZII: update MDIO speed and preamble")
Signed-off-by: Andrew Lunn <[email protected]>
Reviewed-by: Chris Healy <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm/boot/dts/vf610-zii-dev-rev-b.dts

index e500911ce0a5910d908d1d4ba67b39a14fae58e5..6f1e0f0d4f0aeac691de5f16325e26b7396f0906 100644 (file)
        };
 };
 
+&mdio1 {
+       clock-frequency = <5000000>;
+};
 
 &iomuxc {
        pinctrl_gpio_e6185_eeprom_sel: pinctrl-gpio-e6185-eeprom-spi0 {
This page took 0.088419 seconds and 4 git commands to generate.