ARM: UniPhier: set I2C offset length of on-board EEPROM in DTS
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 5 Feb 2015 05:30:26 +0000 (14:30 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 6 Feb 2015 15:15:02 +0000 (00:15 +0900)
The EEPROM chips on UniPhier reference daughter boards expect 2-byte
offset address.

Since 7132b9fd68a1 (dm: i2c: dts: Support an offset-len device tree
property), I2C sub-nodes can have "u-boot,i2c-offset-len" property.

It is convenient to set the default I2C offset address length in
Device Tree, so that we do not have to set it on the command line.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/dts/uniphier-ref-daughter.dtsi

index 33dc20547f4b3f3c05be33f2e130d06a6c155dd8..0145b517801f3e742c3315fdfcd81f020f385731 100644 (file)
@@ -11,5 +11,6 @@
        eeprom {
                compatible = "i2c-eeprom";
                reg = <0x50>;
+               u-boot,i2c-offset-len = <2>;
        };
 };