Skip to content

Commit

Permalink
arm64: dts: marvell: fix compatible string list for Armada CP110 slav…
Browse files Browse the repository at this point in the history
…e 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 <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
  • Loading branch information
tpetazzoni authored and gclement committed Jan 5, 2018
1 parent ab8637e commit 4003e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@
* 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>;
Expand Down

0 comments on commit 4003e96

Please sign in to comment.