[PATCH 1/2] ARM: socfpga: get rid of clock-frequency assignments
Steffen Trumtrar
s.trumtrar at pengutronix.de
Wed Jan 10 00:19:11 PST 2018
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 at 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
More information about the barebox
mailing list