Skip to content

Commit 625c731

Browse files
Sylwester Nawrockikrzk
authored andcommitted
ARM: dts: exynos: Add support for secondary DAI to Odroid XU4
This patch extends DAPM routing and adds secondary CPU DAI entry to support the secondary audio PCM interface on Odroid XU4. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent 885b005 commit 625c731

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/arm/boot/dts/exynos5422-odroidxu4.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
compatible = "samsung,odroid-xu3-audio";
3434
model = "Odroid-XU4";
3535

36+
samsung,audio-routing = "I2S Playback", "Mixer DAI TX";
37+
3638
assigned-clocks = <&clock CLK_MOUT_EPLL>,
3739
<&clock CLK_MOUT_MAU_EPLL>,
3840
<&clock CLK_MOUT_USER_MAU_EPLL>,
@@ -58,7 +60,7 @@
5860
<196608000>;
5961

6062
cpu {
61-
sound-dai = <&i2s0 0>;
63+
sound-dai = <&i2s0 0>, <&i2s0 1>;
6264
};
6365

6466
codec {

0 commit comments

Comments
 (0)