
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>
51 lines
1.2 KiB
Diff
51 lines
1.2 KiB
Diff
From 0d1194aaf2b2ebc571cf01d2353d252c12146d2e Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Mon, 27 Jun 2016 16:08:26 +0200
|
|
Subject: [PATCH 10/82] ARM: dts: sun8i-h3: Add clock-frequency
|
|
|
|
To avoid error messages during boot.
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
arch/arm/boot/dts/sun8i-h3.dtsi | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
index f0096074a467..cb19ff797606 100644
|
|
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
@@ -78,6 +78,7 @@
|
|
clock-names = "cpu";
|
|
operating-points-v2 = <&cpu0_opp_table>;
|
|
#cooling-cells = <2>;
|
|
+ clock-frequency = <1200000000>;
|
|
};
|
|
|
|
cpu@1 {
|
|
@@ -88,6 +89,7 @@
|
|
clock-names = "cpu";
|
|
operating-points-v2 = <&cpu0_opp_table>;
|
|
#cooling-cells = <2>;
|
|
+ clock-frequency = <1200000000>;
|
|
};
|
|
|
|
cpu@2 {
|
|
@@ -98,6 +100,7 @@
|
|
clock-names = "cpu";
|
|
operating-points-v2 = <&cpu0_opp_table>;
|
|
#cooling-cells = <2>;
|
|
+ clock-frequency = <1200000000>;
|
|
};
|
|
|
|
cpu@3 {
|
|
@@ -108,6 +111,7 @@
|
|
clock-names = "cpu";
|
|
operating-points-v2 = <&cpu0_opp_table>;
|
|
#cooling-cells = <2>;
|
|
+ clock-frequency = <1200000000>;
|
|
};
|
|
};
|
|
|
|
--
|
|
2.20.1
|
|
|