mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: socfpga: get rid of clock-frequency assignments
@ 2018-01-10  8:19 Steffen Trumtrar
  2018-01-10  8:19 ` [PATCH 2/2] ARM: socfpga: move environment from dtsi to board dts Steffen Trumtrar
  2018-01-11  8:36 ` [PATCH 1/2] ARM: socfpga: get rid of clock-frequency assignments Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Steffen Trumtrar @ 2018-01-10  8:19 UTC (permalink / raw)
  To: barebox; +Cc: Steffen Trumtrar

The clock framework used to need the clock-frequency property,
even if 0, to work correctly.
This is no longer necessary. So, get rid of the assignments.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 arch/arm/dts/socfpga.dtsi | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/arch/arm/dts/socfpga.dtsi b/arch/arm/dts/socfpga.dtsi
index b3a7f69ffe09..2fe8f8687593 100644
--- a/arch/arm/dts/socfpga.dtsi
+++ b/arch/arm/dts/socfpga.dtsi
@@ -11,17 +11,6 @@
 		mmc0 = &mmc;
 	};
 };
-&osc2 {
-	clock-frequency = <0>;
-};
-
-&f2s_periph_ref_clk {
-	clock-frequency = <0>;
-};
-
-&f2s_sdram_ref_clk {
-	clock-frequency = <0>;
-};
 
 &watchdog0 {
 	resets = <&rst L4WD0_RESET>;
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-01-11  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10  8:19 [PATCH 1/2] ARM: socfpga: get rid of clock-frequency assignments Steffen Trumtrar
2018-01-10  8:19 ` [PATCH 2/2] ARM: socfpga: move environment from dtsi to board dts Steffen Trumtrar
2018-01-11  8:36 ` [PATCH 1/2] ARM: socfpga: get rid of clock-frequency assignments Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox