ARM: dts: at91: Fix matrix compatible
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 13 Feb 2017 11:01:54 +0000 (12:01 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sun, 5 Mar 2017 22:36:59 +0000 (23:36 +0100)
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>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91sam9261.dtsi

index 3fe77c3..7e80acd 100644 (file)
                        };
 
                        matrix: matrix@ffffee00 {
-                               compatible = "atmel,at91sam9260-bus-matrix", "syscon";
+                               compatible = "atmel,at91sam9261-matrix", "syscon";
                                reg = <0xffffee00 0x200>;
                        };