Thread (1 message) 1 message, 1 author, 2013-11-07
DORMANTno replies REVIEWED: 1 (0M)

1 review trailer.

[PATCH v4 03/31] ARM: mvebu: Add a 2 GHz fixed-clock Armada 370/XP

From: Ezequiel Garcia <hidden>
Date: 2013-11-07 15:17:07
Also in: linux-devicetree
Subsystem: the rest · Maintainer: Linus Torvalds

Armada 370/XP SoCs have a 2 GHz fixed PLL that is used to feed
other clocks. This commit adds a DT representation of this clock
through a fixed-clock compatible node.

Reviewed-by: Gregory CLEMENT <redacted>
Signed-off-by: Ezequiel Garcia <redacted>
---
 arch/arm/boot/dts/armada-370-xp.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi
index 1de2dae..924c721 100644
--- a/arch/arm/boot/dts/armada-370-xp.dtsi
+++ b/arch/arm/boot/dts/armada-370-xp.dtsi
@@ -252,4 +252,13 @@
 
 		};
 	};
+
+	clocks {
+		/* 2 GHz fixed main PLL */
+		mainpll: mainpll {
+			compatible = "fixed-clock";
+			#clock-cells = <0>;
+			clock-frequency = <2000000000>;
+		};
+	};
  };
-- 
1.8.1.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help