diff options
| author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2013-09-25 07:24:18 -0400 |
|---|---|---|
| committer | Jason Cooper <jason@lakedaemon.net> | 2013-10-08 11:17:56 -0400 |
| commit | 96ae0b548672adc12431312718835e77472f5bf0 (patch) | |
| tree | 4a94838362d9bd70de780c3f839b50b6e3b75881 | |
| parent | ccbd35c57a201ce5da00d940b092876040ecb1ec (diff) | |
ARM: mvebu: fix gated clock documentation
The gated clock documentation referred only to the Orion SoC whereas
it also applied for the Armada 370/XP SoC. This commit updates the
introduction text and also the list of the compatible strings.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
| -rw-r--r-- | Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt b/Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt index cffc93d97f54..fc2910fa7e45 100644 --- a/Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt +++ b/Documentation/devicetree/bindings/clock/mvebu-gated-clock.txt | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | * Gated Clock bindings for Marvell Orion SoCs | 1 | * Gated Clock bindings for Marvell EBU SoCs |
| 2 | 2 | ||
| 3 | Marvell Dove and Kirkwood allow some peripheral clocks to be gated to save | 3 | Marvell Armada 370/XP, Dove and Kirkwood allow some peripheral clocks to be |
| 4 | some power. The clock consumer should specify the desired clock by having | 4 | gated to save some power. The clock consumer should specify the desired clock |
| 5 | the clock ID in its "clocks" phandle cell. The clock ID is directly mapped to | 5 | by having the clock ID in its "clocks" phandle cell. The clock ID is directly |
| 6 | the corresponding clock gating control bit in HW to ease manual clock lookup | 6 | mapped to the corresponding clock gating control bit in HW to ease manual clock |
| 7 | in datasheet. | 7 | lookup in datasheet. |
| 8 | 8 | ||
| 9 | The following is a list of provided IDs for Armada 370: | 9 | The following is a list of provided IDs for Armada 370: |
| 10 | ID Clock Peripheral | 10 | ID Clock Peripheral |
| @@ -94,6 +94,8 @@ ID Clock Peripheral | |||
| 94 | 94 | ||
| 95 | Required properties: | 95 | Required properties: |
| 96 | - compatible : shall be one of the following: | 96 | - compatible : shall be one of the following: |
| 97 | "marvell,armada-370-gating-clock" - for Armada 370 SoC clock gating | ||
| 98 | "marvell,armada-xp-gating-clock" - for Armada XP SoC clock gating | ||
| 97 | "marvell,dove-gating-clock" - for Dove SoC clock gating | 99 | "marvell,dove-gating-clock" - for Dove SoC clock gating |
| 98 | "marvell,kirkwood-gating-clock" - for Kirkwood SoC clock gating | 100 | "marvell,kirkwood-gating-clock" - for Kirkwood SoC clock gating |
| 99 | - reg : shall be the register address of the Clock Gating Control register | 101 | - reg : shall be the register address of the Clock Gating Control register |
