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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 0F64AC55178 for ; Fri, 6 Nov 2020 16:17:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9FC1F22202 for ; Fri, 6 Nov 2020 16:17:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604679454; bh=Kb4BTU2FkcyjO5R5l+AmRLTJ+JZdgi8nFoZJCdzU8Ys=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=C390ib28TCNXODp7FW77cPSmnY3XgEAvRitgPPhNIP6BXb5dExZx36d2D7XZ4pI5t 4GBD902cvB1Ji0s92gVysD9vr/OTaWucMyvK4htOxXQ0wQ6+ox1npu6Xn+zp/bsf/2 fC8fNqkXEZi8Pr53VlQhgn4Arpuycjl0wAcWsisY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727095AbgKFQRe (ORCPT ); Fri, 6 Nov 2020 11:17:34 -0500 Received: from mail-oi1-f193.google.com ([209.85.167.193]:46702 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725875AbgKFQRd (ORCPT ); Fri, 6 Nov 2020 11:17:33 -0500 Received: by mail-oi1-f193.google.com with SMTP id q206so1823226oif.13; Fri, 06 Nov 2020 08:17:32 -0800 (PST) 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=WhNIeGRJTGUy5TIPo/bLFio0vUxrOA2JUyr+eH9gH1I=; b=FNEzD2lq6lmU1OsZikb/N+jZ91jonBi7MzeTd/r8gf+6+E1WSvLZ9l1DpncDDBVeB9 EB8pL5LVjemvldAULJwEfWtdGFSTcdLNTw8BJLfgTqLZhVBn+9wOaz6nfKLEbQoMKM9j uYR3CiUOkp0Ahg8eBK2DGDubNUx+V63FJcjiJvFwwZ9uThh9rXHr9j9srJANrpgsWB/p kMILJRFD9dccgbAecVqwJH/zi0oEGg00yqyzV/GjaSqIEK9xnoqTNrRm4IdEuIw8Ib+x dOQwrVwEdqtpJOnXih5vGzX7P4yzooea1uRMUhiEracALjf4bZKIX3LDHKm8YU1FyF2v iVXg== X-Gm-Message-State: AOAM533h0CUg1R2Djs1NghWwB36P1Y36Akz0ukAFSDdX5ndGU+Yp9LC4 UmB9p7VRGVx1ygk29rHtXg== X-Google-Smtp-Source: ABdhPJxuxAPTWUVzp/R/MIuKz3b7AtavlWQ3e1kc3Zhr+6Ge6ZUtHLXtMitxwZMkKAtGDve0fOfH8w== X-Received: by 2002:a54:4199:: with SMTP id 25mr1468238oiy.50.1604679452378; Fri, 06 Nov 2020 08:17:32 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 8sm360326oii.45.2020.11.06.08.17.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 08:17:31 -0800 (PST) Received: (nullmailer pid 3298774 invoked by uid 1000); Fri, 06 Nov 2020 16:17:30 -0000 Date: Fri, 6 Nov 2020 10:17:30 -0600 From: Rob Herring To: Alexandru Ardelean Cc: lars@metafoo.de, broonie@kernel.org, lgirdwood@gmail.com, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, bogdan.togorean@analog.com, devicetree@vger.kernel.org, robh+dt@kernel.org Subject: Re: [PATCH] dt-bindings: adau1977: convert text binding to yaml format Message-ID: <20201106161730.GA3298561@bogus> References: <20201106102052.32582-1-alexandru.ardelean@analog.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201106102052.32582-1-alexandru.ardelean@analog.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 06 Nov 2020 12:20:52 +0200, Alexandru Ardelean wrote: > This change converts the old device-tree binding for ADAU1977 from text > format to the new yaml format. > > Signed-off-by: Alexandru Ardelean > --- > .../bindings/sound/adi,adau1977.txt | 61 --------------- > .../bindings/sound/adi,adau1977.yaml | 77 +++++++++++++++++++ > 2 files changed, 77 insertions(+), 61 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/adi,adau1977.txt > create mode 100644 Documentation/devicetree/bindings/sound/adi,adau1977.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Error: Documentation/devicetree/bindings/sound/adi,adau1977.example.dts:28.37-38 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/sound/adi,adau1977.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1364: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1395607 The base for the patch is generally the last rc1. Any dependencies should be noted. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. 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=-7.0 required=3.0 tests=BAYES_00,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 48EBDC2D0A3 for ; Fri, 6 Nov 2020 16:18:35 +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 9461822202 for ; Fri, 6 Nov 2020 16:18:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="W6+BmhIp" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9461822202 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 F251D1684; Fri, 6 Nov 2020 17:17:41 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz F251D1684 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1604679512; bh=Kb4BTU2FkcyjO5R5l+AmRLTJ+JZdgi8nFoZJCdzU8Ys=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=W6+BmhIp+g3KEbDY9YBcb3BEiiOfN1ATy5hFPb8N9x1UZHQNZ1dFvc8DdRgk4aNsU 7a7SfmEU2M4PxSjyqc8e0Y0tPxJkMmWqrwUdrDb3l4n2o2w7t/cbe0dM5rOOXl9AXr ui87bUI0RYatd0RH4J0LG217zaUR9vs2Sk/y/gKc= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 91FFDF80232; Fri, 6 Nov 2020 17:17:41 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 5B620F80234; Fri, 6 Nov 2020 17:17:40 +0100 (CET) Received: from mail-oi1-f195.google.com (mail-oi1-f195.google.com [209.85.167.195]) (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 932F9F800BA for ; Fri, 6 Nov 2020 17:17:33 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 932F9F800BA Received: by mail-oi1-f195.google.com with SMTP id c80so1869767oib.2 for ; Fri, 06 Nov 2020 08:17:33 -0800 (PST) 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=WhNIeGRJTGUy5TIPo/bLFio0vUxrOA2JUyr+eH9gH1I=; b=RKIbmqpMsZEcNFMJ96WI5XOaQhMrVG/V/ljS5tYRjgbWA+DBllgK0gRla5Elwp0Lt9 ToX8jnh8HXj6U4MAchbBniprUMnHX+yhOovfnEJkoVtGmVFOSX1TrYsE9NJFW1qE4LYs PXcya5ci5N4PDplXjNl87luDnuGaKAGM/W1EWZEXrxVUNw2s/JO3O6RyLLy7OF/OHMH2 33lZ9xt8RB/NPDJXIE8e9bWZnZw7akd8icE/vWou50eIk9yq6zj3X2FT+VXwJCr4Fl3p bPF7OK4y1fOS3iTC32bT/WmKWGEEXwihVDrkuA/dbCWHL1wpgVdp8FtP3Of9BeFkF2Nt T8Tg== X-Gm-Message-State: AOAM530zxzNgLQZKkA1ufnUHYeSnzxTAtAhFZJF875iC0S8/idqG6FtR ONfzy26iJ7val4HMFZzTZg== X-Google-Smtp-Source: ABdhPJxuxAPTWUVzp/R/MIuKz3b7AtavlWQ3e1kc3Zhr+6Ge6ZUtHLXtMitxwZMkKAtGDve0fOfH8w== X-Received: by 2002:a54:4199:: with SMTP id 25mr1468238oiy.50.1604679452378; Fri, 06 Nov 2020 08:17:32 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 8sm360326oii.45.2020.11.06.08.17.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 08:17:31 -0800 (PST) Received: (nullmailer pid 3298774 invoked by uid 1000); Fri, 06 Nov 2020 16:17:30 -0000 Date: Fri, 6 Nov 2020 10:17:30 -0600 From: Rob Herring To: Alexandru Ardelean Subject: Re: [PATCH] dt-bindings: adau1977: convert text binding to yaml format Message-ID: <20201106161730.GA3298561@bogus> References: <20201106102052.32582-1-alexandru.ardelean@analog.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201106102052.32582-1-alexandru.ardelean@analog.com> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, lars@metafoo.de, lgirdwood@gmail.com, robh+dt@kernel.org, linux-kernel@vger.kernel.org, broonie@kernel.org, bogdan.togorean@analog.com 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 Fri, 06 Nov 2020 12:20:52 +0200, Alexandru Ardelean wrote: > This change converts the old device-tree binding for ADAU1977 from text > format to the new yaml format. > > Signed-off-by: Alexandru Ardelean > --- > .../bindings/sound/adi,adau1977.txt | 61 --------------- > .../bindings/sound/adi,adau1977.yaml | 77 +++++++++++++++++++ > 2 files changed, 77 insertions(+), 61 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/adi,adau1977.txt > create mode 100644 Documentation/devicetree/bindings/sound/adi,adau1977.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Error: Documentation/devicetree/bindings/sound/adi,adau1977.example.dts:28.37-38 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/sound/adi,adau1977.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1364: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1395607 The base for the patch is generally the last rc1. Any dependencies should be noted. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.