All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: armada-38x: Adjust mbus controller description on Armada 38x
@ 2017-02-16 16:38 Gregory CLEMENT
  2017-03-07 16:27 ` Gregory CLEMENT
  0 siblings, 1 reply; 2+ messages in thread
From: Gregory CLEMENT @ 2017-02-16 16:38 UTC (permalink / raw)
  To: linux-arm-kernel

The mbus binding had been extended more than two years ago, but the
device tree files for Armada 38x didn't change.

Adding this third entry will allow the mbus going to suspend which was
the last thing preventing the SoC going to standby mode

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
 arch/arm/boot/dts/armada-38x.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
index c558a5d6a21f..ba27ec104981 100644
--- a/arch/arm/boot/dts/armada-38x.dtsi
+++ b/arch/arm/boot/dts/armada-38x.dtsi
@@ -360,7 +360,8 @@
 
 			mbusc: mbus-controller at 20000 {
 				compatible = "marvell,mbus-controller";
-				reg = <0x20000 0x100>, <0x20180 0x20>;
+				reg = <0x20000 0x100>, <0x20180 0x20>,
+				      <0x20250 0x8>;
 			};
 
 			mpic: interrupt-controller at 20a00 {
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: armada-38x: Adjust mbus controller description on Armada 38x
  2017-02-16 16:38 [PATCH] ARM: dts: armada-38x: Adjust mbus controller description on Armada 38x Gregory CLEMENT
@ 2017-03-07 16:27 ` Gregory CLEMENT
  0 siblings, 0 replies; 2+ messages in thread
From: Gregory CLEMENT @ 2017-03-07 16:27 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,
 
 On jeu., f?vr. 16 2017, Gregory CLEMENT <gregory.clement@free-electrons.com> wrote:

> The mbus binding had been extended more than two years ago, but the
> device tree files for Armada 38x didn't change.
>
> Adding this third entry will allow the mbus going to suspend which was
> the last thing preventing the SoC going to standby mode
>
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

Now applied on mvebu/dt

Gregory

> ---
>  arch/arm/boot/dts/armada-38x.dtsi | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
> index c558a5d6a21f..ba27ec104981 100644
> --- a/arch/arm/boot/dts/armada-38x.dtsi
> +++ b/arch/arm/boot/dts/armada-38x.dtsi
> @@ -360,7 +360,8 @@
>  
>  			mbusc: mbus-controller at 20000 {
>  				compatible = "marvell,mbus-controller";
> -				reg = <0x20000 0x100>, <0x20180 0x20>;
> +				reg = <0x20000 0x100>, <0x20180 0x20>,
> +				      <0x20250 0x8>;
>  			};
>  
>  			mpic: interrupt-controller at 20a00 {
> -- 
> 2.11.0
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-07 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 16:38 [PATCH] ARM: dts: armada-38x: Adjust mbus controller description on Armada 38x Gregory CLEMENT
2017-03-07 16:27 ` Gregory CLEMENT

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.