[PATCH] ARM: OMAP3: Fix I/O chain clock line assertion timed out error

2014-09-12 Thread Tony Lindgren
We are getting "PRM: I/O chain clock line assertion timed out" errors on early omaps for device tree based booting. This is because we are unconditionally calling reconfigure_io_chain while legacy booting has omap3_has_io_chain_ctrl() checks in place in omap_hwmod.c. For device tree based booting,

Re: [PATCH] ARM: OMAP3: Fix I/O chain clock line assertion timed out error

2014-09-12 Thread Nishanth Menon
On 10:50-20140912, Tony Lindgren wrote: > We are getting "PRM: I/O chain clock line assertion timed out" errors > on early omaps for device tree based booting. This is because we are > unconditionally calling reconfigure_io_chain while legacy booting > has omap3_has_io_chain_ctrl() checks in place