Skip to content

Commit 885b005

Browse files
Sylwester Nawrockikrzk
authored andcommitted
ARM: dts: exynos: Add support for secondary DAI to Odroid XU3
This patch extends DAPM routing and adds secondary CPU DAI entry to support the secondary audio PCM interface on Odroid XU3. Signed-off-by: Sylwester Nawrocki <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 4dc185c commit 885b005

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"Headphone Jack", "MICBIAS",
2525
"IN1", "Headphone Jack",
2626
"Speakers", "SPKL",
27-
"Speakers", "SPKR";
27+
"Speakers", "SPKR",
28+
"I2S Playback", "Mixer DAI TX",
29+
"HiFi Playback", "Mixer DAI TX";
2830

2931
assigned-clocks = <&clock CLK_MOUT_EPLL>,
3032
<&clock CLK_MOUT_MAU_EPLL>,
@@ -51,7 +53,7 @@
5153
<196608000>;
5254

5355
cpu {
54-
sound-dai = <&i2s0 0>;
56+
sound-dai = <&i2s0 0>, <&i2s0 1>;
5557
};
5658
codec {
5759
sound-dai = <&hdmi>, <&max98090>;

0 commit comments

Comments
 (0)