Browse Source

ARM: zynq: DT: trivial: Fix mc node

sed -i 's/}\ ;/};/g'

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Michal Simek 11 years ago
parent
commit
2329efbbca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/zynq-7000.dtsi

+ 1 - 1
arch/arm/boot/dts/zynq-7000.dtsi

@@ -148,7 +148,7 @@
 		mc: memory-controller@f8006000 {
 		mc: memory-controller@f8006000 {
 			compatible = "xlnx,zynq-ddrc-a05";
 			compatible = "xlnx,zynq-ddrc-a05";
 			reg = <0xf8006000 0x1000>;
 			reg = <0xf8006000 0x1000>;
-		} ;
+		};
 
 
 		uart0: serial@e0000000 {
 		uart0: serial@e0000000 {
 			compatible = "xlnx,xuartps", "cdns,uart-r1p8";
 			compatible = "xlnx,xuartps", "cdns,uart-r1p8";