All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Mark Brown <broonie@kernel.org>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	linaro-kernel@lists.linaro.org,
	linux-arm-kernel@lists.infradead.org,
	Mark Brown <broonie@linaro.org>
Subject: Re: [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

WARNING: multiple messages have this Message-ID (diff)
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: 7+ 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-11 21:39 ` Mark Brown
2013-12-20 22:25 ` Kukjin Kim [this message]
2013-12-20 22:25   ` Kukjin Kim
  -- strict thread matches above, loose matches on Subject: below --
2013-12-02 18:06 Mark Brown
2013-12-02 18:06 ` Mark Brown
2013-09-16 12:25 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.com \
    --cc=broonie@kernel.org \
    --cc=broonie@linaro.org \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --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.