Commit 200a00d8 authored by Olof Johansson's avatar Olof Johansson

Merge tag 'sti-dt-for-v4.20-round1' of...

Merge tag 'sti-dt-for-v4.20-round1' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into next/dt

STi DT update:
 _ Change syntax of multiple DAI links

* tag 'sti-dt-for-v4.20-round1' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti:
  ARM: dts: stih410: change syntax of multiple DAI
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 28544e61 b5b4c8dd
...@@ -61,8 +61,11 @@ sound: sound { ...@@ -61,8 +61,11 @@ sound: sound {
compatible = "simple-audio-card"; compatible = "simple-audio-card";
simple-audio-card,name = "STI-B2260"; simple-audio-card,name = "STI-B2260";
status = "okay"; status = "okay";
#address-cells = <1>;
#size-cells = <0>;
simple-audio-card,dai-link0 { simple-audio-card,dai-link@0 {
reg = <0>;
/* DAC */ /* DAC */
format = "i2s"; format = "i2s";
mclk-fs = <128>; mclk-fs = <128>;
......
...@@ -27,8 +27,11 @@ sound: sound { ...@@ -27,8 +27,11 @@ sound: sound {
compatible = "simple-audio-card"; compatible = "simple-audio-card";
simple-audio-card,name = "STI-B2120"; simple-audio-card,name = "STI-B2120";
status = "okay"; status = "okay";
#address-cells = <1>;
#size-cells = <0>;
simple-audio-card,dai-link0 { simple-audio-card,dai-link@0 {
reg = <0>;
/* HDMI */ /* HDMI */
format = "i2s"; format = "i2s";
mclk-fs = <128>; mclk-fs = <128>;
...@@ -41,7 +44,8 @@ codec { ...@@ -41,7 +44,8 @@ codec {
}; };
}; };
simple-audio-card,dai-link1 { simple-audio-card,dai-link@1 {
reg = <1>;
/* DAC */ /* DAC */
format = "i2s"; format = "i2s";
mclk-fs = <256>; mclk-fs = <256>;
...@@ -55,7 +59,8 @@ codec { ...@@ -55,7 +59,8 @@ codec {
}; };
}; };
simple-audio-card,dai-link2 { simple-audio-card,dai-link@2 {
reg = <2>;
/* SPDIF */ /* SPDIF */
format = "left_j"; format = "left_j";
mclk-fs = <128>; mclk-fs = <128>;
......
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