projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
768cade
)
ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board
author
Masahiro Yamada
<
[email protected]
>
Fri, 12 Feb 2016 11:27:00 +0000
(20:27 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Sun, 14 Feb 2016 08:07:46 +0000
(17:07 +0900)
This board has an EEPROM connected to the I2C channel 0 of the SoC.
Its slave address is 0x54.
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/dts/uniphier-proxstream2-gentil.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/uniphier-proxstream2-gentil.dts
b/arch/arm/dts/uniphier-proxstream2-gentil.dts
index c6c133aa19eae21607083cc2594a7324eb643f07..fb79555ef66863066df48e11b1f9f9c73c6749bd 100644
(file)
--- a/
arch/arm/dts/uniphier-proxstream2-gentil.dts
+++ b/
arch/arm/dts/uniphier-proxstream2-gentil.dts
@@
-39,6
+39,12
@@
&i2c0 {
status = "okay";
+
+ eeprom {
+ compatible = "24c64", "i2c-eeprom";
+ reg = <0x54>;
+ u-boot,i2c-offset-len = <2>;
+ };
};
&usb0 {