misc: atsha204a: Add support for atsha204 chip
authorPali Rohár <pali@kernel.org>
Tue, 5 Apr 2022 12:49:08 +0000 (14:49 +0200)
committerHeiko Schocher <hs@denx.de>
Tue, 10 May 2022 04:48:05 +0000 (06:48 +0200)
commit89eabd2f3562115ee56cdad03324cc748f78d177
tree151eeb977cee82a3bd13bdaa022939abc1dd31f2
parent25965e8613c1b89ed5b29c5ed3b53a3153356913
misc: atsha204a: Add support for atsha204 chip

atsha204 chip is predecessor of atsha204a chip. Current U-Boot driver
atsha204a-i2c.c can use both atsha204 and atsha204a chips because it does
not call specific functions to just one of these chips.

So just add compatible string for atsha204.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/misc/atsha204a-i2c.c