mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 11:38:51 +01:00
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>
This commit is contained in:
parent
b217c89e85
commit
6b71e6d7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
&i2c0 {
|
||||
eeprom {
|
||||
compatible = "i2c-eeprom";
|
||||
compatible = "microchip,24lc128", "i2c-eeprom";
|
||||
reg = <0x50>;
|
||||
u-boot,i2c-offset-len = <2>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue