summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-07-25 13:28:01 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-07-25 13:28:01 +0200
commit6e926363fc0071e6dc33349dedd97f28e9a2e464 (patch)
tree10adbe3f94b1f32a37095b63b03c443cc685816a /Documentation
parent95d6c0857e54b788982746071130d822a795026b (diff)
parenteea033d07543a177fc2ab35a6d633b2aa9684b0f (diff)
downloadlinux-stable-6e926363fc0071e6dc33349dedd97f28e9a2e464.tar.gz
linux-stable-6e926363fc0071e6dc33349dedd97f28e9a2e464.tar.bz2
linux-stable-6e926363fc0071e6dc33349dedd97f28e9a2e464.zip
Merge back cpufreq material for 4.19.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt b/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt
index 35c3c3460d17..eddde4faef01 100644
--- a/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt
+++ b/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt
@@ -33,3 +33,18 @@ nb_pm: syscon@14000 {
compatible = "marvell,armada-3700-nb-pm", "syscon";
reg = <0x14000 0x60>;
}
+
+AVS
+---
+
+For AVS an other component is needed:
+
+Required properties:
+- compatible : should contain "marvell,armada-3700-avs", "syscon";
+- reg : the register start and length for the AVS
+
+Example:
+avs: avs@11500 {
+ compatible = "marvell,armada-3700-avs", "syscon";
+ reg = <0x11500 0x40>;
+}