ARM: dts: exynos: Add support for secondary DAI to Odroid XU3 54/197854/5
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 12 Feb 2019 18:03:41 +0000 (19:03 +0100)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 4 Mar 2019 17:05:33 +0000 (18:05 +0100)
This patch extends DAPM routing and adds secondary CPU DAI entry
to support the secondary audio PCM interface on Odroid XU3.

Change-Id: I2efb8eca9418554482194a2c54aa6b6ca674d5c2
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi

index fe4d8ef..15b1e9f 100644 (file)
@@ -27,7 +27,9 @@
                        "Headphone Jack", "MICBIAS",
                        "IN1", "Headphone Jack",
                        "Speakers", "SPKL",
-                       "Speakers", "SPKR";
+                       "Speakers", "SPKR",
+                       "I2S Playback", "Mixer DAI TX",
+                       "HiFi Playback", "Mixer DAI TX";
 
                assigned-clocks = <&i2s0 CLK_I2S_RCLK_SRC>,
                                <&clock CLK_MOUT_EPLL>,
@@ -57,7 +59,7 @@
                                <196608000>;
 
                cpu {
-                       sound-dai = <&i2s0 0>;
+                       sound-dai = <&i2s0 0>, <&i2s0 1>;
                };
                codec {
                        sound-dai = <&hdmi>, <&max98090>;