mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
ARM: dts: mvebu: armada-390: add missing compatibility string and bracket
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>
Cc: <stable@vger.kernel.org> # 4.0+
Fixes 538da83 ("ARM: mvebu: add Device Tree files for Armada 39x SoC and board")
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
committed by
Gregory CLEMENT
parent
4ec17292a9
commit
061492cfad
@@ -47,6 +47,8 @@
|
|||||||
#include "armada-39x.dtsi"
|
#include "armada-39x.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
compatible = "marvell,armada390";
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
internal-regs {
|
internal-regs {
|
||||||
pinctrl@18000 {
|
pinctrl@18000 {
|
||||||
@@ -54,4 +56,5 @@
|
|||||||
reg = <0x18000 0x20>;
|
reg = <0x18000 0x20>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user