mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
77916519cb
commit
41be8dc1a4
|
|
@ -41,7 +41,7 @@ cpu@1 {
|
|||
reg = <1>;
|
||||
clocks = <&cpuclk 1>;
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
soc {
|
||||
pinctrl {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user