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 <[email protected]>
  • Loading branch information
M95D committed Mar 24, 2024
1 parent f7c732b commit b53207a
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 = <1000000>;

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

0 comments on commit b53207a

Please sign in to comment.