]> git.ipfire.org Git - people/ms/linux.git/commitdiff
Merge tag 'mvebu-dt-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement...
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 May 2022 14:32:23 +0000 (16:32 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 13 May 2022 14:32:25 +0000 (16:32 +0200)
mvebu dt for 5.19 (part 1)

Add the crypto module atsha204a node for the turis omnia (Armada 385 bases)

* tag 'mvebu-dt-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu:
  ARM: dts: turris-omnia: Add atsha204a node

Link: https://lore.kernel.org/r/87lev5r2rg.fsf@BL-laptop
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/armada-385-turris-omnia.dts

index c9ff3f8c5e582b236cbe8963c2e788e225322485..f4878df39753edb8a6ecab59fbbc82d42f08a0e2 100644 (file)
                        #size-cells = <0>;
                        reg = <5>;
 
-                       /* ATSHA204A at address 0x64 */
+                       /* ATSHA204A-MAHDA-T crypto module */
+                       crypto@64 {
+                               compatible = "atmel,atsha204a";
+                               reg = <0x64>;
+                       };
                };
 
                i2c@6 {