From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63BA8C433DF for ; Tue, 19 May 2020 12:48:15 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id C806E20657 for ; Tue, 19 May 2020 12:48:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="FTu5oDF9"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="taffVJzC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C806E20657 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org 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 372F51759; Tue, 19 May 2020 14:47:23 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 372F51759 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1589892493; bh=Wn7kODNP87IZf6dtuMn2zAhZvTFZFFR+j0VrIcOiyxw=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=FTu5oDF92LX05ly9kC0GlgOMpj1yuwW6ZuHozI9lE8cRH3iZX9/dBeRH+MA8bCyQV oVsY5BeJOzLZeaJclb5szu/I4YG3RlQXYYkjWT2R1L881+9f5kFJwTs+h04tFNUGVA i5GS9djvfW8cA6Ocy5lq2Jput7IjkPTPPbg/rjmo= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id C7D45F80161; Tue, 19 May 2020 14:47:22 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id CE10EF80229; Tue, 19 May 2020 14:47:21 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 5FA0AF80161 for ; Tue, 19 May 2020 14:47:18 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 5FA0AF80161 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="taffVJzC" Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 601DC20657; Tue, 19 May 2020 12:47:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589892436; bh=Wn7kODNP87IZf6dtuMn2zAhZvTFZFFR+j0VrIcOiyxw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=taffVJzCdPeEtwdctDn8/MnZeoZdx+teX9CrwsziO3D/ItvSp4IIOIxW4GbbaBlgr GeU0dkQQy7fcNlDFk9UjAaUdBSzRsPCThsAAhLalYteBisGF00e7Az5Bn53jaHZVMq v6/2FcbM/jmvzuQPnDnkS99JAbwUon6f4iSc0GsA= Date: Tue, 19 May 2020 13:47:14 +0100 From: Mark Brown To: Geert Uytterhoeven Subject: Re: [PATCH] ASoC: fsi: Add missing properties to DT bindings Message-ID: <20200519124714.GA45550@sirena.org.uk> References: <20200519075858.27869-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <20200519075858.27869-1-geert+renesas@glider.be> X-Cookie: Revenge is a form of nostalgia. User-Agent: Mutt/1.10.1 (2018-07-13) Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Kuninori Morimoto , Liam Girdwood , linux-renesas-soc@vger.kernel.org, Rob Herring 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" --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 19, 2020 at 09:58:58AM +0200, Geert Uytterhoeven wrote: > make dtbs_check: >=20 > arch/arm/boot/dts/r8a7740-armadillo800eva.dt.yaml: sound@fe1f0000: '#= sound-dai-cells', 'clocks', 'power-domains' do not match any of the regexes= : 'pinctrl-[0-9]+' This doesn't apply against current code, please check and resend. --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl7D1VEACgkQJNaLcl1U h9DCyAf+Mts3phRcq2EK6k0s7OwrITSyZjBcJSn14GIEgkGBkpkNQr+QPKPL+eo6 idw4I53ebOG/syRplLp/sOLf65GzGWjQOouCjygXM5g6sjIisoKQX8VrRuJLhrf1 V1XUO/SLkgA9So+6fmIib9UamvwkuwnABP2qrjNiKv0ZV9C5wLasbKs34hDYOuVd U5WmBI8JGlRefRLM5NAE1kDVOtMbyM9UWh+t1X7Eoz2dKdObHhavKPiiFqOdqkrD 3+FQ/BiaP5TtCd7Cg72GQcz5iaFORB02pOUT+nf9/804g/hPqxAVKXnuMP2QuRlg +bPQrkcD4c5VhPHNQrQHKdem1jVOEQ== =CChR -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG--