ARM: dts: sunxi: Switch to the generic PHY properties
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / sun6i-a31-hummingbird.dts
index 09832b4e8fc8544574256e0bb96d3351f5ac4c2c..2652d737fe7c230af3afe70283fb1765bbdff27c 100644 (file)
        pinctrl-0 = <&gmac_rgmii_pins>;
        phy = <&phy1>;
        phy-mode = "rgmii";
-       snps,reset-gpio = <&pio 0 21 GPIO_ACTIVE_HIGH>;
-       snps,reset-active-low;
-       snps,reset-delays-us = <0 10000 30000>;
        status = "okay";
 
        phy1: ethernet-phy@1 {
                reg = <1>;
+               reset-gpios = <&pio 0 21 GPIO_ACTIVE_LOW>;
+               reset-assert-us = <10000>;
+               reset-deassert-us = <30000>;
        };
 };