On 20 May 2014 10:19, Tushar Behera <tushar.behera@xxxxxxxxxx> wrote: > On Snow/Peach-pit boards, XCLKOUT provides master clock (mclk) to codec. > > Signed-off-by: Tushar Behera <tushar.behera@xxxxxxxxxx> > --- This patch is obsolete now because the proposed clock bindings for XCLKOUT is now different (change in #clock-cells). Updated patch will be sent once the XCLKOUT drivers are accepted. > Dependency: > 1. Driver side changes have been posted here. > https://lkml.org/lkml/2014/5/20/4 > > 2. XCLKOUT clock driver support > https://lkml.org/lkml/2014/5/15/530 > > arch/arm/boot/dts/exynos5250-snow.dts | 3 +++ > arch/arm/boot/dts/exynos5420-peach-pit.dts | 3 +++ > 2 files changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts > index 67391b9..1014ce0 100644 > --- a/arch/arm/boot/dts/exynos5250-snow.dts > +++ b/arch/arm/boot/dts/exynos5250-snow.dts > @@ -346,6 +346,9 @@ > > samsung,i2s-controller = <&i2s0>; > samsung,audio-codec = <&max98095>; > + > + clocks = <&pmu_system_controller>; > + clock-names = "mclk"; > }; > > usb@12110000 { > diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts > index f4b2a16..c0664e9 100644 > --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts > +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts > @@ -64,6 +64,9 @@ > > samsung,i2s-controller = <&i2s0>; > samsung,audio-codec = <&max98090>; > + > + clocks = <&pmu_system_controller>; > + clock-names = "mclk"; > }; > }; > > -- > 1.7.9.5 > -- Tushar Behera -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html