diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-02-13 12:01:54 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-03-05 23:36:59 +0100 |
commit | 8682827f66fb37fcc41cedefc754ba4f5075df6f (patch) | |
tree | 0c84cab06a14b0f739bebac230260c78379e2c33 /arch/arm/boot/dts/at91sam9261.dtsi | |
parent | 367daf8916b99a3a544f6cfd2cba2baa3a7bc1d7 (diff) | |
download | lwn-8682827f66fb37fcc41cedefc754ba4f5075df6f.tar.gz lwn-8682827f66fb37fcc41cedefc754ba4f5075df6f.zip |
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: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9261.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9261.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9261.dtsi b/arch/arm/boot/dts/at91sam9261.dtsi index 3fe77c38bd0d..7e80acda8f69 100644 --- a/arch/arm/boot/dts/at91sam9261.dtsi +++ b/arch/arm/boot/dts/at91sam9261.dtsi @@ -263,7 +263,7 @@ }; matrix: matrix@ffffee00 { - compatible = "atmel,at91sam9260-bus-matrix", "syscon"; + compatible = "atmel,at91sam9261-matrix", "syscon"; reg = <0xffffee00 0x200>; }; |