From mboxrd@z Thu Jan 1 00:00:00 1970 From: Przemyslaw Marczak Date: Tue, 09 Sep 2014 12:26:48 +0200 Subject: [U-Boot] [PATCH 8/8] samsung: Move smdkc100 to use exynos-common config In-Reply-To: <1406117482-2391-9-git-send-email-sjg@chromium.org> References: <1406117482-2391-1-git-send-email-sjg@chromium.org> <1406117482-2391-9-git-send-email-sjg@chromium.org> Message-ID: <540ED5E8.3090406@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Simon, On 07/23/2014 02:11 PM, Simon Glass wrote: > Change this board to use the exynos common config and add a device tree. > > Signed-off-by: Simon Glass > --- > > arch/arm/dts/Makefile | 1 + > arch/arm/dts/s5pc1xx-smdkc100.dts | 21 +++++++++++++++ > include/configs/smdkc100.h | 57 +++++++++------------------------------ > 3 files changed, 35 insertions(+), 44 deletions(-) > create mode 100644 arch/arm/dts/s5pc1xx-smdkc100.dts > > diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile > index 6a6e664..ed67844 100644 > --- a/arch/arm/dts/Makefile > +++ b/arch/arm/dts/Makefile > @@ -1,3 +1,4 @@ > +dtb-$(CONFIG_S5PC100) += s5pc1xx-smdkc100.dtb > dtb-$(CONFIG_S5PC110) += s5pc1xx-goni.dtb > dtb-$(CONFIG_EXYNOS4) += exynos4210-origen.dtb \ > exynos4210-smdkv310.dtb \ > diff --git a/arch/arm/dts/s5pc1xx-smdkc100.dts b/arch/arm/dts/s5pc1xx-smdkc100.dts > new file mode 100644 > index 0000000..409812d > --- /dev/null > +++ b/arch/arm/dts/s5pc1xx-smdkc100.dts > @@ -0,0 +1,21 @@ > +/* > + * Samsung's Exynos4210-based SMDKV310 board device tree source > + * > + * Copyright (c) 2014 Google, Inc > + * > + * SPDX-License-Identifier: GPL-2.0+ > + */ > + > +/dts-v1/; The same as in s5pc110: > +/include/ "exynos4.dtsi" > + > +/ { > + model = "Samsung SMDKC100"; > + compatible = "samsung,smdkc100"; > + > + aliases { Bad base addresses: > + serial0 = "/serial at 13800000"; > + console = "/serial at 13820000"; > + }; > + Best regards, -- Przemyslaw Marczak Samsung R&D Institute Poland Samsung Electronics p.marczak at samsung.com