code: plan9front

Download patch

ref: a87619ffb1719c4ed2d1eae6a8c60d06bddd6272
parent: 677a2f5ca9762f719f6fdbc377a9cdcf7d64cae5
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{