[PATCH 09/10] dt-bindings: clock: add DT binding for the peripheral clocks on Armada 3700
From: robh@kernel.org (Rob Herring)
Date: 2016-06-14 12:42:40
Also in:
linux-clk, linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-06-14 12:42:40
Also in:
linux-clk, linux-devicetree, lkml
On Fri, Jun 10, 2016 at 03:23:37PM +0200, Gregory CLEMENT wrote:
This commit adds the DT binding documentation for the peripheral clocks used in the Marvell Armada 3700 SoCs. Signed-off-by: Gregory CLEMENT <redacted> --- .../bindings/clock/armada3700-periph-clock.txt | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/armada3700-periph-clock.txtdiff --git a/Documentation/devicetree/bindings/clock/armada3700-periph-clock.txt b/Documentation/devicetree/bindings/clock/armada3700-periph-clock.txt new file mode 100644 index 000000000000..549a5ad14031 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/armada3700-periph-clock.txt@@ -0,0 +1,70 @@ +* Peripheral Clock bindings for Marvell Armada 37xx SoCs + +Marvell Armada 37xx SoCs provide peripheral clocks which are +used as clock source for the peripheral of the SoC. + +There are two different block associated to north bridge and south
s/block/blocks/ Otherwise, Acked-by: Rob Herring <robh@kernel.org>