Commit 41be8dc1 authored by Andrew Lunn's avatar Andrew Lunn Committed by Jason Cooper

arm: mvebu: Add missing ; for cpu node.

The Armada XP MV78230 DT include file is missing a ; at the
end of the cpu node.
Reported-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 77916519
......@@ -41,7 +41,7 @@ cpu@1 {
reg = <1>;
clocks = <&cpuclk 1>;
};
}
};
soc {
pinctrl {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment