Skip to content

Commit

Permalink
ARM: dts: mvebu: armada-390: add missing compatibility string and bra…
Browse files Browse the repository at this point in the history
…cket

commit 061492c upstream.

The armada-390.dtsi was broken since the first patch which adds Device Tree
files for Armada 39x SoC was introduced.

Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Fixes 538da83 ("ARM: mvebu: add Device Tree files for Armada 39x SoC and board")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
  • Loading branch information
Grzegorz Jaszczyk authored and Greg Kroah-Hartman committed Oct 16, 2016
1 parent 47d2e11 commit c018058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/armada-390.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@
#include "armada-39x.dtsi"

/ {
compatible = "marvell,armada390";

soc {
internal-regs {
pinctrl@18000 {
compatible = "marvell,mv88f6920-pinctrl";
reg = <0x18000 0x20>;
};
};
};
};

0 comments on commit c018058

Please sign in to comment.