Skip to content

Commit 7a62f48

Browse files
gclementrafaeljw
authored andcommitted
dt-bindings: marvell: Add documentation for the North Bridge PM on Armada 37xx
Extend the documentation of the Armada 37xx SoC with the the North Bridge Power Management component. Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 3f4590a commit 7a62f48

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,22 @@ following property before the previous one:
1414
Example:
1515

1616
compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3710";
17+
18+
19+
Power management
20+
----------------
21+
22+
For power management (particularly DVFS and AVS), the North Bridge
23+
Power Management component is needed:
24+
25+
Required properties:
26+
- compatible : should contain "marvell,armada-3700-nb-pm", "syscon";
27+
- reg : the register start and length for the North Bridge
28+
Power Management
29+
30+
Example:
31+
32+
nb_pm: syscon@14000 {
33+
compatible = "marvell,armada-3700-nb-pm", "syscon";
34+
reg = <0x14000 0x60>;
35+
}

0 commit comments

Comments
 (0)