aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2018-03-09 18:22:47 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2018-03-11 18:41:23 +0100
commite9eefc3f8ce09eb2262d7d817980816132158196 (patch)
tree9ad53c83e3ce7fbae3a124c97c1bd3f92a4c38a4
parentARM: dts: exynos: Add audio clocks configuration for Snow Chromebook (diff)
downloadlinux-dev-e9eefc3f8ce09eb2262d7d817980816132158196.tar.xz
linux-dev-e9eefc3f8ce09eb2262d7d817980816132158196.zip
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>
-rw-r--r--arch/arm/boot/dts/exynos5250-snow.dts3
1 files changed, 3 insertions, 0 deletions
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>;
};
};