mirror of
https://github.com/armbian/build.git
synced 2025-08-16 08:06:59 +02:00
* Bump meson64 edge from 6.7 to 6.8 Changes to be committed: modified: config/sources/families/include/meson64_common.inc renamed: patch/kernel/archive/meson64-6.7 -> patch/kernel/archive/meson64-6.8 modified: patch/kernel/archive/meson64-6.8/board-bananapi-cm4-cm4io-fixes.patch modified: patch/kernel/archive/meson64-6.8/general-input-touchscreen-Add-D-WAV-Multitouch.patch new file: patch/kernel/archive/meson64-6.8/kernel-6.8-tools-cgroup-makefile.patch * updates from rewrite-kernel-patches * updates from rewrite-kernel-config
35 lines
917 B
Diff
35 lines
917 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Igor Pecovnik <igor.pecovnik@gmail.com>
|
|
Date: Tue, 4 Aug 2020 22:51:56 +0200
|
|
Subject: Add higher clocks for SM1 family
|
|
|
|
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
|
|
index 643f94d9d08e..c0fe046216fc 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
|
|
@@ -136,6 +136,16 @@ opp-1908000000 {
|
|
opp-hz = /bits/ 64 <1908000000>;
|
|
opp-microvolt = <950000>;
|
|
};
|
|
+
|
|
+ opp-2016000000 {
|
|
+ opp-hz = /bits/ 64 <2016000000>;
|
|
+ opp-microvolt = <1000000>;
|
|
+ };
|
|
+
|
|
+ opp-2100000000 {
|
|
+ opp-hz = /bits/ 64 <2100000000>;
|
|
+ opp-microvolt = <1022000>;
|
|
+ };
|
|
};
|
|
};
|
|
|
|
--
|
|
Armbian
|
|
|