On Fri, Feb 24, 2012 at 02:59:22AM +0000, Tabi Timur-B04825 wrote:
Shawn Guo wrote:
That's what I'm doing. But to be clear, imx-ssi driver will still exist for all those non-DT i.MX platforms. We are supporting DT for imx5 and imx6, but have not seen a plan to migrate all those old i.MX platforms to DT.
On PowerPC, we handle this by creating cuImages. These are kernel images that have a DTB built-in. Perhaps something like that is needed for ARM?
We have the similar support on ARM (dtb can be appended to zImage). It resolves the problem that boot loader does not support DT. However what I'm saying is that we do not have a plan to add DT support for those old i.MX SoCs like imx1, imx2, imx3 in kernel. That said, the kernel running on those platforms are not aware of DT.