All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pankaj Dubey <pankaj.dubey@samsung.com>
To: Pavel Fedin <p.fedin@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Kukjin Kim <kgene@kernel.org>,
	Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	Russell King <linux@arm.linux.org.uk>
Subject: Re: [PATCH 1/4] ARM: dts: Add SROMc to Exynos 5410
Date: Tue, 27 Oct 2015 08:27:05 +0530	[thread overview]
Message-ID: <562EE801.4000906@samsung.com> (raw)
In-Reply-To: <185cfa03e31cee4187492e0b9b0050e4b6f1a8f9.1445859834.git.p.fedin@samsung.com>

Hi Pavel,

On Monday 26 October 2015 05:17 PM, Pavel Fedin wrote:
> This machine uses own SoC device tree file, add missing part.
>
> Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
> ---
>   arch/arm/boot/dts/exynos5410.dtsi | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi
> index 4603356..91dd302 100644
> --- a/arch/arm/boot/dts/exynos5410.dtsi
> +++ b/arch/arm/boot/dts/exynos5410.dtsi
> @@ -101,6 +101,11 @@
>   			reg = <0x10000000 0x100>;
>   		};
>
> +		sromc_0: sromc@12250000 {

Why sromc_0? Does this SoC have more than one srom controllers?

> +			compatible = "samsung,exynos-srom";
> +			reg = <0x12250000 0x10>;
> +		};
> +
>   		pmu_system_controller: system-controller@10040000 {
>   			compatible = "samsung,exynos5410-pmu", "syscon";
>   			reg = <0x10040000 0x5000>;
>

Thanks,
Pankaj Dubey

WARNING: multiple messages have this Message-ID (diff)
From: pankaj.dubey@samsung.com (Pankaj Dubey)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] ARM: dts: Add SROMc to Exynos 5410
Date: Tue, 27 Oct 2015 08:27:05 +0530	[thread overview]
Message-ID: <562EE801.4000906@samsung.com> (raw)
In-Reply-To: <185cfa03e31cee4187492e0b9b0050e4b6f1a8f9.1445859834.git.p.fedin@samsung.com>

Hi Pavel,

On Monday 26 October 2015 05:17 PM, Pavel Fedin wrote:
> This machine uses own SoC device tree file, add missing part.
>
> Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
> ---
>   arch/arm/boot/dts/exynos5410.dtsi | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi
> index 4603356..91dd302 100644
> --- a/arch/arm/boot/dts/exynos5410.dtsi
> +++ b/arch/arm/boot/dts/exynos5410.dtsi
> @@ -101,6 +101,11 @@
>   			reg = <0x10000000 0x100>;
>   		};
>
> +		sromc_0: sromc at 12250000 {

Why sromc_0? Does this SoC have more than one srom controllers?

> +			compatible = "samsung,exynos-srom";
> +			reg = <0x12250000 0x10>;
> +		};
> +
>   		pmu_system_controller: system-controller at 10040000 {
>   			compatible = "samsung,exynos5410-pmu", "syscon";
>   			reg = <0x10040000 0x5000>;
>

Thanks,
Pankaj Dubey

  reply	other threads:[~2015-10-27  2:56 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-26 11:47 [PATCH 0/4] Exynos SROMc configuration and Ethernet support for SMDK5410 Pavel Fedin
2015-10-26 11:47 ` Pavel Fedin
2015-10-26 11:47 ` [PATCH 1/4] ARM: dts: Add SROMc to Exynos 5410 Pavel Fedin
2015-10-26 11:47   ` Pavel Fedin
2015-10-27  2:57   ` Pankaj Dubey [this message]
2015-10-27  2:57     ` Pankaj Dubey
2015-10-26 11:47 ` [PATCH 2/4] drivers: exynos-srom: Add support for bank configuration Pavel Fedin
2015-10-26 11:47   ` Pavel Fedin
2015-10-26 11:47 ` [PATCH 3/4] ARM: dts: Add Ethernet chip to SMDK5410 Pavel Fedin
2015-10-26 11:47   ` Pavel Fedin
2015-10-27  4:15   ` Pankaj Dubey
2015-10-27  4:15     ` Pankaj Dubey
2015-10-26 11:47 ` [PATCH 4/4] Documentation: dt-bindings: Describe SROMc configuration Pavel Fedin
2015-10-26 11:47   ` Pavel Fedin
2015-10-27  5:11   ` Pankaj Dubey
2015-10-27  5:11     ` Pankaj Dubey
2015-10-27  6:59     ` Pavel Fedin
2015-10-27  6:59       ` Pavel Fedin

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=562EE801.4000906@samsung.com \
    --to=pankaj.dubey@samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=p.fedin@samsung.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.