aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos5250-snow.dts
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2018-03-09 18:22:48 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2018-03-11 18:41:30 +0100
commit6ab569936d609b7aecfa33ef3c2d60ebdef6dc2b (patch)
treed5aa4358c7f4729563dd1f22653f5fa0aed28f22 /arch/arm/boot/dts/exynos5250-snow.dts
parentARM: dts: exynos: Add missing clock and DAI properties to the max98095 node in Snow Chromebook (diff)
downloadlinux-dev-6ab569936d609b7aecfa33ef3c2d60ebdef6dc2b.tar.xz
linux-dev-6ab569936d609b7aecfa33ef3c2d60ebdef6dc2b.zip
ARM: dts: exynos: Enable HDMI audio on Snow Chromebook
This patch adds new cpu, codec subnodes according to the updated "google,snow-audio-max98095" DT bindings and the I2S clock tree configuration so sound on the HDMI interface can also be supported. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-snow.dts')
-rw-r--r--arch/arm/boot/dts/exynos5250-snow.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index 16e37c337a3f..75fdc5e6d423 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -18,6 +18,14 @@
samsung,model = "Snow-I2S-MAX98095";
samsung,audio-codec = <&max98095>;
+
+ cpu {
+ sound-dai = <&i2s0 0>;
+ };
+
+ codec {
+ sound-dai = <&max98095 0>, <&hdmi>;
+ };
};
};