Re: Initialization order

2008-09-02 Thread Gary Thomas
Scott Wood wrote: On Tue, Sep 02, 2008 at 03:28:19PM -0600, Gary Thomas wrote: I'm working with a couple FreeScale platforms and having trouble getting the RTC which is connected via I2C to work. I had this working fine in the old arch/ppc tree, but it's failing in the arch/powerpc world. Make

Re: Initialization order

2008-09-02 Thread Scott Wood
On Tue, Sep 02, 2008 at 03:28:19PM -0600, Gary Thomas wrote: > I'm working with a couple FreeScale platforms and having > trouble getting the RTC which is connected via I2C to work. > I had this working fine in the old arch/ppc tree, but it's > failing in the arch/powerpc world. Make sure the rtc

Initialization order

2008-09-02 Thread Gary Thomas
I'm working with a couple FreeScale platforms and having trouble getting the RTC which is connected via I2C to work. I had this working fine in the old arch/ppc tree, but it's failing in the arch/powerpc world. Here's the problem - the RTC driver gets initialized *before* the I2C bus and as far a