CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/09/10 17:09:03
Modified files: sys/arch/armv7/sunxi: sxiccmu.c Log message: Use PLL6 as a parent clock for the SDx clocks for frequencies > 400 kHz. This makes sximmc(4) much faster since we can actually provide the appropriate clock rates for the modern SD cards. This uncovered a bug in the code that calculated the PLL6 output frequencies, which this commit also fixes.