ARM: OMAP2+: onenand: connected soc info in pdata
authorAfzal Mohammed <afzal@ti.com>
Fri, 5 Oct 2012 06:09:54 +0000 (11:39 +0530)
committerAfzal Mohammed <afzal@ti.com>
Mon, 15 Oct 2012 09:11:59 +0000 (14:41 +0530)
onenand driver needs to know whether soc is falling under
34xx family to properly handle onenand. But driver is not
supposed to do cpu_is_* check, hence educate platform data
with this information. Driver can make use of it to avoid
cpu_is_* check.

Signed-off-by: Afzal Mohammed <afzal@ti.com>

No differences found