diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2018-03-09 18:22:48 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-03-11 18:41:30 +0100 |
commit | 6ab569936d609b7aecfa33ef3c2d60ebdef6dc2b (patch) | |
tree | d5aa4358c7f4729563dd1f22653f5fa0aed28f22 /arch/arm/boot/dts/exynos5250-snow-common.dtsi | |
parent | ARM: dts: exynos: Add missing clock and DAI properties to the max98095 node i... (diff) | |
download | linux-6ab569936d609b7aecfa33ef3c2d60ebdef6dc2b.tar.xz linux-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-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-snow-common.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-snow-common.dtsi b/arch/arm/boot/dts/exynos5250-snow-common.dtsi index bdf59dd3654b..fd9226d3b207 100644 --- a/arch/arm/boot/dts/exynos5250-snow-common.dtsi +++ b/arch/arm/boot/dts/exynos5250-snow-common.dtsi @@ -9,6 +9,7 @@ #include <dt-bindings/clock/maxim,max77686.h> #include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/input/input.h> +#include <dt-bindings/sound/samsung-i2s.h> #include "exynos5250.dtsi" / { @@ -523,6 +524,8 @@ }; &i2s0 { + assigned-clocks = <&i2s0 CLK_I2S_RCLK_SRC>; + assigned-clock-parents = <&clock_audss EXYNOS_I2S_BUS>; status = "okay"; }; |