commit | b9f10a5d22129c2ffcd7f9f5df5baf23461bb19c | [log] [tgz] |
---|---|---|
author | SRICHARAN R <r.sricharan@ti.com> | Mon Jun 04 03:40:23 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jul 07 14:07:35 2012 +0200 |
tree | 843a0fa8683a9374c27a942643b67608a2cfa48d | |
parent | 530bfd11718abfd3a82310251068e560cf56297c [diff] |
ARM: OMAP4+: Move external phy initialisations to arch specific place. The external phy is present in the case OMAP5 soc is currently configured in emif-common.c. This results in having dummy structures for those Socs which do not have a external phy. So by having a weak function in emif-common and overriding it in OMAP5, avoids the use of dummy structures. Signed-off-by: R Sricharan <r.sricharan@ti.com>