Skip to content

Commit

Permalink
ARM: zynq: DT: trivial: Fix mc node
Browse files Browse the repository at this point in the history
sed -i 's/}\ ;/};/g'

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Oct 20, 2014
1 parent 6714297 commit 2329efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
mc: memory-controller@f8006000 {
compatible = "xlnx,zynq-ddrc-a05";
reg = <0xf8006000 0x1000>;
} ;
};

uart0: serial@e0000000 {
compatible = "xlnx,xuartps", "cdns,uart-r1p8";
Expand Down

0 comments on commit 2329efb

Please sign in to comment.