Module Name: src Committed By: bouyer Date: Sat Oct 17 15:02:55 UTC 2015
Modified Files: src/sys/arch/arm/allwinner: awin_board.c Log Message: The A20 manual says that the pll6 output is (AWIN_REF_FREQ * n * k) / 2, not (AWIN_REF_FREQ * n * k) / m (m is only used for the SATA clock). On the boards I tested, m happens to be 2 so the correct value was returned anyway. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/allwinner/awin_board.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.