[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-238-gf9d24947a
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-02-25 08:23:52
|
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 f9d24947aa90f2f7b2db04c57ef300fc10074a41 (commit)
via 70602ecaaf232e6879e3e673f642a8a1ae5ed040 (commit)
from a1cd69090674d0ac9948870df72a341cd3488611 (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 f9d24947aa90f2f7b2db04c57ef300fc10074a41
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Feb 25 09:23:32 2021 +0100
[LINUX] opos8mm: enable RFKILL
commit 70602ecaaf232e6879e3e673f642a8a1ae5ed040
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Feb 25 09:22:09 2021 +0100
[PATCH] 5.4.imx_legacy: opos8mm: add OOB IRQ on WiFi
-----------------------------------------------------------------------
Summary of changes:
.../opos8mm/opos8mm-linux-legacy-5.4_defconfig | 2 ++
...dts-imx8mm-opos8mm-enable-OOB-IRQ-on-WiFi.patch | 40 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
create mode 100644 patches/linux/5.4.imx_legacy/0545-arm64-dts-imx8mm-opos8mm-enable-OOB-IRQ-on-WiFi.patch
diff --git a/buildroot/target/device/armadeus/opos8mm/opos8mm-linux-legacy-5.4_defconfig b/buildroot/target/device/armadeus/opos8mm/opos8mm-linux-legacy-5.4_defconfig
index 3e53f8f3e..631565e96 100644
--- a/buildroot/target/device/armadeus/opos8mm/opos8mm-linux-legacy-5.4_defconfig
+++ b/buildroot/target/device/armadeus/opos8mm/opos8mm-linux-legacy-5.4_defconfig
@@ -151,6 +151,8 @@ CONFIG_NL80211_TESTMODE=y
CONFIG_CFG80211_WEXT=y
CONFIG_MAC80211=m
CONFIG_MAC80211_LEDS=y
+CONFIG_RFKILL=y
+CONFIG_RFKILL_GPIO=m
CONFIG_NET_9P=y
CONFIG_PCI=y
CONFIG_PCIEPORTBUS=y
diff --git a/patches/linux/5.4.imx_legacy/0545-arm64-dts-imx8mm-opos8mm-enable-OOB-IRQ-on-WiFi.patch b/patches/linux/5.4.imx_legacy/0545-arm64-dts-imx8mm-opos8mm-enable-OOB-IRQ-on-WiFi.patch
new file mode 100644
index 000000000..3b2367aa4
--- /dev/null
+++ b/patches/linux/5.4.imx_legacy/0545-arm64-dts-imx8mm-opos8mm-enable-OOB-IRQ-on-WiFi.patch
@@ -0,0 +1,40 @@
+From 636507c84e4e393a56d06ea1644910fad5ef6b10 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Wed, 24 Feb 2021 17:38:19 +0100
+Subject: [PATCH 545/545] arm64: dts: imx8mm-opos8mm: enable OOB IRQ on WiFi
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ arch/arm64/boot/dts/freescale/imx8mm-opos8mm.dtsi | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/arch/arm64/boot/dts/freescale/imx8mm-opos8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-opos8mm.dtsi
+index 064d4f9ac512..a96e7b66dbd3 100644
+--- a/arch/arm64/boot/dts/freescale/imx8mm-opos8mm.dtsi
++++ b/arch/arm64/boot/dts/freescale/imx8mm-opos8mm.dtsi
+@@ -102,6 +102,9 @@
+ brcmf: wifi@1 {
+ compatible = "brcm,bcm4329-fmac";
+ reg = <1>;
++ interrupt-parent = <&gpio3>;
++ interrupts = <5 IRQ_TYPE_LEVEL_LOW>;
++ interrupt-names = "host-wake";
+ };
+ };
+
+@@ -354,6 +357,8 @@
+ MX8MM_IOMUXC_NAND_DATA07_USDHC3_DATA3 0x92
+ /* WLAN_EN */
+ MX8MM_IOMUXC_NAND_RE_B_GPIO3_IO15 0x92
++ /* WLAN_GPIO0 */
++ MX8MM_IOMUXC_NAND_CLE_GPIO3_IO5 0x90
+ >;
+ };
+
+--
+2.26.2
+
hooks/post-receive
--
armadeus
|