Re: [PATCH v2 1/2] ARM: OMAP2+: id: Add am33xx SoC type detection

2012-03-05 Thread Tony Lindgren
* Afzal Mohammed af...@ti.com [120212 22:00]: Determine SoC type, i.e. whether GP or HS Note: cpu_is_34xx() is true for am33xx also. Doing cpu_is_am33xx() check after cpu_is_34xx() will not achieve what we want due to the above reason. Hence cpu_is_am33xx() is done before cpu_is_34xx()

[PATCH v2 1/2] ARM: OMAP2+: id: Add am33xx SoC type detection

2012-02-12 Thread Afzal Mohammed
Determine SoC type, i.e. whether GP or HS Note: cpu_is_34xx() is true for am33xx also. Doing cpu_is_am33xx() check after cpu_is_34xx() will not achieve what we want due to the above reason. Hence cpu_is_am33xx() is done before cpu_is_34xx() Signed-off-by: Afzal Mohammed af...@ti.com