From: Chanwoo Choi <cw00.choi@samsung.com>
To: Inha Song <ideal.song@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
kgene@kernel.org, linux@arm.linux.org.uk, galak@codeaurora.org,
ijc+devicetree@hellion.org.uk, mark.rutland@arm.com,
pawel.moll@arm.com, robh+dt@kernel.org
Subject: Re: [PATCH] ARM: dts: Add the source clock for CLKOUT register as xusbxti
Date: Tue, 24 Feb 2015 19:21:43 +0900 [thread overview]
Message-ID: <54EC50B7.7050408@samsung.com> (raw)
In-Reply-To: <1424770315-4725-1-git-send-email-ideal.song@samsung.com>
Hi Inha,
On 02/24/2015 06:31 PM, Inha Song wrote:
> This patch add the CLKOUT register source clock as xusbxti in
> PMU (Power Management Unit) dt node on Exynos3250.
>
> Cc: Kukjin Kim <kgene@kernel.org>
> Signed-off-by: Inha Song <ideal.song@samsung.com>
> ---
> arch/arm/boot/dts/exynos3250.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
> index 277b48b..aa1eb8c 100644
> --- a/arch/arm/boot/dts/exynos3250.dtsi
> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> @@ -130,6 +130,9 @@
> pmu_system_controller: system-controller@10020000 {
> compatible = "samsung,exynos3250-pmu", "syscon";
> reg = <0x10020000 0x4000>;
> + #clock-cells = <1>;
> + clock-names = "clkout9";
> + clocks = <&xusbxti>;
> };
>
> mipi_phy: video-phy@10020710 {
>
Looks good to me.
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Thanks,
Chanwoo Choi
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 the source clock for CLKOUT register as xusbxti
Date: Tue, 24 Feb 2015 19:21:43 +0900 [thread overview]
Message-ID: <54EC50B7.7050408@samsung.com> (raw)
In-Reply-To: <1424770315-4725-1-git-send-email-ideal.song@samsung.com>
Hi Inha,
On 02/24/2015 06:31 PM, Inha Song wrote:
> This patch add the CLKOUT register source clock as xusbxti in
> PMU (Power Management Unit) dt node on Exynos3250.
>
> Cc: Kukjin Kim <kgene@kernel.org>
> Signed-off-by: Inha Song <ideal.song@samsung.com>
> ---
> arch/arm/boot/dts/exynos3250.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
> index 277b48b..aa1eb8c 100644
> --- a/arch/arm/boot/dts/exynos3250.dtsi
> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> @@ -130,6 +130,9 @@
> pmu_system_controller: system-controller at 10020000 {
> compatible = "samsung,exynos3250-pmu", "syscon";
> reg = <0x10020000 0x4000>;
> + #clock-cells = <1>;
> + clock-names = "clkout9";
> + clocks = <&xusbxti>;
> };
>
> mipi_phy: video-phy at 10020710 {
>
Looks good to me.
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Thanks,
Chanwoo Choi
next prev parent reply other threads:[~2015-02-24 10:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-24 9:31 [PATCH] ARM: dts: Add the source clock for CLKOUT register as xusbxti Inha Song
2015-02-24 9:31 ` Inha Song
2015-02-24 10:21 ` Chanwoo Choi [this message]
2015-02-24 10:21 ` Chanwoo Choi
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=54EC50B7.7050408@samsung.com \
--to=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ideal.song@samsung.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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=robh+dt@kernel.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.