All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Figa <t.figa@samsung.com>
To: Rahul Sharma <rahul.sharma@samsung.com>,
	linux-samsung-soc@vger.kernel.org
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	kgene.kim@samsung.com, tomasz.figa@gmail.com, joshi@samsung.com,
	r.sh.open@gmail.com, Pankaj Dubey <pankaj.dubey@samsung.com>,
	Arun Kumar K <arun.kk@samsung.com>
Subject: Re: [PATCH v7 2/3] ARM: dts: add dts files for exynos5260 SoC
Date: Wed, 09 Apr 2014 12:29:31 +0200	[thread overview]
Message-ID: <5345210B.5070807@samsung.com> (raw)
In-Reply-To: <1396519224-18712-3-git-send-email-rahul.sharma@samsung.com>

Hi Rahul,

On 03.04.2014 12:00, Rahul Sharma wrote:
> The patch adds the dts files for exynos5260.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
> Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
> Reviewed-by: Tomasz Figa <t.figa@samsung.com>
> ---
>   arch/arm/boot/dts/exynos5260-pinctrl.dtsi |  574 +++++++++++++++++++++++++++++
>   arch/arm/boot/dts/exynos5260.dtsi         |  304 +++++++++++++++
>   2 files changed, 878 insertions(+)
>   create mode 100644 arch/arm/boot/dts/exynos5260-pinctrl.dtsi
>   create mode 100644 arch/arm/boot/dts/exynos5260.dtsi

[snip]

> diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi
> new file mode 100644
> index 0000000..188a2ac
> --- /dev/null
> +++ b/arch/arm/boot/dts/exynos5260.dtsi
> @@ -0,0 +1,304 @@
> +/*
> + * SAMSUNG EXYNOS5260 SoC device tree source
> + *
> + * Copyright (c) 2013 Samsung Electronics Co., Ltd.
> + *		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.
> +*/
> +
> +#include "skeleton.dtsi"
> +
> +#include <dt-bindings/clock/exynos5260-clk.h>
> +
> +/ {
> +	compatible = "samsung,exynos5260";

Since Sachin's patches, "samsung,exynos5" compatible should be also 
added, before the more specific ones.

Best regards,
Tomasz

WARNING: multiple messages have this Message-ID (diff)
From: t.figa@samsung.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 2/3] ARM: dts: add dts files for exynos5260 SoC
Date: Wed, 09 Apr 2014 12:29:31 +0200	[thread overview]
Message-ID: <5345210B.5070807@samsung.com> (raw)
In-Reply-To: <1396519224-18712-3-git-send-email-rahul.sharma@samsung.com>

Hi Rahul,

On 03.04.2014 12:00, Rahul Sharma wrote:
> The patch adds the dts files for exynos5260.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
> Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
> Reviewed-by: Tomasz Figa <t.figa@samsung.com>
> ---
>   arch/arm/boot/dts/exynos5260-pinctrl.dtsi |  574 +++++++++++++++++++++++++++++
>   arch/arm/boot/dts/exynos5260.dtsi         |  304 +++++++++++++++
>   2 files changed, 878 insertions(+)
>   create mode 100644 arch/arm/boot/dts/exynos5260-pinctrl.dtsi
>   create mode 100644 arch/arm/boot/dts/exynos5260.dtsi

[snip]

> diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi
> new file mode 100644
> index 0000000..188a2ac
> --- /dev/null
> +++ b/arch/arm/boot/dts/exynos5260.dtsi
> @@ -0,0 +1,304 @@
> +/*
> + * SAMSUNG EXYNOS5260 SoC device tree source
> + *
> + * Copyright (c) 2013 Samsung Electronics Co., Ltd.
> + *		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.
> +*/
> +
> +#include "skeleton.dtsi"
> +
> +#include <dt-bindings/clock/exynos5260-clk.h>
> +
> +/ {
> +	compatible = "samsung,exynos5260";

Since Sachin's patches, "samsung,exynos5" compatible should be also 
added, before the more specific ones.

Best regards,
Tomasz

  reply	other threads:[~2014-04-09 10:29 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-03 10:00 [PATCH v7 0/3] exynos: arch: add support for exynos5260 SoC Rahul Sharma
2014-04-03 10:00 ` Rahul Sharma
     [not found] ` <1396519224-18712-1-git-send-email-rahul.sharma-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-04-03 10:00   ` [PATCH v7 1/3] ARM: EXYNOS: initial board " Rahul Sharma
2014-04-03 10:00     ` Rahul Sharma
2014-04-07  8:38     ` Sachin Kamat
2014-04-07  8:38       ` Sachin Kamat
2014-04-09  9:04       ` Tomasz Figa
2014-04-09  9:04         ` Tomasz Figa
2014-04-09  9:15         ` Rahul Sharma
2014-04-09  9:15           ` Rahul Sharma
2014-04-03 10:00 ` [PATCH v7 2/3] ARM: dts: add dts files " Rahul Sharma
2014-04-03 10:00   ` Rahul Sharma
2014-04-09 10:29   ` Tomasz Figa [this message]
2014-04-09 10:29     ` Tomasz Figa
2014-04-03 10:00 ` [PATCH v7 3/3] ARM: dts: add dts files for xyref5260 board Rahul Sharma
2014-04-03 10:00   ` Rahul Sharma
2014-04-07  8:40   ` Sachin Kamat
2014-04-07  8:40     ` Sachin Kamat
2014-04-09 10:52     ` Tomasz Figa
2014-04-09 10:52       ` Tomasz Figa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5345210B.5070807@samsung.com \
    --to=t.figa@samsung.com \
    --cc=arun.kk@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=joshi@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=pankaj.dubey@samsung.com \
    --cc=r.sh.open@gmail.com \
    --cc=rahul.sharma@samsung.com \
    --cc=tomasz.figa@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.