[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-111-g4ed56b3ef
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-07-25 11:37:02
|
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 4ed56b3efe497196cf17b7d560d181c51760fa57 (commit)
from 3805f79dea9ce72cee81cc40ca2901e56f83e4e9 (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 4ed56b3efe497196cf17b7d560d181c51760fa57
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jul 25 13:24:22 2019 +0200
[LINUX] 3.19: apf6: make WiFi work again
-----------------------------------------------------------------------
Summary of changes:
.../4.19/0707-armadeus-dts-apf6-fix-wifi.patch | 54 ++++++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 patches/linux/4.19/0707-armadeus-dts-apf6-fix-wifi.patch
diff --git a/patches/linux/4.19/0707-armadeus-dts-apf6-fix-wifi.patch b/patches/linux/4.19/0707-armadeus-dts-apf6-fix-wifi.patch
new file mode 100644
index 000000000..a4687344f
--- /dev/null
+++ b/patches/linux/4.19/0707-armadeus-dts-apf6-fix-wifi.patch
@@ -0,0 +1,54 @@
+Index: linux-4.19.60/arch/arm/boot/dts/imx6qdl-apf6.dtsi
+===================================================================
+--- linux-4.19.60.orig/arch/arm/boot/dts/imx6qdl-apf6.dtsi
++++ linux-4.19.60/arch/arm/boot/dts/imx6qdl-apf6.dtsi
+@@ -48,6 +48,24 @@
+ #include <dt-bindings/gpio/gpio.h>
+ #include <dt-bindings/interrupt-controller/irq.h>
+
++/ {
++ reg_1p8v: regulator-1p8v {
++ compatible = "regulator-fixed";
++ regulator-name = "1P8V";
++ regulator-min-microvolt = <1800000>;
++ regulator-max-microvolt = <1800000>;
++ regulator-always-on;
++ vin-supply = <®_3p3v>;
++ };
++
++ usdhc1_pwrseq: usdhc1-pwrseq {
++ compatible = "mmc-pwrseq-simple";
++ reset-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
++ post-power-on-delay-ms = <15>;
++ power-off-delay-us = <70>;
++ };
++};
++
+ &fec {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_enet>;
+@@ -82,7 +100,13 @@
+ &usdhc1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usdhc1>;
++ bus-width = <4>;
+ non-removable;
++ mmc-pwrseq = <&usdhc1_pwrseq>;
++ vmmc-supply = <®_3p3v>;
++ vqmmc-supply = <®_1p8v>;
++ cap-power-off-card;
++ keep-power-in-suspend;
+ status = "okay";
+
+ #address-cells = <1>;
+@@ -148,8 +172,8 @@
+ MX6QDL_PAD_SD1_DAT1__SD1_DATA1 0x17059
+ MX6QDL_PAD_SD1_DAT2__SD1_DATA2 0x17059
+ MX6QDL_PAD_SD1_DAT3__SD1_DATA3 0x17059
+- MX6QDL_PAD_SD4_DAT0__GPIO2_IO08 0x1b0b0 /* WL_EN */
+- MX6QDL_PAD_SD4_DAT2__GPIO2_IO10 0x1b0b0 /* WL_IRQ */
++ MX6QDL_PAD_SD4_DAT0__GPIO2_IO08 0x130b0 /* WL_EN */
++ MX6QDL_PAD_SD4_DAT2__GPIO2_IO10 0x13000 /* WL_IRQ */
+ >;
+ };
+
hooks/post-receive
--
armadeus
|