On Tue, 08 Jul 2025 12:12:00 +0200, Steffen Bätz wrote:
The commit "13bcd440f2ff nvmem: core: verify cell's raw_len" caused an extension of the "mac-address" cell from 6 to 8 bytes due to word_size of 4 bytes. This led to a required byte swap of the full buffer length, which caused truncation of the mac-address when read.
Previously, the mac-address was incorrectly truncated from 70:B3:D5:14:E9:0E to 00:00:70:B3:D5:14.
[...]
Applied, thanks!
[1/1] nvmem: imx-ocotp: fix MAC address byte length commit: d102a7924f4459770d1f30212d600d1f16d79f3b
Best regards,