ARM: dts: exynos: Add missing clock and DAI properties to the max98095 node in Snow...
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 9 Mar 2018 17:22:47 +0000 (18:22 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 11 Mar 2018 17:41:23 +0000 (18:41 +0100)
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 <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5250-snow.dts

index 4827cb5..16e37c3 100644 (file)
@@ -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>;
        };
 };