[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1398456024-27876-4-git-send-email-alexandre.belloni@free-electrons.com>
Date: Fri, 25 Apr 2014 22:00:21 +0200
From: Alexandre Belloni <alexandre.belloni@...e-electrons.com>
To: Mike Turquette <mturquette@...aro.org>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Antoine Ténart
<antoine.tenart@...e-electrons.com>,
Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>,
Jimmy Xu <zmxu@...vell.com>,
Jisheng Zhang <jszhang@...vell.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
devicetree@...r.kernel.org
Subject: [RFC 2/5] clk: berlin: add berlin clock groups DT bindings documentation
Document the device tree for the clocks sharing a common set of registers
Signed-off-by: Alexandre Belloni <alexandre.belloni@...e-electrons.com>
---
Cc: devicetree@...r.kernel.org
.../devicetree/bindings/clock/berlin-clock.txt | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/Documentation/devicetree/bindings/clock/berlin-clock.txt b/Documentation/devicetree/bindings/clock/berlin-clock.txt
index 49bc229827a0..6d374066d6b9 100644
--- a/Documentation/devicetree/bindings/clock/berlin-clock.txt
+++ b/Documentation/devicetree/bindings/clock/berlin-clock.txt
@@ -11,10 +11,18 @@ Required properties:
CPU PLL and System PLL
"marvell,berlin2-clk":
simple clocks
+ "marvell,berlin2-clkgrp":
+ clocks sharing a common set of registers
- reg: Address and length of the clock register set.
- #clock-cells: from common clock binding; shall be set to 0.
- clocks: from common clock binding
+For the clock groups:
+- marvell,clk-switch-offset: offset in bits to the first bit related to the
+ clock in the switch registers
+- marvell,clk-select-offset: offset in bits to the first bit related to the
+ clock in the selection registers.
+
smclk: sysmgr-clock {
compatible = "fixed-clock";
#clock-cells = <0>;
@@ -34,3 +42,24 @@ sdio0xinclk: sdio0xinclk@...23c {
#clock-cells = <0>;
reg = <0xea023c 0x4>;
};
+
+
+grpclk: grpclk@...0ec {
+ compatible = "marvell,berlin-clkgrp";
+ clocks = <&syspll>;
+ reg = <0xea00f8 0x4>, <0xea00ec 0xc>;
+
+ cfgclk: cfgclk {
+ #clock-cells = <0>;
+ marvell,clk-switch-offset = <9>;
+ marvell,clk-select-offset = <12>;
+ };
+
+ nfcecccclk: nfcecccclk {
+ #clock-cells = <0>;
+ marvell,clk-switch-offset = <27>;
+ marvell,clk-select-offset = <50>;
+ };
+};
+
+
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists