Skip to content

Commit

Permalink
mvebu: Fix Atmel SHA204A devicetree node on Turris Omnia
Browse files Browse the repository at this point in the history
Fixes error about missing clock-frequency.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
  • Loading branch information
M95D committed Mar 18, 2024
1 parent 0dfc049 commit 53fb338
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
@@ -406,6 +406,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <5>;
+ clock-frequency = <100000>;

/* ATSHA204A-MAHDA-T crypto module */
crypto@64 {

0 comments on commit 53fb338

Please sign in to comment.