1
0
Fork 0

ARM: dts: imx6: phytec: Add eeprom pagesize

Defining the EEPROM pagesize can increase the write speed significantly.
Set it to the pagesize stated in the EEPROM's datasheet for
phyCORE-i.MX 6UL, phyCORE-i.MX 6 and phyFLEX-i.MX 6.

Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
zero-sugar-mainline-defconfig
Stefan Riedmueller 2020-09-22 11:23:10 +02:00 committed by Shawn Guo
parent f0e24ec590
commit 0d31d5a96b
3 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,7 @@
som_eeprom: eeprom@50 {
compatible = "catalyst,24c32", "atmel,24c32";
pagesize = <32>;
reg = <0x50>;
};

View File

@ -85,6 +85,7 @@
eeprom@50 {
compatible = "st,24c32", "atmel,24c32";
pagesize = <32>;
reg = <0x50>;
};

View File

@ -75,6 +75,7 @@
eeprom@52 {
compatible = "catalyst,24c32", "atmel,24c32";
pagesize = <32>;
reg = <0x52>;
};
};