Browse Source

ARM: dts: stm32: Add clk-lse node's label on stm32f429

Add missing clk_lse label for node clk-lse.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Patrice Chotard 7 years ago
parent
commit
6044fbfa63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/stm32f429.dtsi

+ 1 - 1
arch/arm/boot/dts/stm32f429.dtsi

@@ -58,7 +58,7 @@
 			clock-frequency = <0>;
 			clock-frequency = <0>;
 		};
 		};
 
 
-		clk-lse {
+		clk_lse: clk-lse {
 			#clock-cells = <0>;
 			#clock-cells = <0>;
 			compatible = "fixed-clock";
 			compatible = "fixed-clock";
 			clock-frequency = <32768>;
 			clock-frequency = <32768>;