From 75a43239c6e91eaa6b6236785ee26ab61dbbf611 Mon Sep 17 00:00:00 2001 From: Werner Date: Fri, 28 Feb 2020 18:56:52 +0100 Subject: [PATCH] Softlimit H6 clock (#1811) --- config/sources/families/sun50iw6.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/sun50iw6.conf b/config/sources/families/sun50iw6.conf index 59f80c7749..4ef4875f41 100644 --- a/config/sources/families/sun50iw6.conf +++ b/config/sources/families/sun50iw6.conf @@ -6,7 +6,7 @@ OVERLAY_PREFIX='sun50i-h6' BOOTENV_FILE='sun50iw2-next.txt' [[ -z $CPUMIN ]] && CPUMIN=480000 -[[ -z $CPUMAX ]] && CPUMAX=1810000 +[[ -z $CPUMAX ]] && CPUMAX=1488000 GOVERNOR=ondemand ASOUND_STATE='asound.state.sun50iw2-dev'