arm64: dts: marvell: armada-37xx: add the node allowing AVS support
authorGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 19 Jun 2018 12:44:02 +0000 (14:44 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 29 Jun 2018 14:34:59 +0000 (16:34 +0200)
In order to be able to use Adaptive Voltage Scaling, we need to add a
reference to these registers.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-37xx.dtsi

index 3353252..15eb9e5 100644 (file)
                                status = "disabled";
                        };
 
+                       avs: avs@11500 {
+                               compatible = "marvell,armada-3700-avs",
+                                            "syscon";
+                               reg = <0x11500 0x40>;
+                       };
+
                        uart0: serial@12000 {
                                compatible = "marvell,armada-3700-uart";
                                reg = <0x12000 0x200>;