]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx95-tqma9596sa: add EEPROM pagesize
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Thu, 30 Oct 2025 13:52:57 +0000 (14:52 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Nov 2025 00:56:55 +0000 (08:56 +0800)
The special ID device of the EEPROMS needs pagesize, too.
Otherwise only slow byte write is possible.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95-tqma9596sa.dtsi

index a4c6083ab43b1d6802a4df126fd295673e12b340..43418844701b13bdd0a98ada153a425173a9a501 100644 (file)
        eeprom@58 {
                compatible = "atmel,24c64d-wl";
                reg = <0x58>;
+               pagesize = <32>;
                vcc-supply = <&reg_1v8>;
        };
 
        eeprom@5c {
                compatible = "atmel,24c64d-wl";
                reg = <0x5c>;
+               pagesize = <32>;
                vcc-supply = <&reg_1v8>;
        };