Re: [PATCH v2 09/10] arm/dts: omap3-beagle: Add twl4030 and i2c EEPROM

2012-01-10 Thread Cousson, Benoit
On 1/10/2012 12:24 AM, Tabi Timur-B04825 wrote: On Fri, Dec 9, 2011 at 8:02 AM, Benoit Cousson wrote: + eeprom@50 { + compatible = "ti,eeprom"; + reg =<0x50>; + }; Why is this "ti,"? For EDID, isn't the I2C device actually on the monitor itself, and D

Re: [PATCH v2 09/10] arm/dts: omap3-beagle: Add twl4030 and i2c EEPROM

2012-01-09 Thread Tabi Timur-B04825
On Fri, Dec 9, 2011 at 8:02 AM, Benoit Cousson wrote: > > +       eeprom@50 { > +               compatible = "ti,eeprom"; > +               reg = <0x50>; > +       }; Why is this "ti,"? For EDID, isn't the I2C device actually on the monitor itself, and DVI cable just connects to the I2C bus? Th

Re: [PATCH v2 09/10] arm/dts: omap3-beagle: Add twl4030 and i2c EEPROM

2012-01-04 Thread Grant Likely
On Fri, Dec 09, 2011 at 03:02:40PM +0100, Benoit Cousson wrote: > Add required clock frequencies for the i2c client devices existing > on beagle board. > > Add the twl4030 basic description with only the twl_rtc module. > > Add the EEPROM node. > > Based on original patch from Manju: > http://ww

[PATCH v2 09/10] arm/dts: omap3-beagle: Add twl4030 and i2c EEPROM

2011-12-09 Thread Benoit Cousson
Add required clock frequencies for the i2c client devices existing on beagle board. Add the twl4030 basic description with only the twl_rtc module. Add the EEPROM node. Based on original patch from Manju: http://www.spinics.net/lists/linux-omap/msg55831.html Signed-off-by: Benoit Cousson Cc: G