[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-191-g1da8284b0
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-06-02 11:32:36
|
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 1da8284b09d9652117b526b7ec64999f1d2bfa8b (commit)
from 22f13f1afcc4862477e1badd346461181475545c (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 1da8284b09d9652117b526b7ec64999f1d2bfa8b
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Jun 2 11:19:11 2020 +0200
[LINUX] add patches for NXP Linux 5.4
-----------------------------------------------------------------------
Summary of changes:
...d-DA7213-audio-codec-as-^Clectable-option.patch | 33 ++++++++++++++++++++++
.../0501-arm64-dts-imx8mn-add-sai-aliases.patch | 29 +++++++++++++++++++
2 files changed, 62 insertions(+)
create mode 100644 patches/linux/5.4.imx_legacy/0500-ASoC-Add-DA7213-audio-codec-as-^Clectable-option.patch
create mode 100644 patches/linux/5.4.imx_legacy/0501-arm64-dts-imx8mn-add-sai-aliases.patch
diff --git a/patches/linux/5.4.imx_legacy/0500-ASoC-Add-DA7213-audio-codec-as-^Clectable-option.patch b/patches/linux/5.4.imx_legacy/0500-ASoC-Add-DA7213-audio-codec-as-^Clectable-option.patch
new file mode 100644
index 000000000..bb694377e
--- /dev/null
+++ b/patches/linux/5.4.imx_legacy/0500-ASoC-Add-DA7213-audio-codec-as-^Clectable-option.patch
@@ -0,0 +1,33 @@
+From 527e7dccc5e472e67ec766d85ae4a76ddd9d4b8c Mon Sep 17 00:00:00 2001
+From: Sebastian Reichel <seb...@co...>
+Date: Fri, 8 Nov 2019 18:48:40 +0100
+Subject: [PATCH 1/3] ASoC: Add DA7213 audio codec as selectable option
+
+This commit adds the Dialog DA7213 audio codec as a selectable option
+in the kernel config. Currently the driver can only be selected for
+Intel Baytrail/Cherrytrail devices or if SND_SOC_ALL_CODECS is enabled.
+
+Signed-off-by: Sebastian Reichel <seb...@co...>
+Link: https://lore.kernel.org/r/201...@co...
+Signed-off-by: Mark Brown <br...@ke...>
+---
+ sound/soc/codecs/Kconfig | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
+index f128ffabf5e5..5f2a0cea437e 100644
+--- a/sound/soc/codecs/Kconfig
++++ b/sound/soc/codecs/Kconfig
+@@ -649,7 +649,8 @@ config SND_SOC_DA7210
+ tristate
+
+ config SND_SOC_DA7213
+- tristate
++ tristate "Dialog DA7213 CODEC"
++ depends on I2C
+
+ config SND_SOC_DA7218
+ tristate
+--
+2.26.2
+
diff --git a/patches/linux/5.4.imx_legacy/0501-arm64-dts-imx8mn-add-sai-aliases.patch b/patches/linux/5.4.imx_legacy/0501-arm64-dts-imx8mn-add-sai-aliases.patch
new file mode 100644
index 000000000..37f81ee5b
--- /dev/null
+++ b/patches/linux/5.4.imx_legacy/0501-arm64-dts-imx8mn-add-sai-aliases.patch
@@ -0,0 +1,29 @@
+From 15eecbc7137965f9d75b00aa3546877ae90255b9 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Mon, 18 May 2020 16:36:59 +0200
+Subject: [PATCH 2/3] arm64: dts: imx8mn: add sai aliases
+
+---
+ arch/arm64/boot/dts/freescale/imx8mn.dtsi | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
+index 24f79ba2c0ba..d68727550f17 100644
+--- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
++++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
+@@ -36,6 +36,11 @@
+ serial1 = &uart2;
+ serial2 = &uart3;
+ serial3 = &uart4;
++ sai2 = &sai2;
++ sai3 = &sai3;
++ sai5 = &sai5;
++ sai6 = &sai6;
++ sai7 = &sai7;
+ spi0 = &ecspi1;
+ spi1 = &ecspi2;
+ spi2 = &ecspi3;
+--
+2.26.2
+
hooks/post-receive
--
armadeus
|