From: Chanwoo Choi <cw00.choi@samsung.com>
To: Chanwoo Choi <cw00.choi@samsung.com>,
kgene.kim@samsung.com, t.figa@samsung.com
Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
rdunlap@infradead.org, ben-linux@fluff.org,
linux@arm.linux.org.uk, l.krishna@samsung.com,
chanho61.park@samsung.com, kyungmin.park@samsung.com,
devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: Add pmu sysreg node to Exynos3250
Date: Fri, 30 May 2014 20:49:25 +0900 [thread overview]
Message-ID: <53887045.9010203@samsung.com> (raw)
In-Reply-To: <1401085776-14212-1-git-send-email-cw00.choi@samsung.com>
Ping,
Could you review this patch?
Thanks,
Chanwoo Choi
On 05/26/2014 03:29 PM, Chanwoo Choi wrote:
> This patch add pmusysreg node for Exynos3250 to access PMU (Power Management Unit)
> register in a centralized way using syscon driver.
>
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> Documentation/devicetree/bindings/arm/samsung/pmu.txt | 1 +
> arch/arm/boot/dts/exynos3250.dtsi | 5 +++++
> 2 files changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.txt b/Documentation/devicetree/bindings/arm/samsung/pmu.txt
> index b562634..2a4ab04 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/pmu.txt
> +++ b/Documentation/devicetree/bindings/arm/samsung/pmu.txt
> @@ -2,6 +2,7 @@ SAMSUNG Exynos SoC series PMU Registers
>
> Properties:
> - compatible : should contain two values. First value must be one from following list:
> + - "samsung,exynos3250-pmu" - for Exynos3250 SoC,
> - "samsung,exynos4210-pmu" - for Exynos4210 SoC,
> - "samsung,exynos4212-pmu" - for Exynos4212 SoC,
> - "samsung,exynos4412-pmu" - for Exynos4412 SoC,
> diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
> index ca28eac..3e678fa 100644
> --- a/arch/arm/boot/dts/exynos3250.dtsi
> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> @@ -125,6 +125,11 @@
> reg = <0x10010000 0x400>;
> };
>
> + pmu_system_controller: system-controller@10020000 {
> + compatible = "samsung,exynos3250-pmu", "syscon";
> + reg = <0x10020000 0x4000>;
> + };
> +
> pd_cam: cam-power-domain@10023C00 {
> compatible = "samsung,exynos4210-pd";
> reg = <0x10023C00 0x20>;
>
WARNING: multiple messages have this Message-ID (diff)
From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: Add pmu sysreg node to Exynos3250
Date: Fri, 30 May 2014 20:49:25 +0900 [thread overview]
Message-ID: <53887045.9010203@samsung.com> (raw)
In-Reply-To: <1401085776-14212-1-git-send-email-cw00.choi@samsung.com>
Ping,
Could you review this patch?
Thanks,
Chanwoo Choi
On 05/26/2014 03:29 PM, Chanwoo Choi wrote:
> This patch add pmusysreg node for Exynos3250 to access PMU (Power Management Unit)
> register in a centralized way using syscon driver.
>
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> Documentation/devicetree/bindings/arm/samsung/pmu.txt | 1 +
> arch/arm/boot/dts/exynos3250.dtsi | 5 +++++
> 2 files changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.txt b/Documentation/devicetree/bindings/arm/samsung/pmu.txt
> index b562634..2a4ab04 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/pmu.txt
> +++ b/Documentation/devicetree/bindings/arm/samsung/pmu.txt
> @@ -2,6 +2,7 @@ SAMSUNG Exynos SoC series PMU Registers
>
> Properties:
> - compatible : should contain two values. First value must be one from following list:
> + - "samsung,exynos3250-pmu" - for Exynos3250 SoC,
> - "samsung,exynos4210-pmu" - for Exynos4210 SoC,
> - "samsung,exynos4212-pmu" - for Exynos4212 SoC,
> - "samsung,exynos4412-pmu" - for Exynos4412 SoC,
> diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
> index ca28eac..3e678fa 100644
> --- a/arch/arm/boot/dts/exynos3250.dtsi
> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> @@ -125,6 +125,11 @@
> reg = <0x10010000 0x400>;
> };
>
> + pmu_system_controller: system-controller at 10020000 {
> + compatible = "samsung,exynos3250-pmu", "syscon";
> + reg = <0x10020000 0x4000>;
> + };
> +
> pd_cam: cam-power-domain at 10023C00 {
> compatible = "samsung,exynos4210-pd";
> reg = <0x10023C00 0x20>;
>
next prev parent reply other threads:[~2014-05-30 11:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-26 6:29 [PATCH] ARM: dts: Add pmu sysreg node to Exynos3250 Chanwoo Choi
2014-05-26 6:29 ` Chanwoo Choi
2014-05-30 11:49 ` Chanwoo Choi [this message]
2014-05-30 11:49 ` Chanwoo Choi
2014-05-30 11:52 ` Tomasz Figa
2014-05-30 11:52 ` Tomasz Figa
2014-05-30 11:55 ` Chanwoo Choi
2014-05-30 11:55 ` Chanwoo Choi
2014-05-30 18:08 ` Kukjin Kim
2014-05-30 18:08 ` 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=53887045.9010203@samsung.com \
--to=cw00.choi@samsung.com \
--cc=ben-linux@fluff.org \
--cc=chanho61.park@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=l.krishna@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=rdunlap@infradead.org \
--cc=robh+dt@kernel.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 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.