From: Benjamin Gaignard Date: Mon, 2 Dec 2019 14:56:00 +0000 (+0100) Subject: ARM: dts: stm32: remove useless clock-names from RTC node on stm32f429 X-Git-Tag: v5.6-rc1~19^2~37^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad8e5610da1efa1e586456c83de453742f93a8c0;p=thirdparty%2Flinux.git ARM: dts: stm32: remove useless clock-names from RTC node on stm32f429 On stm32f4 family RTC node doesn't need clock-names property. Signed-off-by: Benjamin Gaignard Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi index 196817da0c1de..dab6351883e7a 100644 --- a/arch/arm/boot/dts/stm32f429.dtsi +++ b/arch/arm/boot/dts/stm32f429.dtsi @@ -318,7 +318,6 @@ 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>;