arm64: dts: clearfog-gt-8k: 1G eth PHY reset signal
authorBaruch Siach <baruch@tkos.co.il>
Tue, 16 Oct 2018 10:50:53 +0000 (13:50 +0300)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 30 Nov 2018 17:44:53 +0000 (18:44 +0100)
This reset signal controls the Marvell 1512 1G PHY.

Note that current implementation queries the PHY over the MDIO bus
(get_phy_device() call from of_mdiobus_register_phy()) before reset
signal deassert. If the PHY reset signal is asserted at boot time, PHY
registration fails. So current code relies on the bootloader to deassert
the reset signal.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts

index f03740d5ce624ed59e41bbb925a390c8b9659ccb..f2e5b98f0c326e0167f8578176615b8d989797b2 100644 (file)
                 */
                marvell,reg-init = <3 16 0 0x1017>;
                reg = <0>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&cp0_copper_eth_phy_reset>;
+               reset-gpios = <&cp1_gpio1 11 GPIO_ACTIVE_LOW>;
+               reset-assert-us = <10000>;
        };
 
        switch0: switch0@4 {