Message ID | 20180619124402.902-4-gregory.clement@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 19-06-18, 14:44, Gregory CLEMENT wrote: > In order to be able to use Adaptive Voltage Scaling, we need to add a > reference to these registers. > > Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> > --- > arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Hi Viresh, On ven., juin 29 2018, Viresh Kumar <viresh.kumar@linaro.org> wrote: > On 19-06-18, 14:44, Gregory CLEMENT wrote: >> In order to be able to use Adaptive Voltage Scaling, we need to add a >> reference to these registers. >> >> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> >> --- >> arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 6 ++++++ >> 1 file changed, 6 insertions(+) > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Thanks! Based on your acked-by, then I applied this patch on mvebu/dt I let you apply the 2 other patches of the series Gregory > > -- > viresh
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index 3353252d78a0..15eb9e5e4370 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -98,6 +98,12 @@ 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>;
In order to be able to use Adaptive Voltage Scaling, we need to add a reference to these registers. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> --- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)