From patchwork Fri May 9 12:25:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arun Kumar K X-Patchwork-Id: 4142651 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4A1209F387 for ; Fri, 9 May 2014 12:25:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4657A201BB for ; Fri, 9 May 2014 12:25:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 63D31201FA for ; Fri, 9 May 2014 12:25:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751295AbaEIMZV (ORCPT ); Fri, 9 May 2014 08:25:21 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:60080 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751076AbaEIMZU (ORCPT ); Fri, 9 May 2014 08:25:20 -0400 Received: by mail-pa0-f45.google.com with SMTP id ey11so4357740pad.32 for ; Fri, 09 May 2014 05:25:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=q8XICKJENiewxG6LLM4bqhb4u5Eu5N6MuGKDEiparf4=; b=nWw9VtqwzM+u1cViuC3ZIWztZkzG3TlYUWAZCgCuVeYk0z2W7BCwwjxsj/ZiQcOx4J Lj2aN6oNsGCejQifR4o8FYqyg5Z8SlyT+4rfqIc6DboMbAAsHe+M0kaWH3aAUbGgOgrY l/Dz+P2U5UWKzmfW+qFB84cvn+r+wN7zeC2YQqZZuRYbQQt9Y/rSHu6KXK0sntvLFa4i 6fXnFocctZeZdhzRkbiQY/Jmtkp1U+Wv7ezTLxweVZjdi0BuODcuA8msxz4VCnt8rFRT VYJAK3ubXl2HOzAXaKR2C7hVOcSJgN081MJpDsWRHXRmISuFzbynGlC2F9zRHxIMJOz7 56Kw== X-Received: by 10.66.216.137 with SMTP id oq9mr19491614pac.97.1399638320117; Fri, 09 May 2014 05:25:20 -0700 (PDT) Received: from localhost.localdomain ([14.140.216.146]) by mx.google.com with ESMTPSA id pq3sm7360780pbb.57.2014.05.09.05.25.16 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 09 May 2014 05:25:19 -0700 (PDT) From: Arun Kumar K To: linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org Cc: kgene.kim@samsung.com, dianders@chromium.org, alim.akhtar@samsung.com, tomasz.figa@gmail.com, olof@lixom.net, arunkk.samsung@gmail.com Subject: [PATCH v2 2/3] ARM: dts: Add Exynos5800 dt file Date: Fri, 9 May 2014 17:55:02 +0530 Message-Id: <1399638303-32600-3-git-send-email-arun.kk@samsung.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1399638303-32600-1-git-send-email-arun.kk@samsung.com> References: <1399638303-32600-1-git-send-email-arun.kk@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Most of the nodes of exynos5420 remains same for exynos5800. So the exynos5420.dtsi is included in exynos5800 and the changed node properties will be overriden. Signed-off-by: Arun Kumar K Reviewed-by: Tomasz Figa Acked-by: Olof Johansson --- No changes from v1 --- arch/arm/boot/dts/exynos5800.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 arch/arm/boot/dts/exynos5800.dtsi diff --git a/arch/arm/boot/dts/exynos5800.dtsi b/arch/arm/boot/dts/exynos5800.dtsi new file mode 100644 index 0000000..6979fc7 --- /dev/null +++ b/arch/arm/boot/dts/exynos5800.dtsi @@ -0,0 +1,24 @@ +/* + * SAMSUNG EXYNOS5800 SoC device tree source + * + * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * http://www.samsung.com + * + * SAMSUNG EXYNOS5800 SoC device nodes are listed in this file. + * EXYNOS5800 based board files can include this file and provide + * values for board specfic bindings. + * + * 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. + */ + +#include "exynos5420.dtsi" + +/ { + compatible = "samsung,exynos5800", "samsung,exynos5"; +}; + +&clock { + compatible = "samsung,exynos5800-clock"; +};