This series enables audio output support for the Genio 700 EVK board. Patches 1-4 do the required binding and DT changes, and patch 5 describes the audio DT nodes to get audio output working on the two audio jacks, Earphone and Speaker, present on the board. The standalone fix in [1] is required in addition to this series in order to get the sound card probing. [1] https://lore.kernel.org/all/20241203-mt8188-6359-unhardcode-dmic-v1-1-346e3e5cbe6d@xxxxxxxxxxxxx Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> --- Nícolas F. R. A. Prado (5): arm64: dts: mt6359: Add #sound-dai-cells property ASoC: dt-bindings: mediatek,mt8188-mt6359: Add compatible for mt8390 evk ASoC: dt-bindings: mediatek,mt8188-mt6359: Add DSP properties ASoC: dt-bindings: mediatek,mt8188-mt6359: Allow DL_SRC/UL_SRC dai-links arm64: dts: mediatek: mt8390-genio-700-evk: Add sound output support .../bindings/sound/mediatek,mt8188-mt6359.yaml | 26 ++++++++--- arch/arm64/boot/dts/mediatek/mt6359.dtsi | 1 + .../boot/dts/mediatek/mt8390-genio-700-evk.dts | 50 ++++++++++++++++++++++ 3 files changed, 72 insertions(+), 5 deletions(-) --- base-commit: b852e1e7a0389ed6168ef1d38eb0bad71a6b11e8 change-id: 20241204-genio700-audio-output-fba8f2ebad10 Best regards, -- Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>