]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6q-sabrelite: PHY reset is active-low
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 20 Dec 2013 15:25:17 +0000 (16:25 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 31 Dec 2013 03:09:41 +0000 (11:09 +0800)
Note that the fec driver code currently hard-codes an active-low
reset, regardless of the flags in the device tree.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi

index 80031ee5ddc743ce620887c5a3437a4fe222a829..5b65f7906fd35e31024a560fa6f5268ebf68e54d 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_enet>;
        phy-mode = "rgmii";
-       phy-reset-gpios = <&gpio3 23 0>;
+       phy-reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
        txen-skew-ps = <0>;
        txc-skew-ps = <3000>;
        rxdv-skew-ps = <0>;