This patch adds 16MHz oscillator clock node required for audio on smdk5420 and adds the phandle of the same in wm8994 clock info. Signed-off-by: Padmavathi Venna <padma.v@xxxxxxxxxxx> --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts index 1ef7e2e..a898b3f 100644 --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts @@ -31,6 +31,12 @@ }; }; + osc3_clk16mhz: oscillator-0 { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <16934400>; + }; + dwmmc0@12200000 { status = "okay"; num-slots = <1>; @@ -127,6 +133,9 @@ DBVDD-supply = <&dbvdd>; SPKVDD1-supply = <&spkvdd>; SPKVDD2-supply = <&spkvdd>; + + clocks = <&osc3_clk16mhz>; + clock-names = "mclk1"; }; }; -- 1.7.4.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html