arm64: dts: marvell: fix compatible string list for Armada CP110 slave NAND
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 2 Jan 2018 14:55:54 +0000 (15:55 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Fri, 5 Jan 2018 16:02:39 +0000 (17:02 +0100)
The Armada CP110 slave NAND controller Device Tree description lists
the compatible string in the wrong order: marvell,armada-8k-nand
should come first. This commit alignes the slave CP110 description
with the master CP110 description from that respect.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi

index bfe19a63b1158cdd7ce3b7e354eb38426c4b61fd..64848a1341dd81944ff6e30e24afff61d012b2ea 100644 (file)
                                 * this controller is only usable on the CPM
                                 * for A7K and on the CPS for A8K.
                                 */
-                               compatible = "marvell,armada370-nand",
-                                            "marvell,armada-8k-nand";
+                               compatible = "marvell,armada-8k-nand",
+                                            "marvell,armada370-nand";
                                reg = <0x720000 0x54>;
                                #address-cells = <1>;
                                #size-cells = <1>;