summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-13 10:35:34 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-23 23:41:38 +0900
commit6b71e6d7ac747d3cbfec8a317c577521ba25c8b7 (patch)
tree8141398b87a28ad12e2f2e629dead4b0497aa412 /arch
parentb217c89e8565ade3aaa9f74c33c93236bf151187 (diff)
downloadtalos-obmc-uboot-6b71e6d7ac747d3cbfec8a317c577521ba25c8b7.tar.gz
talos-obmc-uboot-6b71e6d7ac747d3cbfec8a317c577521ba25c8b7.zip
ARM: dts: UniPhier: add device-specific compatible string for EEPROM
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.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/uniphier-ref-daughter.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/uniphier-ref-daughter.dtsi b/arch/arm/dts/uniphier-ref-daughter.dtsi
index 84b2206ad4..b8960fdc58 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>;
};
OpenPOWER on IntegriCloud