This series enables audio output support for the Genio 700 EVK board. Patch 1 adds the missing #sound-dai-cells property in the MT6359 node as a prerequisite, and patch 2 describes the audio DT nodes to get audio output working on the two audio jacks, Earphone and Speaker, present on the board. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> --- Changes in v2: - Dropped merged/unnecessary patches (2, 3, 4) - Removed unnecessary mediatek,dai-link property - Link to v1: https://lore.kernel.org/r/20241205-genio700-audio-output-v1-0-0e955c78c29e@xxxxxxxxxxxxx --- Nícolas F. R. A. Prado (2): arm64: dts: mt6359: Add #sound-dai-cells property arm64: dts: mediatek: mt8390-genio-700-evk: Add sound output support arch/arm64/boot/dts/mediatek/mt6359.dtsi | 1 + .../boot/dts/mediatek/mt8390-genio-700-evk.dts | 48 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) --- base-commit: d1486dca38afd08ca279ae94eb3a397f10737824 change-id: 20241204-genio700-audio-output-fba8f2ebad10 Best regards, -- Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>