Skip to content

Commit

Permalink
arm: mvebu: Add missing ; for cpu node.
Browse files Browse the repository at this point in the history
The Armada XP MV78230 DT include file is missing a ; at the
end of the cpu node.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Andrew Lunn authored and Jason Cooper committed Jan 6, 2013
1 parent 7791651 commit 41be8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-xp-mv78230.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
reg = <1>;
clocks = <&cpuclk 1>;
};
}
};

soc {
pinctrl {
Expand Down

0 comments on commit 41be8dc

Please sign in to comment.