Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6q-sabrelite: PHY reset is active-low

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>

authored by

Philipp Zabel and committed by
Shawn Guo
a58a12ae 118c98a6

+1 -1
+1 -1
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
··· 151 151 pinctrl-names = "default"; 152 152 pinctrl-0 = <&pinctrl_enet>; 153 153 phy-mode = "rgmii"; 154 - phy-reset-gpios = <&gpio3 23 0>; 154 + phy-reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>; 155 155 txen-skew-ps = <0>; 156 156 txc-skew-ps = <3000>; 157 157 rxdv-skew-ps = <0>;