mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
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: 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>
This commit is contained in:
parent
e0ac00be7a
commit
c0a5960113
@ -203,6 +203,7 @@
|
||||
eeprom@58 {
|
||||
compatible = "atmel,24c64d-wl";
|
||||
reg = <0x58>;
|
||||
pagesize = <32>;
|
||||
vcc-supply = <®_1v8>;
|
||||
};
|
||||
|
||||
@ -210,6 +211,7 @@
|
||||
eeprom@5c {
|
||||
compatible = "atmel,24c64d-wl";
|
||||
reg = <0x5c>;
|
||||
pagesize = <32>;
|
||||
vcc-supply = <®_1v8>;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user