Re: [U-Boot] [PATCH] ARM: dts: UniPhier: add device-specific compatible string for EEPROM

2015-07-23 Thread Masahiro Yamada
2015-07-13 10:35 GMT+09:00 Masahiro Yamada yamada.masah...@socionext.com:
 For the record, describe exactly which device of which vendor
 is used on this board.

 I2C EEPROM is bound by the generic compatible string, i2c-eeprom,
 so this commit has no impact on the functionality.

 Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com
 ---


applied to u-boot-uniphier/master.

-- 
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] ARM: dts: UniPhier: add device-specific compatible string for EEPROM

2015-07-12 Thread Masahiro Yamada
For the record, describe exactly which device of which vendor
is used on this board.

I2C EEPROM is bound by the generic compatible string, i2c-eeprom,
so this commit has no impact on the functionality.

Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com
---

 arch/arm/dts/uniphier-ref-daughter.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/uniphier-ref-daughter.dtsi 
b/arch/arm/dts/uniphier-ref-daughter.dtsi
index 84b2206..b8960fd 100644
--- a/arch/arm/dts/uniphier-ref-daughter.dtsi
+++ b/arch/arm/dts/uniphier-ref-daughter.dtsi
@@ -8,7 +8,7 @@
 
 i2c0 {
eeprom {
-   compatible = i2c-eeprom;
+   compatible = microchip,24lc128, i2c-eeprom;
reg = 0x50;
u-boot,i2c-offset-len = 2;
};
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot