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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS 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 BF954C433DF for ; Thu, 28 May 2020 21:09:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9706520B80 for ; Thu, 28 May 2020 21:09:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590700170; bh=8duFg10Z/WnUMgpUUomO+Cr+4XIVEyIf3Ff41CJuD3M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=KwVb3j4P5p/yidOPPNqtqk6PU5c+AnM3TqNfQu6UzxnYwh/UFNAfJ0sjfMnfQC+if PIB/4PiyNQWufA7D+VTOjH2noF7PLxzmQzroj5W1giPezsabXFJPwUW+bcdqkCNfB9 WYTMXULyizSIYRirUZj4RxxX+IleawvG5Sk63wlU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407482AbgE1VJ3 (ORCPT ); Thu, 28 May 2020 17:09:29 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:43615 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407447AbgE1VJ1 (ORCPT ); Thu, 28 May 2020 17:09:27 -0400 Received: by mail-io1-f66.google.com with SMTP id h10so31770695iob.10; Thu, 28 May 2020 14:09:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=KmIOS5+GLvB/B5GJpxQI/Z/o0HmmZcFrKSOs+Nw0Guc=; b=OzeXvcVa9aNFjs4H25nx+bfRAXBTD7COEjffdNjpdUzMbTwpBQb+RbU7TWMt8TE2nx HcdFA2v+tPce/YhcRa2+SE4JiSYqUuG9wFRWaM2hqIAX+VY4B8MJP9qzCmNByfMXfoqt rq3ZjwqIhmtXJCSU7IWw0k97AYUx4njCBaNeAhEBpbEC5wIamnuEUm3gmm1b0lPCzjSN K1+L++A25SmwELojHqWII9WtIhNLRYmVMaD7yvXcpKM/iN/9xS8hrHeUIm3ioERUXmzC 4bwUQDaR4t8rXZ5vn5Y6ijnGwZdjNp2peRto2mGhfdl3yz8hcRP+/4xSQ0UXpZg0wl1q k/Uw== X-Gm-Message-State: AOAM532WCKZJ4jWTRVhlhewIokGR0IIj8tXwv9UgDTukIVa0tuWFZWlH J7i3oqrjfcMW4dhekQZFbw== X-Google-Smtp-Source: ABdhPJwgg174nsCuH+GseZ1yw5yXHdsR4u58wuHIZZnGe+eA2BMeqn5nERsGpQqZuBRBeAM1t6iL9w== X-Received: by 2002:a5d:8045:: with SMTP id b5mr3914065ior.16.1590700166890; Thu, 28 May 2020 14:09:26 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id s2sm3650740ilj.29.2020.05.28.14.09.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 14:09:26 -0700 (PDT) Received: (nullmailer pid 688065 invoked by uid 1000); Thu, 28 May 2020 21:09:25 -0000 Date: Thu, 28 May 2020 15:09:25 -0600 From: Rob Herring To: Geert Uytterhoeven Cc: Kuninori Morimoto , Mark Brown , alsa-devel@alsa-project.org, Rob Herring , Liam Girdwood , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] ASoC: fsi: Add missing properties to DT bindings Message-ID: <20200528210925.GA687765@bogus> References: <20200519075858.27869-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200519075858.27869-1-geert+renesas@glider.be> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 19 May 2020 09:58:58 +0200, Geert Uytterhoeven wrote: > make dtbs_check: > > 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]+' > > Fix this by documenting the missing properties. > Update the example to match reality. > While at it, improve the document title, and comment the various > compatible values with the corresponding SoC names. > > Fixes: 7f464532b05dadc8 ("dt-bindings: Add missing 'additionalProperties: false'") > Fixes: 2f52475bac7e1572 ("ASoC: fsi: switch to yaml base Documentation") > Signed-off-by: Geert Uytterhoeven > --- > For a clean "make dtbs_check", this depends on "ARM: dts: sh73a0: Add > missing clocks to sound node" > (http://lore.kernel.org/r/20200519075525.24742-1-geert+renesas@glider.be). > --- > .../bindings/sound/renesas,fsi.yaml | 29 +++++++++++++++---- > 1 file changed, 23 insertions(+), 6 deletions(-) > Applied, thanks! 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=-4.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 80168C433DF for ; Thu, 28 May 2020 21:10:29 +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 10AE220663 for ; Thu, 28 May 2020 21:10:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="Yer3tMpA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 10AE220663 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 6BBFC1797; Thu, 28 May 2020 23:09:37 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 6BBFC1797 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1590700227; bh=8duFg10Z/WnUMgpUUomO+Cr+4XIVEyIf3Ff41CJuD3M=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Yer3tMpAzanlpcnQsRvR4s/D4wPVRi4An3v8rH/DttEqoN1B1kvolrorhoIJniTj6 ksKQ21kfUUsWCgZWBV5CRF2on8OWNwx7nw+0cmFDfl93UnHda0DScSNVvbRTNKaFDe nEyNdP/sE+8FY3Pp4QV5CzhJ7wNCwbducDTwhRU4= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id D4E86F80107; Thu, 28 May 2020 23:09:36 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 30505F80150; Thu, 28 May 2020 23:09:35 +0200 (CEST) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 1C14DF80107 for ; Thu, 28 May 2020 23:09:28 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 1C14DF80107 Received: by mail-io1-f68.google.com with SMTP id d5so3504ios.9 for ; Thu, 28 May 2020 14:09:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=KmIOS5+GLvB/B5GJpxQI/Z/o0HmmZcFrKSOs+Nw0Guc=; b=fh+AMVcR3Z6LZvIGiKM2Ws7+bp2FpvtnVImRbGbvpBkxQoj8Xb/5g5Hxn/fsiQW/hP dHwit3442PuA82MNo0mQAzsbbbI7+M3pRUpThaOzEqN9p7XuA5o561tnHiHTNQb8c81D SZ24hvBSGfcQjB4H8Fm/ewa6j2dk5wODzZLgriMVsfpjf32jaPCXWWNrgY2PnrriCyY/ inLoh8OCc+t5rH93FyF2LzV5yAIhXyXrJyRBOPsymx53aDW1jtse7SbZbC1Nh+pKHGjK PENvg2+6QoAe2FXLJfspUhWnoA4QVcRaBT8Btkf+1P9Oqm1HgUr9TY/ROTVK/w+Jgkat xe+A== X-Gm-Message-State: AOAM531KjER3Z8gIUkXjt27loLeU8rINfeil7uR3O4mUhzkcgDaggDNC aQF1HJgZ++ErWfPrGDiELA== X-Google-Smtp-Source: ABdhPJwgg174nsCuH+GseZ1yw5yXHdsR4u58wuHIZZnGe+eA2BMeqn5nERsGpQqZuBRBeAM1t6iL9w== X-Received: by 2002:a5d:8045:: with SMTP id b5mr3914065ior.16.1590700166890; Thu, 28 May 2020 14:09:26 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id s2sm3650740ilj.29.2020.05.28.14.09.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 14:09:26 -0700 (PDT) Received: (nullmailer pid 688065 invoked by uid 1000); Thu, 28 May 2020 21:09:25 -0000 Date: Thu, 28 May 2020 15:09:25 -0600 From: Rob Herring To: Geert Uytterhoeven Subject: Re: [PATCH] ASoC: fsi: Add missing properties to DT bindings Message-ID: <20200528210925.GA687765@bogus> References: <20200519075858.27869-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200519075858.27869-1-geert+renesas@glider.be> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Kuninori Morimoto , Mark Brown , 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" On Tue, 19 May 2020 09:58:58 +0200, Geert Uytterhoeven wrote: > make dtbs_check: > > 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]+' > > Fix this by documenting the missing properties. > Update the example to match reality. > While at it, improve the document title, and comment the various > compatible values with the corresponding SoC names. > > Fixes: 7f464532b05dadc8 ("dt-bindings: Add missing 'additionalProperties: false'") > Fixes: 2f52475bac7e1572 ("ASoC: fsi: switch to yaml base Documentation") > Signed-off-by: Geert Uytterhoeven > --- > For a clean "make dtbs_check", this depends on "ARM: dts: sh73a0: Add > missing clocks to sound node" > (http://lore.kernel.org/r/20200519075525.24742-1-geert+renesas@glider.be). > --- > .../bindings/sound/renesas,fsi.yaml | 29 +++++++++++++++---- > 1 file changed, 23 insertions(+), 6 deletions(-) > Applied, thanks!