On Thu, Dec 08, 2011 at 02:40:29, Tony Lindgren wrote:
* Kevin Hilman [off-list ref] [111206 15:52]:
quoted
[off-list ref] writes:
quoted
From: Vaibhav Hiremath <redacted>
This patch set adds support for AM335x device having
Cortex-A8 MPU.
Official website - http://www.ti.com/product/am3359
AM335X is treated as another OMAP3 variant, where,
along with existing cpu class OMAP34XX, new cpu class AM33XX is created
and the respective type is AM335X, which is newly added device in
the family.
This means, cpu_is_omap34xx(), cpu_is_am33xx() and
cpu_is_am335x() checks return success for AM335X.
Also, I have validated OMAP3 boot test with this patch-series on
OMAP3EVM.
Tony, this series looks good to me.
I've also tested it on a BeagleBone, so feel free to also add:
Tested-by: Kevin Hilman <redacted>
Thanks looks good to me. We still need the machine_id update to
apply patches 2 and 3 in this series, so applying only the first
patch into soc branch for now.
Tony,
Can you also merge this patch, as machine_id for am335x-evm is already
updated in linus/master?
Thanks,
Vaibhav
Tony