All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: Jacek Anaszewski <j.anaszewski@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org, Kukjin Kim <kgene@kernel.org>
Subject: Re: [PATCH v2] ARM: dts: exynos3250: add JPEG codec device node
Date: Sat, 09 May 2015 02:25:33 +0900	[thread overview]
Message-ID: <554CF18D.4010903@kernel.org> (raw)
In-Reply-To: <1430810299-23512-1-git-send-email-j.anaszewski@samsung.com>

On 05/05/15 16:18, Jacek Anaszewski wrote:
> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
> Tested-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> Cc: Kukjin Kim <kgene@kernel.org>
> ---
>  arch/arm/boot/dts/exynos3250.dtsi |   13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
> index e3bfb11..e25088c 100644
> --- a/arch/arm/boot/dts/exynos3250.dtsi
> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> @@ -243,6 +243,19 @@
>  			interrupts = <0 240 0>;
>  		};
>  
> +		jpeg: codec@11830000 {
> +			compatible = "samsung,exynos3250-jpeg";
> +			reg = <0x11830000 0x1000>;
> +			interrupts = <0 171 0>;
> +			clocks = <&cmu CLK_JPEG>, <&cmu CLK_SCLK_JPEG>;
> +			clock-names = "jpeg", "sclk";
> +			power-domains = <&pd_cam>;
> +			assigned-clocks = <&cmu CLK_MOUT_CAM_BLK>, <&cmu CLK_SCLK_JPEG>;
> +			assigned-clock-rates = <0>, <150000000>;
> +			assigned-clock-parents = <&cmu CLK_DIV_MPLL_PRE>;
> +			status = "disabled";
> +		};
> +
>  		fimd: fimd@11c00000 {
>  			compatible = "samsung,exynos3250-fimd";
>  			reg = <0x11c00000 0x30000>;

Applied, thanks.

- Kukjin

      parent reply	other threads:[~2015-05-08 17:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-05  7:18 [PATCH v2] ARM: dts: exynos3250: add JPEG codec device node Jacek Anaszewski
2015-05-05 23:29 ` Chanwoo Choi
2015-05-08 17:25 ` 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=554CF18D.4010903@kernel.org \
    --to=kgene@kernel.org \
    --cc=j.anaszewski@samsung.com \
    --cc=linux-samsung-soc@vger.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.