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 <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Sylwester Nawrocki 2018-03-09 18:22:47 +01:00 committed by Krzysztof Kozlowski
parent c7d59e4b4e
commit e9eefc3f8c

View file

@ -27,6 +27,9 @@ max98095: codec@11 {
reg = <0x11>;
pinctrl-names = "default";
pinctrl-0 = <&max98095_en>;
clocks = <&pmu_system_controller 0>;
clock-names = "mclk";
#sound-dai-cells = <1>;
};
};