Commit a691acab authored by Samuel Holland's avatar Samuel Holland Committed by Maxime Ripard

ARM: dts: sun8i-a33: Allow using multiple codec DAIs

Increase #sound-dai-cells on the digital codec to allow using the other
DAIs provided by the codec for AIF2 and AIF3.
Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210430035859.3487-3-samuel@sholland.org
parent d88834bf
...@@ -198,7 +198,7 @@ simple-audio-card,cpu { ...@@ -198,7 +198,7 @@ simple-audio-card,cpu {
}; };
link_codec: simple-audio-card,codec { link_codec: simple-audio-card,codec {
sound-dai = <&codec>; sound-dai = <&codec 0>;
}; };
}; };
...@@ -238,7 +238,7 @@ dai: dai@1c22c00 { ...@@ -238,7 +238,7 @@ dai: dai@1c22c00 {
}; };
codec: codec@1c22e00 { codec: codec@1c22e00 {
#sound-dai-cells = <0>; #sound-dai-cells = <1>;
compatible = "allwinner,sun8i-a33-codec"; compatible = "allwinner,sun8i-a33-codec";
reg = <0x01c22e00 0x400>; reg = <0x01c22e00 0x400>;
interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
......
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