On Thu, 21 Apr 2022 15:44:57 +0200, Pali Rohár wrote: > ATSHA204 is predecessor of ATSHA204A which supports less features and some > of them are slightly different. > > Introduce a new compatible string for ATSHA204 cryptochip "atmel,atsha204". > > Current version of Linux kernel driver atmel-sha204a.c implements only hw > random number generator which is same in both ATSHA204 and ATSHA204A > cryptochips. So driver already supports also ATSHA204 hw generator, so just > simply extends list of compatible strings. > > Signed-off-by: Pali Rohár <pali@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 4 +++- > drivers/crypto/atmel-sha204a.c | 2 ++ > 2 files changed, 5 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>