diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-12-14 16:00:03 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-12-16 17:11:42 +0100 |
commit | 7a62f48b271919b78f23c216ede6ac5d2b8b0368 (patch) | |
tree | ee61ca061d4c3ec6f4a39a908e0f0d4b90f0c785 /Documentation/devicetree/bindings/arm/marvell | |
parent | cpufreq: mvebu: Free opp if registering failed (diff) | |
download | linux-7a62f48b271919b78f23c216ede6ac5d2b8b0368.tar.xz linux-7a62f48b271919b78f23c216ede6ac5d2b8b0368.zip |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/marvell')
-rw-r--r-- | Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt b/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt index 51336e5fc761..35c3c3460d17 100644 --- a/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt +++ b/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt @@ -14,3 +14,22 @@ following property before the previous one: Example: compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3710"; + + +Power management +---------------- + +For power management (particularly DVFS and AVS), the North Bridge +Power Management component is needed: + +Required properties: +- compatible : should contain "marvell,armada-3700-nb-pm", "syscon"; +- reg : the register start and length for the North Bridge + Power Management + +Example: + +nb_pm: syscon@14000 { + compatible = "marvell,armada-3700-nb-pm", "syscon"; + reg = <0x14000 0x60>; +} |