projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
118c98a
)
ARM: dts: imx6q-sabrelite: PHY reset is active-low
author
Philipp Zabel
<p.zabel@pengutronix.de>
Fri, 20 Dec 2013 15:25:17 +0000
(16:25 +0100)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
index
7b3fcc2
..
1c89dbf
100644
(file)
--- a/
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
+++ b/
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi
@@
-151,7
+151,7
@@
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>;