[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-383-g1e59df0
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2014-08-12 07:59:13
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 1e59df0260079d3bfb8daef42452c7cdf01ddb9f (commit)
via 51cc108c3cde41cddaa22f5b1bc5bac0852da79d (commit)
from b1f085cfc744c2dd98805e84095f0fe8c8e93050 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1e59df0260079d3bfb8daef42452c7cdf01ddb9f
Author: Sébastien Szymanski <ss...@us...>
Date: Tue Aug 12 09:52:09 2014 +0200
[LINUX] 3.16: apf6: dts: set proper ethernet phy reset duration (10ms)
commit 51cc108c3cde41cddaa22f5b1bc5bac0852da79d
Author: Sébastien Szymanski <ss...@us...>
Date: Tue Aug 12 09:46:37 2014 +0200
[LINUX] 3.10.mx6_legacy: apf6: dts: remove phy-reset-gpios
The ethernet does not work with this property set so remove
it.
-----------------------------------------------------------------------
Summary of changes:
...rmadeus-add-apf6q-and-apf6dl-device-trees.patch | 3 +--
...rmadeus-add-apf6q-and-apf6dl-device-trees.patch | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/patches/linux/3.10.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch b/patches/linux/3.10.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
index 7341c3a..e6d8bd4 100644
--- a/patches/linux/3.10.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
+++ b/patches/linux/3.10.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
@@ -98,7 +98,7 @@ Index: linux-wandboard_imx_3.10.17_1.0.0_ga/arch/arm/boot/dts/imx6qdl-apf6dev.dt
===================================================================
--- /dev/null
+++ linux-wandboard_imx_3.10.17_1.0.0_ga/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
-@@ -0,0 +1,182 @@
+@@ -0,0 +1,181 @@
+/*
+ * Copyright 2014 Armadeus Systems
+ *
@@ -220,7 +220,6 @@ Index: linux-wandboard_imx_3.10.17_1.0.0_ga/arch/arm/boot/dts/imx6qdl-apf6dev.dt
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_enet_4>;
+ phy-mode = "rgmii";
-+ phy-reset-gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
+ status = "okay";
+};
+
diff --git a/patches/linux/3.16/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch b/patches/linux/3.16/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
index 2ea3678..c744651 100644
--- a/patches/linux/3.16/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
+++ b/patches/linux/3.16/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
@@ -76,7 +76,7 @@ Index: linux-3.16/arch/arm/boot/dts/imx6qdl-apf6.dtsi
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_enet>;
+ phy-mode = "rgmii";
-+ phy-reset-duration = <2>;
++ phy-reset-duration = <10>;
+ phy-reset-gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
+ status = "okay";
+};
@@ -111,7 +111,7 @@ Index: linux-3.16/arch/arm/boot/dts/imx6qdl-apf6.dtsi
+ fsl,pins = <
+ MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b0b0
+ MX6QDL_PAD_ENET_MDC__ENET_MDC 0x1b0b0
-+ MX6QDL_PAD_RGMII_TXC__RGMII_TXC 0x1b0b0
++ MX6QDL_PAD_RGMII_TXC__RGMII_TXC 0x1b030
+ MX6QDL_PAD_RGMII_TD0__RGMII_TD0 0x1b030
+ MX6QDL_PAD_RGMII_TD1__RGMII_TD1 0x1b030
+ MX6QDL_PAD_RGMII_TD2__RGMII_TD2 0x1b030
hooks/post-receive
--
armadeus
|