diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2014-02-10 12:32:46 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-16 21:34:03 -0500 |
commit | bac18c75a22e1706a5da0598eb577bbfe11a15ed (patch) | |
tree | 4831029f9fb841374d7d11f4f2be6110e7861318 /Documentation/devicetree/bindings/clock | |
parent | dc04f2b2f7700c5f7a2a8978cdf97015a1e60902 (diff) |
dt: Update binding information for mvebu gating clocks with Armada 375
Add the binding information for the gating 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/clock')
-rw-r--r-- | Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt b/Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt index fc2910fa7e45..cbecec1f64fa 100644 --- a/Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt +++ b/Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | * Gated Clock bindings for Marvell EBU SoCs | 1 | * Gated Clock bindings for Marvell EBU SoCs |
2 | 2 | ||
3 | Marvell Armada 370/XP, Dove and Kirkwood allow some peripheral clocks to be | 3 | Marvell Armada 370/375/XP, Dove and Kirkwood allow some peripheral clocks to be |
4 | gated to save some power. The clock consumer should specify the desired clock | 4 | gated to save some power. The clock consumer should specify the desired clock |
5 | by having the clock ID in its "clocks" phandle cell. The clock ID is directly | 5 | by having the clock ID in its "clocks" phandle cell. The clock ID is directly |
6 | mapped to the corresponding clock gating control bit in HW to ease manual clock | 6 | mapped to the corresponding clock gating control bit in HW to ease manual clock |
@@ -22,6 +22,34 @@ ID Clock Peripheral | |||
22 | 28 ddr DDR Cntrl | 22 | 28 ddr DDR Cntrl |
23 | 30 sata1 SATA Host 0 | 23 | 30 sata1 SATA Host 0 |
24 | 24 | ||
25 | The following is a list of provided IDs for Armada 375: | ||
26 | ID Clock Peripheral | ||
27 | ----------------------------------- | ||
28 | 2 mu Management Unit | ||
29 | 3 pp Packet Processor | ||
30 | 4 ptp PTP | ||
31 | 5 pex0 PCIe 0 Clock out | ||
32 | 6 pex1 PCIe 1 Clock out | ||
33 | 8 audio Audio Cntrl | ||
34 | 11 nd_clk Nand Flash Cntrl | ||
35 | 14 sata0_link SATA 0 Link | ||
36 | 15 sata0_core SATA 0 Core | ||
37 | 16 usb3 USB3 Host | ||
38 | 17 sdio SDHCI Host | ||
39 | 18 usb USB Host | ||
40 | 19 gop Gigabit Ethernet MAC | ||
41 | 20 sata1_link SATA 1 Link | ||
42 | 21 sata1_core SATA 1 Core | ||
43 | 22 xor0 XOR DMA 0 | ||
44 | 23 xor1 XOR DMA 0 | ||
45 | 24 copro Coprocessor | ||
46 | 25 tdm Time Division Mplx | ||
47 | 28 crypto0_enc Cryptographic Unit Port 0 Encryption | ||
48 | 29 crypto0_core Cryptographic Unit Port 0 Core | ||
49 | 30 crypto1_enc Cryptographic Unit Port 1 Encryption | ||
50 | 31 crypto1_core Cryptographic Unit Port 1 Core | ||
51 | |||
52 | |||
25 | The following is a list of provided IDs for Armada XP: | 53 | The following is a list of provided IDs for Armada XP: |
26 | ID Clock Peripheral | 54 | ID Clock Peripheral |
27 | ----------------------------------- | 55 | ----------------------------------- |
@@ -95,6 +123,7 @@ ID Clock Peripheral | |||
95 | Required properties: | 123 | Required properties: |
96 | - compatible : shall be one of the following: | 124 | - compatible : shall be one of the following: |
97 | "marvell,armada-370-gating-clock" - for Armada 370 SoC clock gating | 125 | "marvell,armada-370-gating-clock" - for Armada 370 SoC clock gating |
126 | "marvell,armada-375-gating-clock" - for Armada 375 SoC clock gating | ||
98 | "marvell,armada-xp-gating-clock" - for Armada XP SoC clock gating | 127 | "marvell,armada-xp-gating-clock" - for Armada XP SoC clock gating |
99 | "marvell,dove-gating-clock" - for Dove SoC clock gating | 128 | "marvell,dove-gating-clock" - for Dove SoC clock gating |
100 | "marvell,kirkwood-gating-clock" - for Kirkwood SoC clock gating | 129 | "marvell,kirkwood-gating-clock" - for Kirkwood SoC clock gating |