From: Sylwester Nawrocki Date: Fri, 9 Mar 2018 17:22:47 +0000 (+0100) Subject: ARM: dts: exynos: Add missing clock and DAI properties to the max98095 node in Snow... X-Git-Tag: rel_imx_4.19.35_1.1.0~10381^2~30^2~5 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=e9eefc3f8ce0;p=linux.git ARM: dts: exynos: Add missing clock and DAI properties to the max98095 node in Snow Chromebook This patch adds missing clocks, clock-names properties so the CODEC can properly handle its master clock. Without this change sound on exynos5250-snow doesn't work. Missing #sound-dai-cells property is also added so it is possible to specify the DAI links properly for HDMI audio support. Signed-off-by: Sylwester Nawrocki Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts index 4827cb506fa3..16e37c337a3f 100644 --- a/arch/arm/boot/dts/exynos5250-snow.dts +++ b/arch/arm/boot/dts/exynos5250-snow.dts @@ -27,6 +27,9 @@ reg = <0x11>; pinctrl-names = "default"; pinctrl-0 = <&max98095_en>; + clocks = <&pmu_system_controller 0>; + clock-names = "mclk"; + #sound-dai-cells = <1>; }; };