From patchwork Fri Apr 12 03:56:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shengjiu Wang X-Patchwork-Id: 13626869 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 51702C04FF8 for ; Fri, 12 Apr 2024 05:18: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: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:To: From:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=hO5NsbJ2qCAy4VGUYA27O8Dd2mrCYC7LhhLwC5e2hGM=; b=cFkCU7acIUQj/C CMmRVuUMOlaP4bBFT2UBTsNiq0e4ZnixSZqMlUupf2Wjr6AZxTcab7msT1nGSIKZRYTbuy4msisJC 0d3b6HJegd3KJtMX1aKD10W1x9oUJzZroqvcZFUNxcOhde5vA4Vnod8s+2PvDGWslMcxT94SCcsHu 57zf+yVgCsJCggX/2ETI/t8DhNj94FRIFIuLO9aVTGnXIhsBaulLRNNyCYWCjfMvZ4zsfDkk7VlGF YMrHAOFmI1TlAAxoYzj8oeBUPStFbMYuwCZTxiiPFoJ/DG9pVP+XjXnUDX25gq6OQi48PuNHZm6qC j/n9Eums4cX4qAed0c5Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rv9JF-0000000FNFY-3XB5; Fri, 12 Apr 2024 05:18:45 +0000 Received: from inva021.nxp.com ([92.121.34.21]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rv8JO-0000000FChi-1Tr9 for linux-arm-kernel@lists.infradead.org; Fri, 12 Apr 2024 04:14:56 +0000 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id AE6922003B8; Fri, 12 Apr 2024 06:14:46 +0200 (CEST) Received: from aprdc01srsp001v.ap-rdc01.nxp.com (aprdc01srsp001v.ap-rdc01.nxp.com [165.114.16.16]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 770E0200383; Fri, 12 Apr 2024 06:14:46 +0200 (CEST) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by aprdc01srsp001v.ap-rdc01.nxp.com (Postfix) with ESMTP id 9D1F0181D0E5; Fri, 12 Apr 2024 12:14:44 +0800 (+08) From: Shengjiu Wang To: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.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 v5 0/2] convert imx-audio-spdif.txt to YAML Date: Fri, 12 Apr 2024 11:56:50 +0800 Message-Id: <1712894212-32283-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-20240411_211450_664967_D3293446 X-CRM114-Status: UNSURE ( 8.70 ) 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org convert imx-audio-spdif.txt to YAML changes in v5: - fix typos in second commit message changes in v4: - change the enmu to const - add more comments in commit message for second patch changes in v3: - change file name to fsl,imx-audio-spdif.yaml - change example name back to sound-spdif - exchange the fallback and specific compatible string - update anyOf content changes in v2: - change file name to imx-spdif.yaml - remove | - add anyof for spdif-in and spdif-out requirement - change example name to sound Shengjiu Wang (2): ASoC: dt-bindings: imx-audio-spdif: convert to YAML ARM: dts: imx6: exchange fallback and specific compatible string .../bindings/sound/fsl,imx-audio-spdif.yaml | 66 +++++++++++++++++++ .../bindings/sound/imx-audio-spdif.txt | 36 ---------- .../boot/dts/nxp/imx/imx6qdl-sabreauto.dtsi | 4 +- arch/arm/boot/dts/nxp/imx/imx6sx-sdb.dtsi | 4 +- 4 files changed, 70 insertions(+), 40 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/fsl,imx-audio-spdif.yaml delete mode 100644 Documentation/devicetree/bindings/sound/imx-audio-spdif.txt