From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: [PATCH 1/2] ARM: socfpga: get rid of clock-frequency assignments
Date: Wed, 10 Jan 2018 09:19:11 +0100 [thread overview]
Message-ID: <20180110081912.21808-1-s.trumtrar@pengutronix.de> (raw)
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
next reply other threads:[~2018-01-10 8:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-10 8:19 Steffen Trumtrar [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180110081912.21808-1-s.trumtrar@pengutronix.de \
--to=s.trumtrar@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox