Skip to content

Commit 7213d3a

Browse files
committed
Merge tag 'mvebu-dt-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/dt
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 <[email protected]>
2 parents 5aef4d1 + f60e2de commit 7213d3a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

arch/arm/boot/dts/armada-385-turris-omnia.dts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,11 @@
348348
#size-cells = <0>;
349349
reg = <5>;
350350

351-
/* ATSHA204A at address 0x64 */
351+
/* ATSHA204A-MAHDA-T crypto module */
352+
crypto@64 {
353+
compatible = "atmel,atsha204a";
354+
reg = <0x64>;
355+
};
352356
};
353357

354358
i2c@6 {

0 commit comments

Comments
 (0)