diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2018-03-09 20:22:48 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-03-11 20:41:30 +0300 |
commit | 6ab569936d609b7aecfa33ef3c2d60ebdef6dc2b (patch) | |
tree | d5aa4358c7f4729563dd1f22653f5fa0aed28f22 /arch/arm/boot/dts/exynos5250-snow.dts | |
parent | e9eefc3f8ce09eb2262d7d817980816132158196 (diff) | |
download | linux-6ab569936d609b7aecfa33ef3c2d60ebdef6dc2b.tar.xz |
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.dts | 8 |
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>; + }; }; }; |