Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1417677 > unrolled thread

[PATCH 3/8] ARM: dts: at91: at91-cosino: remove leftovers clock definition

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2016-06-08 18:50 +0200
Last post2016-06-08 18:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/8] ARM: dts: at91: at91-cosino: remove leftovers clock definition Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-06-08 18:50 +0200

#1417677 — [PATCH 3/8] ARM: dts: at91: at91-cosino: remove leftovers clock definition

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2016-06-08 18:50 +0200
Subject[PATCH 3/8] ARM: dts: at91: at91-cosino: remove leftovers clock definition
Message-ID<rHOQ2-2Bc-5@gated-at.bofh.it>
The clocks group properties and the clock@0 node have been obsolete for two
years, remove them.

Cc: Rodolfo Giometti <giometti@linux.it>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91-cosino.dtsi | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/boot/dts/at91-cosino.dtsi b/arch/arm/boot/dts/at91-cosino.dtsi
index b6ea3f4a7206..02d8ef43de3a 100644
--- a/arch/arm/boot/dts/at91-cosino.dtsi
+++ b/arch/arm/boot/dts/at91-cosino.dtsi
@@ -26,15 +26,6 @@
 	};
 
 	clocks {
-		#address-cells = <1>;
-		#size-cells = <1>;
-		ranges;
-
-		main_clock: clock@0 {
-			compatible = "atmel,osc", "fixed-clock";
-			clock-frequency = <12000000>;
-		};
-
 		slow_xtal {
 			clock-frequency = <32768>;
 		};
-- 
2.8.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web