summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-07-11 15:57:59 +0200
committerStefan Agner <stefan.agner@toradex.com>2018-07-27 16:40:07 +0200
commit4447176b61afe3cb9a4868671ec95c9fbfe92e34 (patch)
tree41f749e820c5dbb2f19aeb3fb34f658ae8b5d769 /recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch
parentb34fa66b4159cb6b0952a6821e73fdb93ae7714f (diff)
apalis-t30/tk1-mainline: update patchset
Latest additions: - 0024-apalis_t30-enable-broken-hpi-on-emmc.patch Avoid a rare soft lockup upon installing an image from within Tezi. - 0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch Avoid keyboard/mouse being unresponsive for 10-15 Seconds. - 0026-apalis_t30-fix-mmc1-cmd-pull-up.patch Avoid issues with higher speed SD cards. - 0027-apalis_t30-pull-up-sd-card-detect-pins.patch Avoid floating SD card detect pins. - 0028-Revert-mmc-tegra-Disable-UHS-I-modes-for-Tegra124.patch Allow for UHS-I modes on TK1. - 0029-mmc-tegra-fix-eMMC-DDR-mode.patch Fix eMMC DDR mode. - 0030-apalis-tk1-enable-ddr52-mode-on-emmc.patch Enable eMMC DDR mode. - 0031-apalis-tk1-force-fixed-ids-for-sdmmc-controllers.patch Avoid re-ordering of SDMMC controller instances. - 0032-apalis-tk1-fix-pcie-reset-for-reliable-gigabit-ether.patch Fix PCIe gigabit bring-up issue on Apalis TK1. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch54
1 files changed, 54 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch b/recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch
new file mode 100644
index 0000000..db52bff
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex-mainline-4.14/0025-tegra_defconfig-disable-sound-in-tezi-configuration.patch
@@ -0,0 +1,54 @@
+From e2aab7d9ffcfc98b9d1c572a744ce2ef321254bc Mon Sep 17 00:00:00 2001
+Message-Id: <e2aab7d9ffcfc98b9d1c572a744ce2ef321254bc.1531317141.git.marcel.ziswiler@toradex.com>
+In-Reply-To: <6654e1bd342708a683daf47e7558455f709a3e7e.1531317141.git.marcel.ziswiler@toradex.com>
+References: <6654e1bd342708a683daf47e7558455f709a3e7e.1531317141.git.marcel.ziswiler@toradex.com>
+From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
+Date: Wed, 11 Jul 2018 10:10:50 +0200
+Subject: [PATCH 25/33] tegra_defconfig: disable sound in tezi configuration
+
+Avoid keyboard/mouse unresponsiveness on Apalis T30 caused by Tezi
+polling plug input devices from HDA controller.
+
+Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
+---
+ arch/arm/configs/tegra_defconfig | 24 ------------------------
+ 1 file changed, 24 deletions(-)
+
+diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
+index e8c9bdafa1b9..1297ecfa6209 100644
+--- a/arch/arm/configs/tegra_defconfig
++++ b/arch/arm/configs/tegra_defconfig
+@@ -205,30 +205,6 @@ CONFIG_BACKLIGHT_PWM=y
+ CONFIG_FRAMEBUFFER_CONSOLE=y
+ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
+ CONFIG_LOGO=y
+-CONFIG_SOUND=y
+-CONFIG_SND=y
+-# CONFIG_SND_SUPPORT_OLD_API is not set
+-# CONFIG_SND_DRIVERS is not set
+-CONFIG_SND_HDA_TEGRA=y
+-CONFIG_SND_HDA_INPUT_BEEP=y
+-CONFIG_SND_HDA_PATCH_LOADER=y
+-CONFIG_SND_HDA_CODEC_REALTEK=y
+-CONFIG_SND_HDA_CODEC_HDMI=y
+-# CONFIG_SND_ARM is not set
+-# CONFIG_SND_SPI is not set
+-# CONFIG_SND_USB is not set
+-CONFIG_SND_SOC=y
+-CONFIG_SND_SOC_TEGRA=y
+-CONFIG_SND_SOC_TEGRA20_I2S=y
+-CONFIG_SND_SOC_TEGRA30_I2S=y
+-CONFIG_SND_SOC_TEGRA_RT5640=y
+-CONFIG_SND_SOC_TEGRA_WM8753=y
+-CONFIG_SND_SOC_TEGRA_WM8903=y
+-CONFIG_SND_SOC_TEGRA_WM9712=y
+-CONFIG_SND_SOC_TEGRA_TRIMSLICE=y
+-CONFIG_SND_SOC_TEGRA_ALC5632=y
+-CONFIG_SND_SOC_TEGRA_MAX98090=y
+-CONFIG_SND_SOC_TEGRA_SGTL5000=y
+ CONFIG_USB=y
+ CONFIG_USB_XHCI_HCD=y
+ CONFIG_USB_XHCI_TEGRA=m
+--
+2.14.4
+