Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8682827f authored by Boris Brezillon's avatar Boris Brezillon Committed by Alexandre Belloni
Browse files

ARM: dts: at91: Fix matrix compatible



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: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 367daf89
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -263,7 +263,7 @@
			};
			};


			matrix: matrix@ffffee00 {
			matrix: matrix@ffffee00 {
				compatible = "atmel,at91sam9260-bus-matrix", "syscon";
				compatible = "atmel,at91sam9261-matrix", "syscon";
				reg = <0xffffee00 0x200>;
				reg = <0xffffee00 0x200>;
			};
			};