Module Name: src Committed By: bouyer Date: Sun Jul 20 23:08:43 UTC 2014
Modified Files: src/sys/arch/arm/omap: am335x_prcm.c am335x_prcm.h omap2_reg.h src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: am335x: expect the board code to provide a set_mpu_volt() function, to change the MPU code voltage. When changing MPU frequency also request a voltage change. provide frequency/voltage tables for the "blank" revision and de A revision, based on documents from www.ti.com (this means it's not possible anymore to request a beaglebone white to run at 1Ghz, but this was not working anyway). beagle_machdep.c: callback to the tps65217pmic to change the MPU voltage. Tested on beaglebone, from 275 to 720Mhz, and on beaglebone black from 300 to 1000Mhz. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/omap/am335x_prcm.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/omap/am335x_prcm.h cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/omap/omap2_reg.h cvs rdiff -u -r1.58 -r1.59 src/sys/arch/evbarm/beagle/beagle_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.