Browse Source

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>
Andrew Lunn 12 years ago
parent
commit
41be8dc1a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/armada-xp-mv78230.dtsi

+ 1 - 1
arch/arm/boot/dts/armada-xp-mv78230.dtsi

@@ -41,7 +41,7 @@
 		reg = <1>;
 		clocks = <&cpuclk 1>;
 	    };
-	}
+	};
 
 	soc {
 		pinctrl {