public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: kgene.kim@samsung•com (Kukjin Kim)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH] ARM: dts: Add CODEC MCLK for SMDK5250
Date: Sat, 21 Dec 2013 07:25:14 +0900	[thread overview]
Message-ID: <52B4C3CA.5040904@samsung.com> (raw)
In-Reply-To: <1386797978-12394-1-git-send-email-broonie@kernel.org>

On 12/12/13 06:39, Mark Brown wrote:
> From: Mark Brown<broonie@linaro•org>
>
> There is a 16.934MHz fixed rate clock connected to MCLK1 on the CODEC, add
> this to the device tree bindings.
>
> Signed-off-by: Mark Brown<broonie@linaro•org>
> ---
>   arch/arm/boot/dts/exynos5250-smdk5250.dts | 9 +++++++++
>   1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> index aaacfc833ccc..00b57faf977e 100644
> --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
> +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> @@ -79,6 +79,9 @@
>   			gpio-controller;
>   			#gpio-cells =<2>;
>
> +			clocks =<&codec_mclk>;
> +			clock-names = "MCLK1";
> +
>   			AVDD2-supply =<&vdd>;
>   			CPVDD-supply =<&vdd>;
>   			DBVDD-supply =<&dbvdd>;
> @@ -250,5 +253,11 @@
>   			compatible = "samsung,clock-xxti";
>   			clock-frequency =<24000000>;
>   		};
> +
> +		codec_mclk: codec-mclk {
> +			compatible = "fixed-clock";
> +			#clock-cells =<0>;
> +			clock-frequency =<16934000>;
> +		};
>   	};
>   };

Applied, thanks.

- Kukjin

  reply	other threads:[~2013-12-20 22:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11 21:39 [PATCH] ARM: dts: Add CODEC MCLK for SMDK5250 Mark Brown
2013-12-20 22:25 ` Kukjin Kim [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-02 18:06 Mark Brown

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=52B4C3CA.5040904@samsung.com \
    --to=kgene.kim@samsung$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox