From: Enric Balletbo i Serra Date: Tue, 26 Nov 2013 23:03:38 +0000 (-0800) Subject: ARM: dts: AM33XX BASE0033: add 32KBit EEPROM support X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d8e5b2bdd3674a65f3f50fb54061516d4b6c999f;p=deliverable%2Flinux.git ARM: dts: AM33XX BASE0033: add 32KBit EEPROM support The IGEP AQUILA EXPANSION has a 32KBit EEPROM for user data storage. Signed-off-by: Enric Balletbo i Serra Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-base0033.dts b/arch/arm/boot/dts/am335x-base0033.dts index ffae1482d954..72a9b3fc4251 100644 --- a/arch/arm/boot/dts/am335x-base0033.dts +++ b/arch/arm/boot/dts/am335x-base0033.dts @@ -86,3 +86,10 @@ &lcdc { status = "okay"; }; + +&i2c0 { + eeprom: eeprom@50 { + compatible = "at,24c256"; + reg = <0x50>; + }; +};