Message ID | 1314897689-17791-14-git-send-email-b-cousson@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/omap4-panda.dts b/arch/arm/boot/dts/omap4-panda.dts index 5c1c2a7..0a83e3f 100644 --- a/arch/arm/boot/dts/omap4-panda.dts +++ b/arch/arm/boot/dts/omap4-panda.dts @@ -61,6 +61,15 @@ &i2c3 { clock-frequency = <100000>; + + /* + * Display monitor features are burnt in their EEPROM as EDID data. + * The EEPROM is connected as I2C slave device. + */ + eeprom@50 { + compatible = "ti,eeprom"; + reg = <0x50>; + }; }; &i2c4 {
Add a generic i2c EEPROM entry. Signed-off-by: Benoit Cousson <b-cousson@ti.com> --- arch/arm/boot/dts/omap4-panda.dts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)