summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-4.14/apalis-t30-mainline/0033-apalis-t30-mainline-apply-pcie-fix-hacks.patch
blob: d6539d08d73a218b1b5195b187a385cd814735bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From f91b1e8680a93b6d33af3380e24bd2f9501c30c5 Mon Sep 17 00:00:00 2001
Message-Id: <f91b1e8680a93b6d33af3380e24bd2f9501c30c5.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: Fri, 20 Apr 2018 10:07:58 +0200
Subject: [PATCH 33/33] apalis-t30-mainline: apply pcie fix hacks

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---
 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 0e19ff52275e..ad7385525964 100644
--- a/drivers/pci/host/pci-tegra.c
+++ b/drivers/pci/host/pci-tegra.c
@@ -51,8 +51,8 @@
 #include <soc/tegra/cpuidle.h>
 #include <soc/tegra/pmc.h>
 
-//#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 <linux/gpio.h>
 
-- 
2.14.4