]> git.dujemihanovic.xyz Git - u-boot.git/commit
misc: i2c_eeprom: Add atmel,24c01 to the list
authorMarek Vasut <marek.vasut@gmail.com>
Sun, 4 Jul 2021 19:31:18 +0000 (21:31 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 14 Jul 2021 20:47:58 +0000 (16:47 -0400)
commitfc3292cbeb4d9fca76a6a1b73acccc63ef0dddd9
tree9c6377e11f216c7230d2a8e6a91a9aa29cb0e2b9
parent0e6956cc7d5c3f050544a268746d79e342d8a40d
misc: i2c_eeprom: Add atmel,24c01 to the list

Linux kernel binding is using atmel,24c01 compatible string. On the
other hand there is atmel,24c01a which is not listed in the kernel.
Add compatible string without "a" suffix to be compatible with Linux
kernel binding.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/misc/i2c_eeprom.c