From: Kukjin Kim <kgene.kim@samsung.com>
To: Tomasz Figa <t.figa@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-samsung-soc@vger.kernel.org,
Kyungmin Park <kyungmin.park@samsung.com>,
Thomas Abraham <thomas.abraham@linaro.org>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Stephen Warren <swarren@wwwdotorg.org>,
Kukjin Kim <kgene.kim@samsung.com>
Subject: Re: [PATCH v3 6/6] ARM: dts: exynos4: Add missing unit-address of sysreg node
Date: Thu, 19 Dec 2013 03:23:52 +0900 [thread overview]
Message-ID: <52B1E838.4030304@samsung.com> (raw)
In-Reply-To: <1386864738-19829-7-git-send-email-t.figa@samsung.com>
On 12/13/13 01:12, Tomasz Figa wrote:
> The node contains reg property, so unit-address suffix should be present
> in its name.
>
> Signed-off-by: Tomasz Figa<t.figa@samsung.com>
> Acked-by: Kyungmin Park<kyungmin.park@samsung.com>
> Reviewed-by: Sylwester Nawrocki<s.nawrocki@samsung.com>
> ---
> 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 4fed2ad..ee173fe 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: sysreg@10010000 {
> compatible = "samsung,exynos4-sysreg", "syscon";
> reg =<0x10010000 0x400>;
> };
Tomasz, I already Sachin's patch for similar changing of sys_reg
property with your reviewed tag.
ARM: dts: Fix sysreg node name in exynos4.dtsi
I've applied whole this series except this one.
If any problems, please kindly let me know.
Thanks,
Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 6/6] ARM: dts: exynos4: Add missing unit-address of sysreg node
Date: Thu, 19 Dec 2013 03:23:52 +0900 [thread overview]
Message-ID: <52B1E838.4030304@samsung.com> (raw)
In-Reply-To: <1386864738-19829-7-git-send-email-t.figa@samsung.com>
On 12/13/13 01:12, Tomasz Figa wrote:
> The node contains reg property, so unit-address suffix should be present
> in its name.
>
> Signed-off-by: Tomasz Figa<t.figa@samsung.com>
> Acked-by: Kyungmin Park<kyungmin.park@samsung.com>
> Reviewed-by: Sylwester Nawrocki<s.nawrocki@samsung.com>
> ---
> 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 4fed2ad..ee173fe 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: sysreg at 10010000 {
> compatible = "samsung,exynos4-sysreg", "syscon";
> reg =<0x10010000 0x400>;
> };
Tomasz, I already Sachin's patch for similar changing of sys_reg
property with your reviewed tag.
ARM: dts: Fix sysreg node name in exynos4.dtsi
I've applied whole this series except this one.
If any problems, please kindly let me know.
Thanks,
Kukjin
next prev parent reply other threads:[~2013-12-18 18:23 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-12 16:12 [PATCH v3 0/6] Exynos device tree clean-up for 3.14 Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 1/6] Documentation: devicetree: Update Exynos MCT bindings description Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 2/6] ARM: dts: exynos4: Drop interrupt controller properties from MCT nodes Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 3/6] ARM: dts: exynos4x12: Move MCT node to exynos4x12.dtsi Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 4/6] ARM: dts: exynos4: Simplify MCT interrupt map Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 5/6] ARM: dts: exynos: Fix missing spaces after labels Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 6/6] ARM: dts: exynos4: Add missing unit-address of sysreg node Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-18 18:23 ` Kukjin Kim [this message]
2013-12-18 18:23 ` Kukjin Kim
2013-12-18 18:36 ` Tomasz Figa
2013-12-18 18:36 ` Tomasz Figa
2013-12-16 0:42 ` [PATCH v3 0/6] Exynos device tree clean-up for 3.14 Kukjin Kim
2013-12-16 0:42 ` Kukjin Kim
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=52B1E838.4030304@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=s.nawrocki@samsung.com \
--cc=swarren@wwwdotorg.org \
--cc=t.figa@samsung.com \
--cc=thomas.abraham@linaro.org \
/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.