Re: [PATCH] ARM: dts: ti/omap: fix incorrect compatible string in internal eeprom node
From: Kevin Hilman
Date: Tue Nov 11 2025 - 15:23:01 EST
On Sat, 08 Nov 2025 05:27:41 -0500, George Kelly wrote:
> While the Beaglebone capes have the Atmel AT24C256 chip (256kbit or 32kB),
> the internal Beaglebone eeprom chip (i2c bus 0, addr 0x50), is an AT24C32
> (32kbit or 4kB). Yet the device tree lists AT24C256 as the compatible chip
> prior to this patch. You can confirm this by running
> `sudo hexdump -C /sys/bus/nvmem/devices/0-00500/nvmem`. You can see the
> factory data is repeated every 0x1000 addresses (every 4096 bytes or 32768
> bits). This is because the read command wraps around to reading 0x0000 when
> a user requests address 0x1000.
>
> [...]
Applied, thanks!
[1/1] ARM: dts: ti/omap: fix incorrect compatible string in internal eeprom node
commit: 73f0769ebfc6473be084f0c52db25d2973097dd4
Best regards,
--
Kevin Hilman <khilman@xxxxxxxxxxxx>