mirror of
https://github.com/armbian/build.git
synced 2025-08-18 21:11:02 +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
28 lines
824 B
Diff
28 lines
824 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: zador-blood-stained <zador-blood-stained@users.noreply.github.com>
|
|
Date: Thu, 26 Oct 2017 16:31:22 +0300
|
|
Subject: Enable odroidc2-dev DVFS
|
|
|
|
Enable odroidc2-dev DVFS (#763)
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
|
index 73ad65fad0d7..f99f8414d8e0 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
|
@@ -360,7 +360,8 @@ &saradc {
|
|
};
|
|
|
|
&scpi_clocks {
|
|
- status = "disabled";
|
|
+ /* Works only with new blobs that have limited DVFS table */
|
|
+ status = "okay";
|
|
};
|
|
|
|
/* SD */
|
|
--
|
|
Armbian
|
|
|