diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-02 09:55:54 -0500 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2018-01-05 11:02:39 -0500 |
commit | 4003e96a7b94903c11b6f1f4edffaf2fc2c8ad48 (patch) | |
tree | 333c1671090d1c2a79f9d7d76ae741cdc8b69c1d | |
parent | ab8637ed3096ab10b6589f92139080f50aaca186 (diff) |
arm64: dts: marvell: fix compatible string list for Armada CP110 slave NAND
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>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi index bfe19a63b115..64848a1341dd 100644 --- a/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi | |||
@@ -325,8 +325,8 @@ | |||
325 | * this controller is only usable on the CPM | 325 | * this controller is only usable on the CPM |
326 | * for A7K and on the CPS for A8K. | 326 | * for A7K and on the CPS for A8K. |
327 | */ | 327 | */ |
328 | compatible = "marvell,armada370-nand", | 328 | compatible = "marvell,armada-8k-nand", |
329 | "marvell,armada-8k-nand"; | 329 | "marvell,armada370-nand"; |
330 | reg = <0x720000 0x54>; | 330 | reg = <0x720000 0x54>; |
331 | #address-cells = <1>; | 331 | #address-cells = <1>; |
332 | #size-cells = <1>; | 332 | #size-cells = <1>; |