Skip to content

Commit

Permalink
ARM: dts: Add CODEC MCLK for SMDK5250
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Dec 20, 2013
1 parent 655de64 commit 24b714f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/exynos5250-smdk5250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
gpio-controller;
#gpio-cells = <2>;

clocks = <&codec_mclk>;
clock-names = "MCLK1";

AVDD2-supply = <&vdd>;
CPVDD-supply = <&vdd>;
DBVDD-supply = <&dbvdd>;
Expand Down Expand Up @@ -271,5 +274,11 @@
compatible = "samsung,clock-xxti";
clock-frequency = <24000000>;
};

codec_mclk: codec-mclk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <16934000>;
};
};
};

0 comments on commit 24b714f

Please sign in to comment.