Skip to content

Commit

Permalink
Merge tag 'mvebu-fixes-4.3-2' of git://git.infradead.org/linux-mvebu …
Browse files Browse the repository at this point in the history
…into fixes

Merge "mvebu fixes for 4.3 (part 2)" from Gregory CLEMENT:

Fix wrong compatible for A385 DB AP preventing using suspend

* tag 'mvebu-fixes-4.3-2' of git://git.infradead.org/linux-mvebu:
  ARM: mvebu: correct a385-db-ap compatible string
  • Loading branch information
Arnd Bergmann committed Oct 21, 2015
2 parents 0690f4f + db347f1 commit 55f4129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-385-db-ap.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

/ {
model = "Marvell Armada 385 Access Point Development Board";
compatible = "marvell,a385-db-ap", "marvell,armada385", "marvell,armada38x";
compatible = "marvell,a385-db-ap", "marvell,armada385", "marvell,armada380";

chosen {
stdout-path = "serial1:115200n8";
Expand Down

0 comments on commit 55f4129

Please sign in to comment.