SB-SOM baseboard comes with an on-board EEPROM. On SBC-T43 this EEPROM resides on the i2c1 bus. Add it to the device tree.
Signed-off-by: Nikita Kiryanov <nik...@compulab.co.il> Cc: Tony Lindgren <t...@atomide.com> Cc: Benoit Cousson <bcous...@baylibre.com> Cc: Rob Herring <r...@kernel.org> Cc: Mark Rutland <mark.rutl...@arm.com> Cc: Pawel Moll <pawel.m...@arm.com> Cc: Igor Grinberg <grinb...@compulab.co.il> Cc: Dmitry Lifshitz <lifsh...@compulab.co.il> Cc: Ian Campbell <ijc+devicet...@hellion.org.uk> --- Changes in V2: - No changes. arch/arm/boot/dts/am437x-sbc-t43.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/am437x-sbc-t43.dts b/arch/arm/boot/dts/am437x-sbc-t43.dts index c7a1414..46b2831 100644 --- a/arch/arm/boot/dts/am437x-sbc-t43.dts +++ b/arch/arm/boot/dts/am437x-sbc-t43.dts @@ -61,6 +61,12 @@ gpio-controller; #gpio-cells = <2>; }; + + eeprom_base: at24@50 { + compatible = "atmel,24c02"; + reg = <0x50>; + pagesize = <16>; + }; }; &i2c2 { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html