Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit facc7a55 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@
	eeprom@54 {
		compatible = "st,24c64";
		reg = <0x54>;
		pagesize = <32>;
	};
};

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

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