Commit b9b8daa2 authored by Maxime Ripard's avatar Maxime Ripard

ARM: gr8: evb: Add i2s codec

The GR8-EVB comes with a wm8978 codec connected to the i2s bus.

Add a card in order to have it working
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent caed8b58
......@@ -76,7 +76,22 @@ backlight: backlight {
default-brightness-level = <8>;
};
spdif {
sound-analog {
compatible = "simple-audio-card";
simple-audio-card,name = "gr8-evb-wm8978";
simple-audio-card,format = "i2s";
simple-audio-card,mclk-fs = <512>;
simple-audio-card,cpu {
sound-dai = <&i2s0>;
};
simple-audio-card,codec {
sound-dai = <&wm8978>;
};
};
sound-spdif {
compatible = "simple-audio-card";
simple-audio-card,name = "On-board SPDIF";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment