
4 Feb
2013
4 Feb
'13
4:43 p.m.
On Mon, Feb 04, 2013 at 07:59:20PM +0530, R Sricharan wrote:
Adding the CPU detection suport for OMAP5430 and OMAP5432 ES2.0 SOCs.
Signed-off-by: R Sricharan r.sricharan@ti.com
[snip]
/* To be verified */ #define OMAP5430_CONTROL_ID_CODE_ES1_0 0x0B94202F +#define OMAP5430_CONTROL_ID_CODE_ES2_0 0x1B94202F #define OMAP5432_CONTROL_ID_CODE_ES1_0 0x0B99802F +#define OMAP5432_CONTROL_ID_CODE_ES2_0 0x1B99802F
[snip]
+#define OMAP5430_ES2_0 0x54300200 +#define OMAP5432_ES2_0 0x54320200
These all have whitespace problems, but git am --whitespace=fix will fix them.
Reviewed-by: Tom Rini trini@ti.com
--
Tom