
Some patches were part of other linux-mainline kernel versions but are not anymore part of the current 4.19.76. Move 0001-Enable-uart3-for-NanoPi-Neo-Air-used-by-BT.patch in linux-mainline_4.19.76.bbappend to avoid error patching file arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts Hunk #2 FAILED at 162. 1 out of 2 hunks FAILED -- rejects in file arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts Place all patches from Armbian in a separate directory and do all the Balena specific operations in linux-mainline_%.bbappend only. Changelog-entry: Remove unused patches and cleanup Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
26 lines
834 B
Diff
26 lines
834 B
Diff
From f79548364ea767853c5a95f1db2407219f06572a Mon Sep 17 00:00:00 2001
|
|
From: Philipp Rossak <embed3d@gmail.com>
|
|
Date: Wed, 24 Jan 2018 22:35:13 +0100
|
|
Subject: [PATCH 026/146] iio: adc: Kconfig: enable A80, A64 and H5 for THS
|
|
|
|
Signed-off-by: Philipp Rossak <embed3d@gmail.com>
|
|
---
|
|
drivers/iio/adc/Kconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
|
|
index 4a754921fb6f..c77aec60a364 100644
|
|
--- a/drivers/iio/adc/Kconfig
|
|
+++ b/drivers/iio/adc/Kconfig
|
|
@@ -723,7 +723,7 @@ config STX104
|
|
config SUN4I_GPADC
|
|
tristate "Support for the Allwinner SoCs GPADC"
|
|
depends on IIO
|
|
- depends on MFD_SUN4I_GPADC || MACH_SUN8I
|
|
+ depends on MFD_SUN4I_GPADC || MACH_SUN8I || MACH_SUN50I || MACH_SUN9I
|
|
depends on THERMAL || !THERMAL_OF
|
|
select REGMAP_IRQ
|
|
help
|
|
--
|
|
2.17.1
|
|
|