From patchwork Thu Dec 23 12:24:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Stein X-Patchwork-Id: 12698192 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 17629C433EF for ; Thu, 23 Dec 2021 12:25:52 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 74F9518E5; Thu, 23 Dec 2021 13:25:00 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 74F9518E5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1640262350; bh=rI5U0oxlsGILlgkeLQNzOew03m2c8hlO03rGrNOreIw=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=pTXlVc0ZPFo9hofZud/qozcuZ/W+OknKtyGqusDvoWOXI9j67aWdqsLXJiZAgHcf+ N2MEGGDqmPxYEz+dFmzHPFYGOpEql2+RcV4cxgnBmwU6HL8jjMoxMLs9ie2EXGOmA9 ChHpb+j1KGSz933ITFLmkekw+FdIFU7ek+05gauQ= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id EA3DCF80115; Thu, 23 Dec 2021 13:24:59 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 4D493F8011C; Thu, 23 Dec 2021 13:24:59 +0100 (CET) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 6E112F80084 for ; Thu, 23 Dec 2021 13:24:52 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 6E112F80084 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=mailbox.org header.i=@mailbox.org header.b="EdkT3Ai/" Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4JKTsc0526zQkmF; Thu, 23 Dec 2021 13:24:52 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1640262290; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cT0+wkDSDPtvc62/fafJm4zxOwD0FjNk79FqTIHSZUc=; b=EdkT3Ai/3oRON67p9O6FnP8hcQRhdlF903+JNWGXDyBk3YMd4EJZt54Z9yt2Oxd0tg0LDc Pv8hQlv6w054RDAKsdmVdMMXIQbdRuyaGEKHL1DNYhbC1g/Pv4SBQfLS3nF4gXRxiEqfBr 5m5Aomp/c68ekiSJDaLBvpnTcOD19c5ZZCDHiQrU6soHU8KahUdqUYknF1PPsv4c3w6iZo 0n+01YE7CDOdsDJHDhGhef7mFgfCkkcds6p6lRdsS0LeOHBmJ6e3ZBzYYOjXqOrrJZ4qRM pCl+1EiBAA512Px/HqdsYkmNTrcWcNflAJ4eznRqQq/wnjsE1m8GPLkT+6jeow== From: Alexander Stein To: Jerome Brunet , Liam Girdwood , Mark Brown , Rob Herring , Neil Armstrong , David Airlie , Daniel Vetter , Kevin Hilman , Martin Blumenstingl Subject: [PATCH 1/3] dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property Date: Thu, 23 Dec 2021 13:24:32 +0100 Message-Id: <20211223122434.39378-2-alexander.stein@mailbox.org> In-Reply-To: <20211223122434.39378-1-alexander.stein@mailbox.org> References: <20211223122434.39378-1-alexander.stein@mailbox.org> MIME-Version: 1.0 Cc: Alexander Stein , devicetree@vger.kernel.org, alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" This is used in meson-gx and meson-g12. Add the property to the binding. This fixes the dtschema warning: hdmi-tx@c883a000: 'sound-name-prefix' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Alexander Stein Acked-by: Neil Armstrong --- .../devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml index cf5a208f2f10..343598c9f473 100644 --- a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml +++ b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml @@ -10,6 +10,9 @@ title: Amlogic specific extensions to the Synopsys Designware HDMI Controller maintainers: - Neil Armstrong +allOf: + - $ref: /schemas/sound/name-prefix.yaml# + description: | The Amlogic Meson Synopsys Designware Integration is composed of - A Synopsys DesignWare HDMI Controller IP @@ -99,6 +102,8 @@ properties: "#sound-dai-cells": const: 0 + sound-name-prefix: true + required: - compatible - reg From patchwork Thu Dec 23 12:24:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Stein X-Patchwork-Id: 12698193 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 7B40FC433F5 for ; Thu, 23 Dec 2021 12:26:28 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 821391903; Thu, 23 Dec 2021 13:25:36 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 821391903 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1640262386; bh=D7QT6gXdIJ3sYvHPiFxnrMpZADWAIksjSOxddnkbyfQ=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=cCJBQlAWgsmbCaz6hIVZW3DXQp6GY4WUEiod2t8GxEf3tjtl6wfCNuB96C31hUzqI 3ZEtAoNQFA6wwi+M6d4V9y/00NGQPn6RZhaoXcOBZYmDBfKU9AZhEvJOEhYeZRUNpS +h5wRTpFufeBj/xIbmu90Tp6jLrSWxKiYbI0pI2M= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id A6FB1F80153; Thu, 23 Dec 2021 13:25:03 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 7E705F804E4; Thu, 23 Dec 2021 13:25:01 +0100 (CET) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [IPv6:2001:67c:2050::465:202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 6C2AAF800AF for ; Thu, 23 Dec 2021 13:24:55 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 6C2AAF800AF Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=mailbox.org header.i=@mailbox.org header.b="VIRqxw5N" Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4JKTsd40GjzQkrd; Thu, 23 Dec 2021 13:24:53 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1640262291; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HjwPJdMHf6u0MIrRtPJF8DBrqHmz6TRzLG2dXdc93sM=; b=VIRqxw5NCm/6nLSgAIfG//81M4itzChAV8Sv1WpiS+KS374a+kyNMDA0CxNU9IvDGYGB3W YdAKSvZubvbXAZnEPbq5txMBlM+jXdTv24wVI464K9zbQ6+u1udEckpameyQBT8cNVqcvm 154CnVv34pJU94Osy0uGHP2+qxDZKOzd8Y5XGfyDgV70VfPQxBYBPlwzuu8pN0YsPbqTuI KxFp0EdVKD78yIDiYqVKcPAYp6aLciTJQfVtuSha2ALVE3gZLqjgUvVX35EF4zAwqAHwWh edkKXT5aknAHxVO+b8GnvH6tjrx0DS4WBQfy4u0Rcx6zZJR2Jbt/sCEGrAQf/w== From: Alexander Stein To: Jerome Brunet , Liam Girdwood , Mark Brown , Rob Herring , Neil Armstrong , David Airlie , Daniel Vetter , Kevin Hilman , Martin Blumenstingl Subject: [PATCH 2/3] ASoC: dt-bindings: spdif-dit: add missing sound-name-prefix property Date: Thu, 23 Dec 2021 13:24:33 +0100 Message-Id: <20211223122434.39378-3-alexander.stein@mailbox.org> In-Reply-To: <20211223122434.39378-1-alexander.stein@mailbox.org> References: <20211223122434.39378-1-alexander.stein@mailbox.org> MIME-Version: 1.0 Cc: Alexander Stein , devicetree@vger.kernel.org, alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" This is used in meson-axg, meson-g12 and meson-gx. Add the property to the binding. This fixes the dtschema warning: audio-codec-0: 'sound-name-prefix' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Alexander Stein --- Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml b/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml index c6b070e1d014..a4f9257e313d 100644 --- a/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml +++ b/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml @@ -9,6 +9,9 @@ title: Dummy SPDIF Transmitter Device Tree Bindings maintainers: - Mark Brown +allOf: + - $ref: name-prefix.yaml# + properties: compatible: const: linux,spdif-dit @@ -16,6 +19,8 @@ properties: "#sound-dai-cells": const: 0 + sound-name-prefix: true + required: - "#sound-dai-cells" - compatible From patchwork Thu Dec 23 12:24:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Stein X-Patchwork-Id: 12698195 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 75833C433EF for ; Thu, 23 Dec 2021 12:26:59 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id BBB6018FD; Thu, 23 Dec 2021 13:26:07 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz BBB6018FD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1640262417; bh=LXX3MFVqexxT0uUsfagwo+4AZS+2/jKu1QZcGiXfkEw=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=r5lNJGmQ6eSfU0eTeYjYKGUm4UM+4IVy7OCFqRo7TU5ud21d2Z0DO820ibFhjGuzl Dt4IwpFPSNJ6zg9AtoL+TmSBEFlV98tw8z5RR4Jbu6uzo/UEASOCv/cHmerB16hCX0 8kaKuwT6yrpeRtxza0ea+vSE+9E9RaWVlmU05T9U= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 26FF7F804FB; Thu, 23 Dec 2021 13:25:08 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 1773AF8011C; Thu, 23 Dec 2021 13:25:05 +0100 (CET) Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [IPv6:2001:67c:2050::465:101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 0738FF8011C for ; Thu, 23 Dec 2021 13:24:56 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 0738FF8011C Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=mailbox.org header.i=@mailbox.org header.b="pBEv7ALi" Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4JKTsf5kkFzQlMr; Thu, 23 Dec 2021 13:24:54 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1640262292; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8AJpoRdexrnOtBRI2pfsPR3ucnnbUQrgNa/5ZNXlnTw=; b=pBEv7ALiG6Hg1wxHFU+oU6uBhU51v7lwcvW3Rkap/aFAesWIN7GDgAL8AlON5cYrj2k9AD dKLysegDxC3ZQozdGI6yC0dXZb4tIengZ7xk/5we8n9/hHu8d6g2xaKdydhgYsRQtxiFPb Dn5D0byw8ImsqMkGoWspgtj+Cg/44uhpi+l/F+gXLYJYbI7G8rnnhzgIAxrK+NIQEbPBuq 657lc9ckNInGEdt99GeoJNprbBYs5luLpQoKR+USAa7sbs676IP1rVd47YTiyLyKL2Vdpl g0aJnmf5H35IIAjfdRDINN8XtUlPle+11RnzjF5dp8fd3LCoFvGNFnuK9PqntA== From: Alexander Stein To: Jerome Brunet , Liam Girdwood , Mark Brown , Rob Herring , Neil Armstrong , David Airlie , Daniel Vetter , Kevin Hilman , Martin Blumenstingl Subject: [PATCH 3/3] ASoC: dt-bindings: aiu: spdif-dit: add missing sound-name-prefix property Date: Thu, 23 Dec 2021 13:24:34 +0100 Message-Id: <20211223122434.39378-4-alexander.stein@mailbox.org> In-Reply-To: <20211223122434.39378-1-alexander.stein@mailbox.org> References: <20211223122434.39378-1-alexander.stein@mailbox.org> MIME-Version: 1.0 Cc: Alexander Stein , devicetree@vger.kernel.org, alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" This is used in meson-gx. Add the property to the binding. This fixes the dtschema warning: audio-controller@5400: 'sound-name-prefix' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Alexander Stein --- Documentation/devicetree/bindings/sound/amlogic,aiu.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml b/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml index f50558ed914f..0705f91199a0 100644 --- a/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml +++ b/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml @@ -9,6 +9,9 @@ title: Amlogic AIU audio output controller maintainers: - Jerome Brunet +allOf: + - $ref: name-prefix.yaml# + properties: $nodename: pattern: "^audio-controller@.*" @@ -65,6 +68,8 @@ properties: resets: maxItems: 1 + sound-name-prefix: true + required: - "#sound-dai-cells" - compatible