5ccbcf999d
- OTG support - Charger - WiFi 5GHz - RTC bug "fixed" (always-on interrupt - made device overheat!) - Kernel version bumped to 5.2.1 - Memory timings - New WM8994 codec board driver (fixes suspend/resume) - Camera's regulator supported now (saves power at least!) - Updated panel driver (still not in mainline, idk why) - MHL support in kernel (fixes boot times and screen, currently disabled in X, not tested) - Other minor kernel chagnes [ci:skip-build]: already built successfully in CI
28 lines
742 B
Diff
28 lines
742 B
Diff
From 71c0d5721b1855fa352f6cb223d1fc5014412267 Mon Sep 17 00:00:00 2001
|
|
From: Sergey Larin <cerg2010cerg2010@mail.ru>
|
|
Date: Sat, 26 Jan 2019 19:32:58 +0300
|
|
Subject: [PATCH] soc/tegra: fix build for Tegra
|
|
|
|
Last changes to Linux 4.20 kernel broke the build. Fix it by adding a
|
|
config option.
|
|
|
|
Signed-off-by: Sergey Larin <cerg2010cerg2010@mail.ru>
|
|
---
|
|
drivers/soc/tegra/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig
|
|
index fbfce48ffb0d..a71650cc7bb3 100644
|
|
--- a/drivers/soc/tegra/Kconfig
|
|
+++ b/drivers/soc/tegra/Kconfig
|
|
@@ -128,6 +128,7 @@ config SOC_TEGRA_FLOWCTRL
|
|
bool
|
|
|
|
config SOC_TEGRA_PMC
|
|
+ select GENERIC_PINCONF
|
|
bool
|
|
|
|
config SOC_TEGRA_POWERGATE_BPMP
|
|
--
|
|
2.22.0
|
|
|