All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	Kamil Debski <k.debski@samsung.com>,
	Kukjin Kim <kgene.kim@samsung.com>
Subject: Re: [PATCH] ARM: dts: exynos4: add missing clock to MFC device
Date: Sat, 22 Nov 2014 23:42:18 +0900	[thread overview]
Message-ID: <5470A0CA.8090705@kernel.org> (raw)
In-Reply-To: <1416397436-13503-1-git-send-email-m.szyprowski@samsung.com>

On 11/19/14 20:43, Marek Szyprowski wrote:
> sclk_mfc is required for MFC device since commit
> 0c2272170d78f826f6e97f99fb8a67fc17feef07 ("media: s5p-mfc: rename
> special clock to sclk_mfc"), so add it to exynos4 dts.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>  arch/arm/boot/dts/exynos4.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
> index 0b5e46cd449f..c790a746b9c8 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -398,8 +398,8 @@
>  		reg = <0x13400000 0x10000>;
>  		interrupts = <0 94 0>;
>  		samsung,power-domain = <&pd_mfc>;
> -		clocks = <&clock CLK_MFC>;
> -		clock-names = "mfc";
> +		clocks = <&clock CLK_MFC>, <&clock CLK_SCLK_MFC>;
> +		clock-names = "mfc", "sclk_mfc";
>  		status = "disabled";
>  		iommus = <&sysmmu_mfc_l>, <&sysmmu_mfc_r>;
>  		iommu-names = "left", "right";

Applied, thanks.

- Kukjin

      reply	other threads:[~2014-11-22 14:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-19 11:43 [PATCH] ARM: dts: exynos4: add missing clock to MFC device Marek Szyprowski
2014-11-22 14:42 ` 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=5470A0CA.8090705@kernel.org \
    --to=kgene@kernel.org \
    --cc=k.debski@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=s.nawrocki@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.