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: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2017-03-14 04:56:32 +09:00
parent 0ef4843358
commit facc7a551c
3 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,7 @@
eeprom@54 {
compatible = "st,24c64";
reg = <0x54>;
pagesize = <32>;
};
};

View File

@ -85,6 +85,7 @@
eeprom@54 {
compatible = "st,24c64";
reg = <0x54>;
pagesize = <32>;
};
};

View File

@ -82,6 +82,7 @@
eeprom@54 {
compatible = "st,24c64";
reg = <0x54>;
pagesize = <32>;
};
};