[PATCH 15/19] arm64: dts: imx95-tqma9596sa: add EEPROM pagesize
Alexander Stein
alexander.stein at ew.tq-group.com
Thu Oct 30 06:52:57 PDT 2025
From: Markus Niebel <Markus.Niebel at ew.tq-group.com>
The special ID device of the EEPROMS needs pagesize, too.
Otherwise only slow byte write is possible.
Signed-off-by: Markus Niebel <Markus.Niebel at ew.tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein at ew.tq-group.com>
---
arch/arm64/boot/dts/freescale/imx95-tqma9596sa.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx95-tqma9596sa.dtsi b/arch/arm64/boot/dts/freescale/imx95-tqma9596sa.dtsi
index a4c6083ab43b1..43418844701b1 100644
--- a/arch/arm64/boot/dts/freescale/imx95-tqma9596sa.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95-tqma9596sa.dtsi
@@ -203,6 +203,7 @@ m24c64: eeprom at 54 {
eeprom at 58 {
compatible = "atmel,24c64d-wl";
reg = <0x58>;
+ pagesize = <32>;
vcc-supply = <®_1v8>;
};
@@ -210,6 +211,7 @@ eeprom at 58 {
eeprom at 5c {
compatible = "atmel,24c64d-wl";
reg = <0x5c>;
+ pagesize = <32>;
vcc-supply = <®_1v8>;
};
--
2.43.0
More information about the linux-arm-kernel
mailing list