
Add the latest linux available from https://github.com/armbian/build commit de58ac1faac92724c6449db12c22affaeb003875, tag: sunxi-5.3, alongside all the patches that it comes with. Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
51 lines
1.2 KiB
Diff
51 lines
1.2 KiB
Diff
From 6328da39df61f962190870089aaa171a7f8aab2c Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Thu, 30 Mar 2017 13:04:25 +0200
|
|
Subject: [PATCH 11/82] arm64: dts: sun50i-h5: Add clock-frequency
|
|
|
|
To avoid error messages during boot.
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi
|
|
index 62d646baac3c..4452ab873dec 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi
|
|
@@ -52,6 +52,7 @@
|
|
device_type = "cpu";
|
|
reg = <0>;
|
|
enable-method = "psci";
|
|
+ clock-frequency = <1200000000>;
|
|
};
|
|
|
|
cpu@1 {
|
|
@@ -59,6 +60,7 @@
|
|
device_type = "cpu";
|
|
reg = <1>;
|
|
enable-method = "psci";
|
|
+ clock-frequency = <1200000000>;
|
|
};
|
|
|
|
cpu@2 {
|
|
@@ -66,6 +68,7 @@
|
|
device_type = "cpu";
|
|
reg = <2>;
|
|
enable-method = "psci";
|
|
+ clock-frequency = <1200000000>;
|
|
};
|
|
|
|
cpu@3 {
|
|
@@ -73,6 +76,7 @@
|
|
device_type = "cpu";
|
|
reg = <3>;
|
|
enable-method = "psci";
|
|
+ clock-frequency = <1200000000>;
|
|
};
|
|
};
|
|
|
|
--
|
|
2.20.1
|
|
|