mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
5b394b2ddf
commit
6044fbfa63
|
@ -58,7 +58,7 @@ clk_hse: clk-hse {
|
|||
clock-frequency = <0>;
|
||||
};
|
||||
|
||||
clk-lse {
|
||||
clk_lse: clk-lse {
|
||||
#clock-cells = <0>;
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <32768>;
|
||||
|
|
Loading…
Reference in New Issue