[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-89-g3861c6743
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-06-26 08:41:34
|
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 3861c674317245fa0aa4774f79b1b51ec9106ffd (commit)
via 1f6e6efe0b79e06a363526ff00fdb678a243107c (commit)
from 683cb0c8deadfef64e48850ef4c38457c74de2a6 (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 3861c674317245fa0aa4774f79b1b51ec9106ffd
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Jun 26 10:27:58 2019 +0200
[LINUX] 4.19: apf6: add mdio bus in device tree
commit 1f6e6efe0b79e06a363526ff00fdb678a243107c
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Jun 26 09:51:52 2019 +0200
[LINUX] 4.19: complete commit 0340ae21977d1176aed9835b279e261cd57388e1
Fix imx6qdl-apf6.dtsi too...
-----------------------------------------------------------------------
Summary of changes:
...705-armadeus-dts-apf6dev-fix-dts-overload.patch | 24 ++++++++++++--
.../4.19/0706-armadeus-dts-apf6-add-mdio-bus.patch | 37 ++++++++++++++++++++++
2 files changed, 58 insertions(+), 3 deletions(-)
create mode 100644 patches/linux/4.19/0706-armadeus-dts-apf6-add-mdio-bus.patch
diff --git a/patches/linux/4.19/0705-armadeus-dts-apf6dev-fix-dts-overload.patch b/patches/linux/4.19/0705-armadeus-dts-apf6dev-fix-dts-overload.patch
index 23c8947db..e3a2acd66 100644
--- a/patches/linux/4.19/0705-armadeus-dts-apf6dev-fix-dts-overload.patch
+++ b/patches/linux/4.19/0705-armadeus-dts-apf6dev-fix-dts-overload.patch
@@ -2,10 +2,10 @@ Without this, impossible to overload pinctrl from APF6 SOM.
Signed-off-by: Julien Boibessot <jul...@ar...>
-Index: linux-4.19.42/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
+Index: linux-4.19.56/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
===================================================================
---- linux-4.19.42.orig/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
-+++ linux-4.19.42/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
+--- linux-4.19.56.orig/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
++++ linux-4.19.56/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
@@ -302,7 +302,6 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gpios>;
@@ -20,3 +20,21 @@ Index: linux-4.19.42/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
};
- };
};
+Index: linux-4.19.56/arch/arm/boot/dts/imx6qdl-apf6.dtsi
+===================================================================
+--- linux-4.19.56.orig/arch/arm/boot/dts/imx6qdl-apf6.dtsi
++++ linux-4.19.56/arch/arm/boot/dts/imx6qdl-apf6.dtsi
+@@ -94,7 +94,6 @@
+ };
+
+ &iomuxc {
+- apf6 {
+ pinctrl_enet: enetgrp {
+ fsl,pins = <
+ MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b8b0
+@@ -154,5 +153,4 @@
+ MX6QDL_PAD_SD3_DAT7__SD3_DATA7 0x17059
+ >;
+ };
+- };
+ };
diff --git a/patches/linux/4.19/0706-armadeus-dts-apf6-add-mdio-bus.patch b/patches/linux/4.19/0706-armadeus-dts-apf6-add-mdio-bus.patch
new file mode 100644
index 000000000..1dd6f41dc
--- /dev/null
+++ b/patches/linux/4.19/0706-armadeus-dts-apf6-add-mdio-bus.patch
@@ -0,0 +1,37 @@
+Index: linux-4.19.56/arch/arm/boot/dts/imx6qdl-apf6.dtsi
+===================================================================
+--- linux-4.19.56.orig/arch/arm/boot/dts/imx6qdl-apf6.dtsi
++++ linux-4.19.56/arch/arm/boot/dts/imx6qdl-apf6.dtsi
+@@ -54,7 +54,21 @@
+ phy-mode = "rgmii";
+ phy-reset-duration = <10>;
+ phy-reset-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
++ phy-handle = <ðphy1>;
+ status = "okay";
++
++ mdio: mdio {
++ #address-cells = <1>;
++ #size-cells = <0>;
++
++ ethphy1: ethernet-phy@1 {
++ compatible = "ethernet-phy-ieee802.3-c22";
++ reg = <1>;
++ interrupt-parent = <&gpio1>;
++ interrupts = <28 IRQ_TYPE_LEVEL_LOW>;
++ status = "okay";
++ };
++ };
+ };
+
+ /* Bluetooth */
+@@ -99,8 +113,8 @@
+ MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b8b0
+ MX6QDL_PAD_ENET_MDC__ENET_MDC 0x1b0b0
+ MX6QDL_PAD_ENET_REF_CLK__ENET_TX_CLK 0x1b0b0
+- MX6QDL_PAD_ENET_RX_ER__GPIO1_IO24 0x130b0
+- MX6QDL_PAD_ENET_TX_EN__GPIO1_IO28 0x130b0
++ MX6QDL_PAD_ENET_RX_ER__GPIO1_IO24 0x1b0b0
++ MX6QDL_PAD_ENET_TX_EN__GPIO1_IO28 0x1b0b0
+ MX6QDL_PAD_RGMII_TXC__RGMII_TXC 0x1b030
+ MX6QDL_PAD_RGMII_TD0__RGMII_TD0 0x1b030
+ MX6QDL_PAD_RGMII_TD1__RGMII_TD1 0x1b030
hooks/post-receive
--
armadeus
|