From patchwork Mon Oct 24 22:00:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= X-Patchwork-Id: 617989 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 049B2C67871 for ; Mon, 24 Oct 2022 23:42:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230225AbiJXXmA (ORCPT ); Mon, 24 Oct 2022 19:42:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229950AbiJXXlg (ORCPT ); Mon, 24 Oct 2022 19:41:36 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CE764106A6E; Mon, 24 Oct 2022 15:00:27 -0700 (PDT) Received: from notapiano.myfiosgateway.com (unknown [194.36.25.51]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nfraprado) by madras.collabora.co.uk (Postfix) with ESMTPSA id 91BE2660239F; Mon, 24 Oct 2022 23:00:20 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1666648822; bh=NtMGJEqZV/bhhhU6Mak10T8YkbJeZuq93Ltw2LeDx/0=; h=From:To:Cc:Subject:Date:From; b=iysEC5LQF8tCDhWXCo+bBRGap4iZPdrPXgR5kbGSjQcHMcU2DeBzM7ose8sOIEJZ5 ozgEif9d3HN1bC7hwh+Vd797EollcuX2qxUp06A9/aOFQqrbUSdBBoJsJ3oJFXw2xs Rgm+wkfdbDhkvB1cgOC/76RsAhVLiOGZ0OTUCUo1bzMpTApgPdjql0jN9/055D0Df3 T6vRdgGteqBwF5E0CRlqNJFIsziHSjo6uBf4Ak+wKPNktpdCzK6CJtCo1jnnaFn6RC 9KK6z6RBP1o+dR5sqdMWyFee64OU8fV51bqdBceghtYxjisY8ccImdB2dVAMeXA+mG tdaHMk1O5naoA== From: =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= To: Mark Brown Cc: AngeloGioacchino Del Regno , kernel@collabora.com, =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , Derek Fang , Krzysztof Kozlowski , Liam Girdwood , Rob Herring , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/4] Add missing dt-binding properties to rt5682(s) Date: Mon, 24 Oct 2022 18:00:11 -0400 Message-Id: <20221024220015.1759428-1-nfraprado@collabora.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This series adds the missing sound-dai-cells to rt5682s and supplies for both rt5682s and rt5682. These properties are already used by sc7180-trogdor.dtsi (and derived DTs like sc7180-trogdor-kingoftown.dtsi), so the commits in this series are really just documenting their usage. v1: https://lore.kernel.org/all/20221021190908.1502026-1-nfraprado@collabora.com/ Changes in v2: - Changed sound-dai-cells to 1 on rt5682s - Added commit fixing sound-dai-cells on rt5682 - Added mention to commit messages that properties are already being used by DTs NĂ­colas F. R. A. Prado (4): ASoC: dt-bindings: realtek,rt5682s: Add #sound-dai-cells ASoC: dt-bindings: realtek,rt5682s: Add AVDD and MICVDD supplies ASoC: dt-bindings: rt5682: Set sound-dai-cells to 1 ASoC: dt-bindings: rt5682: Add AVDD, MICVDD and VBAT supplies .../devicetree/bindings/sound/realtek,rt5682s.yaml | 7 +++++++ Documentation/devicetree/bindings/sound/rt5682.txt | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) Reviewed-by: AngeloGioacchino Del Regno Reviewed-by: Chen-Yu Tsai