Commit c0a59601 authored by Markus Niebel's avatar Markus Niebel Committed by Shawn Guo
Browse files

arm64: dts: imx95-tqma9596sa: add EEPROM pagesize



The special ID device of the EEPROMS needs pagesize, too.
Otherwise only slow byte write is possible.

Signed-off-by: default avatarMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e0ac00be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -203,6 +203,7 @@ m24c64: eeprom@54 {
	eeprom@58 {
		compatible = "atmel,24c64d-wl";
		reg = <0x58>;
		pagesize = <32>;
		vcc-supply = <&reg_1v8>;
	};

@@ -210,6 +211,7 @@ eeprom@58 {
	eeprom@5c {
		compatible = "atmel,24c64d-wl";
		reg = <0x5c>;
		pagesize = <32>;
		vcc-supply = <&reg_1v8>;
	};