From patchwork Thu Sep 12 01:59:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shengjiu Wang X-Patchwork-Id: 13801240 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 E000FEE57FD for ; Thu, 12 Sep 2024 02:22:46 +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=KwD7wen0tzbEp28WhFb+yYwksvjJ/eIgjOyZzcwLMPU=; b=2ejLzJRhRsssE8aIDM5vO/MXNY Jdpc7ZLVLHcAYb357vlEBjdOOZbTLJYEzoU2mQh778FRaf8ya61GogYt7dAvmQvC7GzWNLDoi/dhZ ippqfx28EXuMwP1QX4txg66AJBPr3onc5LHEmhmYFyEf6hztA5tBJypWdkv2W9OLpss81662Pt4z5 mbv5jALg2gCdZ+JDeU3tpQ6azgKf7euVRnAFbaC1PTMI1mys4pqMngsm4dJYd5ugXv7CAnSeIghpn 84n9zG7QZ8XhtcVdpQOh65QvCX3UBD5z/7xmDpGCdjz/ryvoc9IWgqK1hc6W+EVkfGLvDKc27CFVF 4oQjw7Gg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1soZTh-0000000BbBW-2AhD; Thu, 12 Sep 2024 02:22:37 +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 1soZSc-0000000Batp-2XlY for linux-arm-kernel@lists.infradead.org; Thu, 12 Sep 2024 02:21:31 +0000 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id D828D1A1B12; Thu, 12 Sep 2024 04:21:26 +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 9EE161A0A6D; Thu, 12 Sep 2024 04:21:26 +0200 (CEST) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by aprdc01srsp001v.ap-rdc01.nxp.com (Postfix) with ESMTP id 011B31840308; Thu, 12 Sep 2024 10:21:24 +0800 (+08) From: Shengjiu Wang To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, shengjiu.wang@gmail.com Subject: [PATCH v2 0/3] arm64: dts: imx93-9x9-qsb: Add sound card support Date: Thu, 12 Sep 2024 09:59:38 +0800 Message-Id: <1726106381-1138-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-20240911_192130_801606_1521BF5A X-CRM114-Status: UNSURE ( 6.60 ) 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 sound card support: wm8962 sound card, bt-sco sound card, pdm microphone. changes in v2: - sort by node name Shengjiu Wang (3): arm64: dts: imx93-9x9-qsb: Enable sound-wm8962 sound card arm64: dts: imx93-9x9-qsb: add bt-sco sound card support arm64: dts: imx93-9x9-qsb: Add PDM microphone sound card support .../boot/dts/freescale/imx93-9x9-qsb.dts | 154 ++++++++++++++++++ 1 file changed, 154 insertions(+)