* [PATCH] ARM: dts: Add CODEC MCLK for SMDK5250
@ 2013-12-02 18:06 Mark Brown
0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2013-12-02 18:06 UTC (permalink / raw)
To: linux-arm-kernel
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 b5966bc8c213..b8525ee6d0a1 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>;
@@ -254,5 +257,11 @@
compatible = "samsung,clock-xxti";
clock-frequency = <24000000>;
};
+
+ codec_mclk: codec-mclk {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <16934000>;
+ };
};
};
--
1.8.4.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: Add CODEC MCLK for SMDK5250
@ 2013-12-11 21:39 Mark Brown
2013-12-20 22:25 ` Kukjin Kim
0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2013-12-11 21:39 UTC (permalink / raw)
To: linux-arm-kernel
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>;
+ };
};
};
--
1.8.5.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: Add CODEC MCLK for SMDK5250
2013-12-11 21:39 Mark Brown
@ 2013-12-20 22:25 ` Kukjin Kim
0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2013-12-20 22:25 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-20 22:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 18:06 [PATCH] ARM: dts: Add CODEC MCLK for SMDK5250 Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2013-12-11 21:39 Mark Brown
2013-12-20 22:25 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).