diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2014-02-10 12:32:45 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-16 21:34:02 -0500 |
commit | dc04f2b2f7700c5f7a2a8978cdf97015a1e60902 (patch) | |
tree | 667b9bf188e8b919b42673787e2721527fe5750f /Documentation/devicetree/bindings | |
parent | 41d3c64f8cddb51f7caf45b7591d27024cae38a0 (diff) |
dt: Update binding information for mvebu core clocks with Armada 375
Add the binding information for the core clocks of the Armada 375 SoCs
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/clock/mvebu-core-clock.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/mvebu-core-clock.txt b/Documentation/devicetree/bindings/clock/mvebu-core-clock.txt index 1e662948661e..62fc34a1506d 100644 --- a/Documentation/devicetree/bindings/clock/mvebu-core-clock.txt +++ b/Documentation/devicetree/bindings/clock/mvebu-core-clock.txt | |||
@@ -11,6 +11,12 @@ The following is a list of provided IDs and clock names on Armada 370/XP: | |||
11 | 3 = hclk (DRAM control clock) | 11 | 3 = hclk (DRAM control clock) |
12 | 4 = dramclk (DDR clock) | 12 | 4 = dramclk (DDR clock) |
13 | 13 | ||
14 | The following is a list of provided IDs and clock names on Armada 375: | ||
15 | 0 = tclk (Internal Bus clock) | ||
16 | 1 = cpuclk (CPU clock) | ||
17 | 2 = l2clk (L2 Cache clock) | ||
18 | 3 = ddrclk (DDR clock) | ||
19 | |||
14 | The following is a list of provided IDs and clock names on Kirkwood and Dove: | 20 | The following is a list of provided IDs and clock names on Kirkwood and Dove: |
15 | 0 = tclk (Internal Bus clock) | 21 | 0 = tclk (Internal Bus clock) |
16 | 1 = cpuclk (CPU0 clock) | 22 | 1 = cpuclk (CPU0 clock) |
@@ -20,6 +26,7 @@ The following is a list of provided IDs and clock names on Kirkwood and Dove: | |||
20 | Required properties: | 26 | Required properties: |
21 | - compatible : shall be one of the following: | 27 | - compatible : shall be one of the following: |
22 | "marvell,armada-370-core-clock" - For Armada 370 SoC core clocks | 28 | "marvell,armada-370-core-clock" - For Armada 370 SoC core clocks |
29 | "marvell,armada-375-core-clock" - For Armada 375 SoC core clocks | ||
23 | "marvell,armada-xp-core-clock" - For Armada XP SoC core clocks | 30 | "marvell,armada-xp-core-clock" - For Armada XP SoC core clocks |
24 | "marvell,dove-core-clock" - for Dove SoC core clocks | 31 | "marvell,dove-core-clock" - for Dove SoC core clocks |
25 | "marvell,kirkwood-core-clock" - for Kirkwood SoC (except mv88f6180) | 32 | "marvell,kirkwood-core-clock" - for Kirkwood SoC (except mv88f6180) |