[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-272-g3b6d6199a
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-07-08 09:56:45
|
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 3b6d6199a6759e7fa78b4b44b8fb4998fadaa931 (commit)
from 45c305edaf5fc671e8866badec0893df6a47ab5f (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 3b6d6199a6759e7fa78b4b44b8fb4998fadaa931
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jul 8 11:55:27 2021 +0200
[LINUX] 5.10: opos6ul: patches for WiFi
-----------------------------------------------------------------------
Summary of changes:
...3-armadeus-brcmfmac-increase-boot-timeout.patch | 0
...s6ul-add-supply-to-WiFi-and-two-propertie.patch | 34 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
copy patches/linux/{4.14 => 5.10}/0803-armadeus-brcmfmac-increase-boot-timeout.patch (100%)
create mode 100644 patches/linux/5.10/0814-ARM-dts-opos6ul-add-supply-to-WiFi-and-two-propertie.patch
diff --git a/patches/linux/4.14/0803-armadeus-brcmfmac-increase-boot-timeout.patch b/patches/linux/5.10/0803-armadeus-brcmfmac-increase-boot-timeout.patch
similarity index 100%
copy from patches/linux/4.14/0803-armadeus-brcmfmac-increase-boot-timeout.patch
copy to patches/linux/5.10/0803-armadeus-brcmfmac-increase-boot-timeout.patch
diff --git a/patches/linux/5.10/0814-ARM-dts-opos6ul-add-supply-to-WiFi-and-two-propertie.patch b/patches/linux/5.10/0814-ARM-dts-opos6ul-add-supply-to-WiFi-and-two-propertie.patch
new file mode 100644
index 000000000..cf0ad21c6
--- /dev/null
+++ b/patches/linux/5.10/0814-ARM-dts-opos6ul-add-supply-to-WiFi-and-two-propertie.patch
@@ -0,0 +1,34 @@
+From 4ba2f009fda677242458b88b5fda34daad699c24 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Thu, 8 Jul 2021 11:48:07 +0200
+Subject: [PATCH 1/1] ARM: dts: opos6ul: add supply to WiFi and two properties
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+cap-power-off-card and keep-power-in-suspend
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ arch/arm/boot/dts/imx6ul-imx6ull-opos6ul.dtsi | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/arch/arm/boot/dts/imx6ul-imx6ull-opos6ul.dtsi b/arch/arm/boot/dts/imx6ul-imx6ull-opos6ul.dtsi
+index f2386dcb9ff2..9aaeb816a461 100644
+--- a/arch/arm/boot/dts/imx6ul-imx6ull-opos6ul.dtsi
++++ b/arch/arm/boot/dts/imx6ul-imx6ull-opos6ul.dtsi
+@@ -69,6 +69,10 @@ &usdhc2 {
+ pinctrl-0 = <&pinctrl_usdhc2>;
+ bus-width = <4>;
+ no-1-8-v;
++ vmmc-supply = <®_3v3>;
++ vqmmc-supply = <®_3v3>;
++ cap-power-off-card;
++ keep-power-in-suspend;
+ non-removable;
+ mmc-pwrseq = <&usdhc3_pwrseq>;
+ status = "okay";
+--
+2.31.1
+
hooks/post-receive
--
armadeus
|