Document the newly added berlin clock driver Signed-off-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx> --- Cc: devicetree@xxxxxxxxxxxxxxx Documentation/devicetree/bindings/clock/berlin-clock.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/berlin-clock.txt b/Documentation/devicetree/bindings/clock/berlin-clock.txt index 49b7860bffb8..00f0053ef587 100644 --- a/Documentation/devicetree/bindings/clock/berlin-clock.txt +++ b/Documentation/devicetree/bindings/clock/berlin-clock.txt @@ -9,6 +9,8 @@ Required properties: "marvell,berlin2-pll", "marvell,berlin2q-pll": CPU PLL and System PLL + "marvell,berlin2-clk": + simple clocks - 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 @@ -26,4 +28,9 @@ cpupll: cpupll@ea003c { reg = <0xea003c 0x8>; }; - +sdio0xinclk: sdio0xinclk@ea023c { + compatible = "marvell,berlin-clk"; + clocks = <&syspll>; + #clock-cells = <0>; + reg = <0xea023c 4>; +}; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html