git: 9front

Download patch

ref: c42d6011c3e417bb76263855f286d351a68e9808
parent: 1f311c23ad65c97d1523943a929ab689188fd89f
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Sep 4 11:02:48 EDT 2022

imx8/clock: 1.6Ghz - forgot to push the rest of the change

--- a/sys/src/9/imx8/clock.c
+++ b/sys/src/9/imx8/clock.c
@@ -46,7 +46,7 @@
 
 		/* TURBO! */
 		setclkrate("ccm_arm_a53_clk_root", "osc_25m_ref_clk", 25*Mhz);
-		setclkrate("ccm_arm_a53_clk_root", "arm_pll_clk", 1500*Mhz);
+		setclkrate("ccm_arm_a53_clk_root", "arm_pll_clk", 1600*Mhz);
 	}
 	tstart = sysrd(CNTPCT_EL0);
 	do{
--