On 01/24/2013 12:14 PM, Sachin Kamat wrote: >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile >> index 5ebb44f..60a9e52 100644 >> --- a/arch/arm/boot/dts/Makefile >> +++ b/arch/arm/boot/dts/Makefile >> @@ -44,6 +44,7 @@ dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \ >> exynos4210-trats.dtb \ >> exynos4412-smdk4412.dtb \ >> exynos5250-smdk5250.dtb \ >> + exynos5250-arndale.dtb \ > > I think this entry could be moved one step up for maintaining > alphabetical order. > Ok. >> exynos5250-snow.dtb \ >> exynos5440-ssdk5440.dtb >> dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ >> diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts >> new file mode 100644 >> index 0000000..7504cf3 >> --- /dev/null >> +++ b/arch/arm/boot/dts/exynos5250-arndale.dts >> @@ -0,0 +1,124 @@ >> +/* >> + * Samsung's Exynos5250 based Arndale board device tree source >> + * >> + * Copyright (c) 2012 Samsung Electronics Co., Ltd. > > 2013? > Ok. >> + * http://www.samsung.com >> + * >> + * This program is free software; you can redistribute it and/or modify >> + * it under the terms of the GNU General Public License version 2 as >> + * published by the Free Software Foundation. >> +*/ >> + >> +/dts-v1/; >> +/include/ "exynos5250.dtsi" >> + >> +/ { >> + model = "Insignal Arndale evaluation board based on EXYNOS5250"; >> + compatible = "insignal,arndale", "samsung,exynos5250"; >> + >> + memory { >> + reg = <0x40000000 0x80000000>; >> + }; >> + >> + chosen { >> + bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc"; > > This could be resticted only to console > bootargs = "console=ttySAC2,115200"; > > Ok. I will resubmit the patchset. -- Tushar Behera -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html