diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-03-13 17:24:33 -0300 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-03-13 23:24:23 +0000 |
commit | e69a8543ec7730c46225c886f74f0ea57e4656c5 (patch) | |
tree | 705f44c948745da6d68d9f51d75ab4ac5b228564 /Documentation/devicetree/bindings/clock | |
parent | 0737c15ff51857657aa5e2769d033f930334a1f6 (diff) | |
download | op-kernel-dev-e69a8543ec7730c46225c886f74f0ea57e4656c5.zip op-kernel-dev-e69a8543ec7730c46225c886f74f0ea57e4656c5.tar.gz |
clk: mvebu: Update binding documentation for the core divider clock
The Core Divider clock support two new compatible strings for Armada
375 and Armada 380 SoCs. Add the compatible strings to the documentation.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Link: https://lkml.kernel.org/r/1394742273-5113-7-git-send-email-ezequiel.garcia@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
-rw-r--r-- | Documentation/devicetree/bindings/clock/mvebu-corediv-clock.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/mvebu-corediv-clock.txt b/Documentation/devicetree/bindings/clock/mvebu-corediv-clock.txt index c62391f..520562a 100644 --- a/Documentation/devicetree/bindings/clock/mvebu-corediv-clock.txt +++ b/Documentation/devicetree/bindings/clock/mvebu-corediv-clock.txt @@ -4,7 +4,10 @@ The following is a list of provided IDs and clock names on Armada 370/XP: 0 = nand (NAND clock) Required properties: -- compatible : must be "marvell,armada-370-corediv-clock" +- compatible : must be "marvell,armada-370-corediv-clock", + "marvell,armada-375-corediv-clock", + "marvell,armada-380-corediv-clock", + - reg : must be the register address of Core Divider control register - #clock-cells : from common clock binding; shall be set to 1 - clocks : must be set to the parent's phandle |