RE: OF devices and non OF devices

2007-07-18 Thread Kári Davíðsson
@ozlabs.org Subject: Re: OF devices and non OF devices There must be something else wrong with your configuration. On my Lite5200B fsl_i2c_probe gets called with no changes to the driver. The kernel version is 2.6.22-rc7 The relevant part of my device tree is: [EMAIL PROTECTED

Re: OF devices and non OF devices

2007-07-05 Thread John Rigby
ructure. > > So still the method of gluing together the OF drivers and non OF drivers > eludes me. > > rg > kd > > P.S. I did check the 2.6.21-RC7-git3 and found that the i2c-mpc.c and > the rtc-pcf85763.c are basically the same > as what I am working with in 2.6.20+ > ___

Re: OF devices and non OF devices

2007-07-05 Thread John Rigby
P.S. I did check the 2.6.21-RC7-git3 and found that the i2c-mpc.c and the rtc-pcf85763.c are basically the same as what I am working with in 2.6.20+ From: John Rigby [mailto:[EMAIL PROTECTED] Sent: 3. júlí 2007 16:31 To: Kári Davíðsson Cc: linuxppc-embedded@ozlabs.

RE: OF devices and non OF devices

2007-07-04 Thread Kári Davíðsson
From: John Rigby [mailto:[EMAIL PROTECTED] Sent: 3. júlí 2007 16:31 To: Kári Davíðsson Cc: linuxppc-embedded@ozlabs.org Subject: Re: OF devices and non OF devices One place to find binding between OF devices and non OF devices is in arch/powerpc/sysdev/fsl_soc.c The typica

Re: OF devices and non OF devices

2007-07-03 Thread John Rigby
One place to find binding between OF devices and non OF devices is in arch/powerpc/sysdev/fsl_soc.c The typical pattern is: if of_find_compatible_node "of-device-name" platform_device_register_simple ""platform-device-name" platform_device_add_data ... On 7/3/07, Kári Davíðsson