[Sound-open-firmware] [PATCH] cnl: clk: correct it on cnl according to spec

Rander Wang rander.wang at intel.com
Wed Feb 28 09:57:01 CET 2018


Signed-off-by: Rander Wang <rander.wang at intel.com>
---
 src/platform/cannonlake/clk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/platform/cannonlake/clk.c b/src/platform/cannonlake/clk.c
index 3a16c1a..dcfe4b3 100644
--- a/src/platform/cannonlake/clk.c
+++ b/src/platform/cannonlake/clk.c
@@ -72,7 +72,7 @@ static const struct freq_table cpu_freq[] = {
 
 static const struct freq_table ssp_freq[] = {
 	{19200000, 19,},
-	{25000000, 25,},	/* default */
+	{24000000, 24,},	/* default */
 };
 
 #define CPU_DEFAULT_IDX		1
-- 
2.14.1



More information about the Sound-open-firmware mailing list