From patchwork Thu Jun 27 09:52:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shengjiu Wang X-Patchwork-Id: 13714097 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 59D23C2BD09 for ; Thu, 27 Jun 2024 10:11:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:To: From:Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=5hJaxkBHWAucrh6hJ6JtLr7kM2M6RLenCpy+ziOnxJA=; b=Gf4xbCp5tESyjWX/m+8qaf6IGP VhSepmCkRhP7RxqtCBOtxVgLc23KMexfdP/imjN96f18wng13CebKE6QECB7dMjK/sW+CSKTourTn 7p/YoMVAsRCkviYHuZhQAoZGgXxTA4ejVCgob9AzIXO/jZBIIikturKWc30l3cWQXgSc5oMHUGXh7 FyLM2W6uZ75MOqJMMTvbEYLru0fOQE+JjTVquM3s2iz0lnUdWIWwko3/T8lnotRLvb0/oRPisMq3H T6yCHjAeQOz21a8JGh47qkMA9OSq68EDtMfaro4NPBxdXgUeEi37rVdOi2nWBYZY61QekQfdeM9Un NnIcIreg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMm67-00000009tTK-0QiG; Thu, 27 Jun 2024 10:11:23 +0000 Received: from inva020.nxp.com ([92.121.34.13]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMm5P-00000009tBl-3K1j for linux-arm-kernel@lists.infradead.org; Thu, 27 Jun 2024 10:10:53 +0000 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id A22D61A19DE; Thu, 27 Jun 2024 12:10:32 +0200 (CEST) Received: from aprdc01srsp001v.ap-rdc01.nxp.com (aprdc01srsp001v.ap-rdc01.nxp.com [165.114.16.16]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 6A49F1A0868; Thu, 27 Jun 2024 12:10:32 +0200 (CEST) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by aprdc01srsp001v.ap-rdc01.nxp.com (Postfix) with ESMTP id 8D872180222F; Thu, 27 Jun 2024 18:10:30 +0800 (+08) From: Shengjiu Wang To: lgirdwood@gmail.com, broonie@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, shengjiu.wang@gmail.com, linux-sound@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 0/3] arm64: dts: imx8mp: add audio XCVR sound card Date: Thu, 27 Jun 2024 17:52:58 +0800 Message-Id: <1719481981-4069-1-git-send-email-shengjiu.wang@nxp.com> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240627_031040_467408_B9C798CF X-CRM114-Status: UNSURE ( 5.72 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add audio XCVR sound card, which support SPDIF TX & RX, eARC RX and ARC RX. changes in v2: - use minItems:3 for i.MX8MP and update example Shengjiu Wang (3): ASoC: dt-bindings: fsl,xcvr: Adjust the number of interrupts arm64: dts: imx8mp: Add audio XCVR device node arm64: dts: imx8mp-evk: Add audio XCVR sound card .../devicetree/bindings/sound/fsl,xcvr.yaml | 11 +++++--- arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 27 +++++++++++++++++++ arch/arm64/boot/dts/freescale/imx8mp.dtsi | 26 ++++++++++++++++++ 3 files changed, 61 insertions(+), 3 deletions(-)