Commit 117e5dd2 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Alexandre Torgue

ARM: dts: stm32: remove useless clock-names from RTC node on stm32f746

On stm32f7 family RTC node doesn't need clock-names property.
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent ad8e5610
......@@ -300,7 +300,6 @@ rtc: rtc@40002800 {
compatible = "st,stm32-rtc";
reg = <0x40002800 0x400>;
clocks = <&rcc 1 CLK_RTC>;
clock-names = "ck_rtc";
assigned-clocks = <&rcc 1 CLK_RTC>;
assigned-clock-parents = <&rcc 1 CLK_LSE>;
interrupt-parent = <&exti>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment