devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: 'Sachin Kamat' <sachin.kamat@linaro.org>,
	linux-samsung-soc@vger.kernel.org
Cc: devicetree@vger.kernel.org, t.figa@samsung.com
Subject: RE: [PATCH v3 1/2] ARM: dts: Fix sysreg node name in exynos4.dtsi
Date: Tue, 12 Nov 2013 19:40:54 +0900	[thread overview]
Message-ID: <086301cedf93$a9f6bf70$fde43e50$@org> (raw)
In-Reply-To: <1383632302-23535-1-git-send-email-sachin.kamat@linaro.org>

Sachin Kamat wrote:
> 
> Fix the name as per DT node naming convention.
> - rename the node to syscon which is a more generic name.
> - append the register value to the node name.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> Reviewed-by: Tomasz Figa <t.figa@samsung.com>
> ---
> Changes since v2:
> None.
> ---
>  arch/arm/boot/dts/exynos4.dtsi |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/exynos4.dtsi
> b/arch/arm/boot/dts/exynos4.dtsi
> index cb0f70cc552b..b7378154c0a1 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -99,7 +99,7 @@
>  		reg = <0x10440000 0x1000>;
>  	};
> 
> -	sys_reg: sysreg {
> +	sys_reg: syscon@10010000 {
>  		compatible = "samsung,exynos4-sysreg", "syscon";
>  		reg = <0x10010000 0x400>;
>  	};
> --
> 1.7.9.5

Looks good to me, thanks for this patch and reviews from Sylwester and
Tomasz.

Applied.
- Kukjin

      parent reply	other threads:[~2013-11-12 10:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-05  6:18 [PATCH v3 1/2] ARM: dts: Fix sysreg node name in exynos4.dtsi Sachin Kamat
2013-11-05  6:18 ` [PATCH v3 2/2] ARM: dts: Update Samsung sysreg binding document Sachin Kamat
2013-11-05  9:43   ` Sylwester Nawrocki
2013-11-12 10:39   ` Kukjin Kim
2013-11-05  9:40 ` [PATCH v3 1/2] ARM: dts: Fix sysreg node name in exynos4.dtsi Sylwester Nawrocki
2013-11-12 10:40 ` Kukjin Kim [this message]

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='086301cedf93$a9f6bf70$fde43e50$@org' \
    --to=kgene@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sachin.kamat@linaro.org \
    --cc=t.figa@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).