ARM: at91/dt: declare matrix node as a syscon device
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 3 Dec 2014 11:32:09 +0000 (12:32 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 11 Mar 2015 14:47:02 +0000 (15:47 +0100)
There is no specific driver handling the AHB matrix, this is a simple syscon
device. the matrix is needed by several other drivers including the USB on some
SoCs (at91sam9261 for instance).
Without this definition, the USB will not work on these SoCs.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9261.dtsi

index 115b332b456be26a70b579a4402fbdb2e6fb0d6a..ad607efa57f6ba77ed387f82b886d7663dae8f70 100644 (file)
                        };
 
                        matrix: matrix@ffffee00 {
-                               compatible = "atmel,at91sam9260-bus-matrix";
+                               compatible = "atmel,at91sam9260-bus-matrix", "syscon";
                                reg = <0xffffee00 0x200>;
                        };
 
This page took 0.04144 seconds and 5 git commands to generate.