linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: stm32: remove useless clock-names from RTC node on stm32f429
@ 2019-12-02 14:56 Benjamin Gaignard
  2019-12-02 14:56 ` [PATCH 2/3] ARM: dts: stm32: remove useless clock-names from RTC node on stm32f746 Benjamin Gaignard
  2019-12-09 14:07 ` [PATCH 1/3] ARM: dts: stm32: remove useless clock-names from RTC node on stm32f429 Alexandre Torgue
  0 siblings, 2 replies; 4+ messages in thread
From: Benjamin Gaignard @ 2019-12-02 14:56 UTC (permalink / raw)
  To: alexandre.torgue, robh+dt, mark.rutland
  Cc: Benjamin Gaignard, devicetree, linux-stm32, linux-arm-kernel,
	linux-kernel

On stm32f4 family RTC node doesn't need clock-names property.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 arch/arm/boot/dts/stm32f429.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index 5c8a826b3195..ac9caaf4cf51 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>;
-- 
2.15.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-09 14:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-02 14:56 [PATCH 1/3] ARM: dts: stm32: remove useless clock-names from RTC node on stm32f429 Benjamin Gaignard
2019-12-02 14:56 ` [PATCH 2/3] ARM: dts: stm32: remove useless clock-names from RTC node on stm32f746 Benjamin Gaignard
2019-12-09 14:09   ` Alexandre Torgue
2019-12-09 14:07 ` [PATCH 1/3] ARM: dts: stm32: remove useless clock-names from RTC node on stm32f429 Alexandre Torgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).