]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: omap3: Update cpuinfo for DM3730, DM3725, AM3715, and AM3703
authorAdam Ford <aford173@gmail.com>
Fri, 20 Jan 2017 13:03:52 +0000 (14:03 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 28 Jan 2017 19:04:40 +0000 (14:04 -0500)
commit7f668a6fbecdabf9ba84f7d205ba9b882c450aa5
treed6bf975b7652794756338cea0e5cad57abc3de5d
parentd5c9d4fbf02310110db815d21ff54ae96aaad2e8
arm: omap3: Update cpuinfo for DM3730, DM3725, AM3715, and AM3703

The check for OMAP3630/3730 only checks for 800MHz 3630/3730, but
anything else is lumped into 36XX/37XX with an assumed 1GHz speed.

Based on the DM3730 TRM bit 9 shows the MPU Frequency (800MHz/1GHZ).
This also adds the ability to distinguish between the DM3730, DM3725,
AM3715, and AM3703 and correctly display their maximum speed.

Signed-off-by: Adam Ford <aford173@gmail.com>
Tested-by: Ladislav Michl <ladis@linux-mips.org>
arch/arm/include/asm/arch-omap3/omap.h
arch/arm/mach-omap2/omap3/sys_info.c