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>
Sun, 9 Feb 2014 13:29:43 +0000 (21:29 +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 7b3fcc28c7e02c940e2df40a90ff3300c785e440..1c89dbf2337a0fcbce04cdbed02a9803e9a379da 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>;
This page took 0.025051 seconds and 5 git commands to generate.