commit | eb77b6a78ac7f63985a3f592baf80ff33d213c48 | [log] [tgz] |
---|---|---|
author | Afzal Mohammed <afzal@ti.com> | Fri Oct 05 11:39:54 2012 +0530 |
committer | Afzal Mohammed <afzal@ti.com> | Mon Oct 15 14:41:59 2012 +0530 |
tree | 2e77450150a5db8f27f8a58efa954b5b9c97e353 | |
parent | 4ea1e4ba7bec0a3d490a846376140643e4860536 [diff] |
ARM: OMAP2+: onenand: connected soc info in pdata 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>