diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt b/Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt index f455182b1086..e9c78ce880e6 100644 --- a/Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt +++ b/Documentation/devicetree/bindings/timer/marvell,armada-370-xp-timer.txt | |||
@@ -2,8 +2,10 @@ Marvell Armada 370 and Armada XP Timers | |||
2 | --------------------------------------- | 2 | --------------------------------------- |
3 | 3 | ||
4 | Required properties: | 4 | Required properties: |
5 | - compatible: Should be either "marvell,armada-370-timer" or | 5 | - compatible: Should be one of the following |
6 | "marvell,armada-xp-timer" as appropriate. | 6 | "marvell,armada-370-timer", |
7 | "marvell,armada-375-timer", | ||
8 | "marvell,armada-xp-timer". | ||
7 | - interrupts: Should contain the list of Global Timer interrupts and | 9 | - interrupts: Should contain the list of Global Timer interrupts and |
8 | then local timer interrupts | 10 | then local timer interrupts |
9 | - reg: Should contain location and length for timers register. First | 11 | - reg: Should contain location and length for timers register. First |
@@ -13,7 +15,8 @@ Required properties: | |||
13 | Clocks required for compatible = "marvell,armada-370-timer": | 15 | Clocks required for compatible = "marvell,armada-370-timer": |
14 | - clocks : Must contain a single entry describing the clock input | 16 | - clocks : Must contain a single entry describing the clock input |
15 | 17 | ||
16 | Clocks required for compatible = "marvell,armada-xp-timer": | 18 | Clocks required for compatibles = "marvell,armada-xp-timer", |
19 | "marvell,armada-375-timer": | ||
17 | - clocks : Must contain an entry for each entry in clock-names. | 20 | - clocks : Must contain an entry for each entry in clock-names. |
18 | - clock-names : Must include the following entries: | 21 | - clock-names : Must include the following entries: |
19 | "nbclk" (L2/coherency fabric clock), | 22 | "nbclk" (L2/coherency fabric clock), |