
Since the Armbian sources refer to linux 4.19.76 as being linux-mainline, all the patches from linux-4.19 were moved to linux-mainline_4.19 and the linux_4.19.76 recipes was named accordingly. This patch makes 4.19.76 as default version for linux Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
34 lines
872 B
Text
34 lines
872 B
Text
From 328b1316b4a89f2bf9e451f3cfa41d591962c44e Mon Sep 17 00:00:00 2001
|
|
From: Philipp Rossak <embed3d@gmail.com>
|
|
Date: Tue, 23 Jan 2018 10:57:37 +0100
|
|
Subject: [PATCH 022/146] arm: dts: sun8i: h3: enable H3 sid controller
|
|
|
|
This patch enables the the sid controller in the H3. It can be used
|
|
for thermal calibration data.
|
|
|
|
Signed-off-by: Philipp Rossak <embed3d@gmail.com>
|
|
---
|
|
arch/arm/boot/dts/sun8i-h3.dtsi | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
index d2c85be8a2d0..791a9406c671 100644
|
|
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
@@ -111,6 +111,13 @@
|
|
};
|
|
};
|
|
|
|
+ soc {
|
|
+ sid: eeprom@1c14000 {
|
|
+ compatible = "allwinner,sun8i-h3-sid";
|
|
+ reg = <0x01c14000 0x400>;
|
|
+ };
|
|
+ };
|
|
+
|
|
thermal-zones {
|
|
cpu-thermal {
|
|
/* milliseconds */
|
|
--
|
|
2.17.1
|
|
|