Hi Jason,
On Mon, Mar 07, 2011 at 09:05:59PM +0800, Jason Liu wrote:
Signed-off-by: Jason Liu r64343@freescale.com Singed-off-by: Rob Herring robherring2@gmail.com
arch/arm/boot/dts/babbage.dts | 110 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 110 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/babbage.dts b/arch/arm/boot/dts/babbage.dts new file mode 100644 index 0000000..46a3071 --- /dev/null +++ b/arch/arm/boot/dts/babbage.dts @@ -0,0 +1,110 @@ +/dts-v1/;
+/ {
- model = "Freescale i.MX51 Babbage";
- compatible = "fsl,mx51-babbage";
- #address-cells = <0x1>;
- #size-cells = <0x1>;
- #interrupt-cells = <0x1>;
- interrupt-parent = <&tzic>;
- memory {
reg = <0x90000000 0x20000000>;
- };
- chosen {
bootargs = "console=ttymxc1,115200n8 debug earlyprintk";
So you do not fix it. You still put ttymxc1 here while ttymxc0 port is being used.
- };