From 7da6da579b7d90b7ca6560c880bd3f58ecb73df2 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 20 Apr 2018 11:34:14 +0200 Subject: linux-toradex-mainline: more patches also for apalis t30 Move the USB device aka gadget fix from Tezi to here. Add patches to force fixed IDs for SDMMC controllers. Add patch to fix for PLL_U rate configuration (T30). Add Apalis T30 specific patch for PCIe fix hacks. Signed-off-by: Marcel Ziswiler Acked-by: Stefan Agner --- ...-apalis-t30-mainline-apply-pcie-fix-hacks.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes-kernel/linux/linux-toradex-mainline-4.14/apalis-t30-mainline/0024-apalis-t30-mainline-apply-pcie-fix-hacks.patch (limited to 'recipes-kernel/linux/linux-toradex-mainline-4.14/apalis-t30-mainline/0024-apalis-t30-mainline-apply-pcie-fix-hacks.patch') diff --git a/recipes-kernel/linux/linux-toradex-mainline-4.14/apalis-t30-mainline/0024-apalis-t30-mainline-apply-pcie-fix-hacks.patch b/recipes-kernel/linux/linux-toradex-mainline-4.14/apalis-t30-mainline/0024-apalis-t30-mainline-apply-pcie-fix-hacks.patch new file mode 100644 index 0000000..22975ec --- /dev/null +++ b/recipes-kernel/linux/linux-toradex-mainline-4.14/apalis-t30-mainline/0024-apalis-t30-mainline-apply-pcie-fix-hacks.patch @@ -0,0 +1,31 @@ +From 50c98b667b749119f705504d0a4ff752c27be5ec Mon Sep 17 00:00:00 2001 +Message-Id: <50c98b667b749119f705504d0a4ff752c27be5ec.1529072479.git.marcel.ziswiler@toradex.com> +In-Reply-To: +References: +From: Marcel Ziswiler +Date: Fri, 20 Apr 2018 10:07:58 +0200 +Subject: [PATCH 24/27] apalis-t30-mainline: apply pcie fix hacks + +Signed-off-by: Marcel Ziswiler +--- + drivers/pci/host/pci-tegra.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/drivers/pci/host/pci-tegra.c b/drivers/pci/host/pci-tegra.c +index 0c6237159243..bdc7e7592cc8 100644 +--- a/drivers/pci/host/pci-tegra.c ++++ b/drivers/pci/host/pci-tegra.c +@@ -51,8 +51,8 @@ + #include + #include + +-//#define CONFIG_MACH_APALIS_T30 +-#define CONFIG_MACH_APALIS_TK1 ++#define CONFIG_MACH_APALIS_T30 ++//#define CONFIG_MACH_APALIS_TK1 + #if defined(CONFIG_MACH_APALIS_T30) || defined(CONFIG_MACH_APALIS_TK1) + #include + +-- +2.14.4 + -- cgit v1.2.3