All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: at91: Fix matrix compatible
@ 2017-02-13 11:01 Boris Brezillon
  2017-02-13 13:25 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: Boris Brezillon @ 2017-02-13 11:01 UTC (permalink / raw)
  To: linux-arm-kernel

The matrix node was defined before the documentation for the bus
matrix configuration was submitted. Patch the device tree to match
the DT doc.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
---
 arch/arm/boot/dts/at91sam9261.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91sam9261.dtsi b/arch/arm/boot/dts/at91sam9261.dtsi
index 2188bbe2a0b8..dfcbf922cd95 100644
--- a/arch/arm/boot/dts/at91sam9261.dtsi
+++ b/arch/arm/boot/dts/at91sam9261.dtsi
@@ -295,7 +295,7 @@
 			};
 
 			matrix: matrix at ffffee00 {
-				compatible = "atmel,at91sam9260-bus-matrix", "syscon";
+				compatible = "atmel,at91sam9261-matrix", "syscon";
 				reg = <0xffffee00 0x200>;
 			};
 
-- 
2.7.4

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

* [PATCH] ARM: dts: at91: Fix matrix compatible
  2017-02-13 11:01 [PATCH] ARM: dts: at91: Fix matrix compatible Boris Brezillon
@ 2017-02-13 13:25 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2017-02-13 13:25 UTC (permalink / raw)
  To: linux-arm-kernel

On 13/02/2017 at 12:01:54 +0100, Boris Brezillon wrote:
> The matrix node was defined before the documentation for the bus
> matrix configuration was submitted. Patch the device tree to match
> the DT doc.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
>  arch/arm/boot/dts/at91sam9261.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-02-13 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13 11:01 [PATCH] ARM: dts: at91: Fix matrix compatible Boris Brezillon
2017-02-13 13:25 ` Alexandre Belloni

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.