
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>
30 lines
941 B
Diff
30 lines
941 B
Diff
From e6e2d489bd4776f62a962ad8f511d862a1864f80 Mon Sep 17 00:00:00 2001
|
|
From: Philipp Rossak <embed3d@gmail.com>
|
|
Date: Fri, 26 Jan 2018 01:40:38 +0100
|
|
Subject: [PATCH 030/146] arm64: dts: allwinner: h5: add support for the
|
|
thermal sensor in H5
|
|
|
|
This patch adds the missing compatible and the thermal sensor cells.
|
|
The H5 has two sensors.
|
|
|
|
Signed-off-by: Philipp Rossak <embed3d@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi
|
|
index 62d646baac3c..ee12490203b8 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi
|
|
@@ -129,3 +129,8 @@
|
|
<GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
|
|
compatible = "allwinner,sun50i-h5-pinctrl";
|
|
};
|
|
+
|
|
+&ths {
|
|
+ compatible = "allwinner,sun50i-h5-ths";
|
|
+ #thermal-sensor-cells = <1>;
|
|
+};
|
|
--
|
|
2.17.1
|
|
|