Skip to content

Commit

Permalink
dts: stm32g4: fix clk-lse driving-capability
Browse files Browse the repository at this point in the history
Altered LSE in stm32g4.dtsi to same value as other ST DTS files.

Signed-off-by: Ethan Duckett <ethan.duckett@brillpower.com>
  • Loading branch information
ethan-duckett-brill authored and fabiobaltieri committed Jun 23, 2023
1 parent c62e559 commit 3b6409e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dts/arm/st/g4/stm32g4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@

clk_lse: clk-lse {
#clock-cells = <0>;
compatible = "fixed-clock";
compatible = "st,stm32-lse-clock";
clock-frequency = <32768>;
driving-capability = <0>;
status = "disabled";
};

Expand Down

0 comments on commit 3b6409e

Please sign in to comment.