diff options
author | Antoine Ténart <antoine.tenart@free-electrons.com> | 2014-06-04 12:03:43 -0400 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-06-16 07:17:51 -0400 |
commit | 9ab5fb8ad11ad20e100796ca9b2e43f40de796c3 (patch) | |
tree | 5ac7d8088fc676bca1f4a9057d566c0890300577 /Documentation/devicetree/bindings/arm | |
parent | fbcdc07971cd274e444593a862783e94fbf4f1ea (diff) |
Documentation: bindings: add the Berlin CPU control doc
Document the CPU control compatible, needed for the SMP support on
Marvell Berlin SoCs.
Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/marvell,berlin.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/marvell,berlin.txt b/Documentation/devicetree/bindings/arm/marvell,berlin.txt index 94013a9a8769..904de5781f44 100644 --- a/Documentation/devicetree/bindings/arm/marvell,berlin.txt +++ b/Documentation/devicetree/bindings/arm/marvell,berlin.txt | |||
@@ -24,6 +24,22 @@ SoC and board used. Currently known SoC compatibles are: | |||
24 | ... | 24 | ... |
25 | } | 25 | } |
26 | 26 | ||
27 | * Marvell Berlin CPU control bindings | ||
28 | |||
29 | CPU control register allows various operations on CPUs, like resetting them | ||
30 | independently. | ||
31 | |||
32 | Required properties: | ||
33 | - compatible: should be "marvell,berlin-cpu-ctrl" | ||
34 | - reg: address and length of the register set | ||
35 | |||
36 | Example: | ||
37 | |||
38 | cpu-ctrl@f7dd0000 { | ||
39 | compatible = "marvell,berlin-cpu-ctrl"; | ||
40 | reg = <0xf7dd0000 0x10000>; | ||
41 | }; | ||
42 | |||
27 | * Marvell Berlin2 chip control binding | 43 | * Marvell Berlin2 chip control binding |
28 | 44 | ||
29 | Marvell Berlin SoCs have a chip control register set providing several | 45 | Marvell Berlin SoCs have a chip control register set providing several |