Commit facc7a55 authored by Masahiro Yamada's avatar Masahiro Yamada

ARM: dts: uniphier: add pagesize property to EEPROM of proto boards

ST's spec says the page size of 24C64 is 32 byte.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 0ef48433
......@@ -90,6 +90,7 @@ &i2c0 {
eeprom@54 {
compatible = "st,24c64";
reg = <0x54>;
pagesize = <32>;
};
};
......
......@@ -85,6 +85,7 @@ &i2c0 {
eeprom@54 {
compatible = "st,24c64";
reg = <0x54>;
pagesize = <32>;
};
};
......
......@@ -82,6 +82,7 @@ &i2c0 {
eeprom@54 {
compatible = "st,24c64";
reg = <0x54>;
pagesize = <32>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment