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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 31BD4C47083 for ; Wed, 2 Jun 2021 20:19:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 070AC613D8 for ; Wed, 2 Jun 2021 20:19:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229467AbhFBUVT (ORCPT ); Wed, 2 Jun 2021 16:21:19 -0400 Received: from mail-ot1-f52.google.com ([209.85.210.52]:34372 "EHLO mail-ot1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229576AbhFBUVS (ORCPT ); Wed, 2 Jun 2021 16:21:18 -0400 Received: by mail-ot1-f52.google.com with SMTP id v27-20020a056830091bb02903cd67d40070so531443ott.1 for ; Wed, 02 Jun 2021 13:19:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=Kwi9AWnAN+pwFBTVSOF2Qq8CG0QbDor+XzQYcS9Q854=; b=FpbpTQIrxB9oZhlrvpZgFGfNdrtCUorKU524FSBMmlfAN3He4AE+XBTDOLjpSFyMJt thkQ8tCcB1+m3TKXIhDP+I8WsWzpE3kB0fk6N3VaoPMbkKz10AcLSpu8xKENIXGi8fnb iTKiFBPCrgjNnre/DTSJA3ZGT5tJs+AYJp5M3foBmzocaxlZzE5M66CJeeSZP5Q7hA6O wuNYxIpXVEAeJpjRiQlCsaDIVfH9cT9T9+5H3JieU/nxnfruF9ISInjeRQr+3bZXj/yL PtyqbNa4QMsEiUWvF7jxXNcejftx5M40K81Y2U85bDEqS0loafD/wrwaBkThYlI3bh6R Cp9A== X-Gm-Message-State: AOAM532lDJgy57a5il+abOa7TwDW3EO+dciXGbu9KvIUFoIh+9JqwLCC 88VRPP/e6NotSuxb7SISeA== X-Google-Smtp-Source: ABdhPJwlXz4WDup6TDdOm5eEPRVmhBR1IeEm9NepD9KP7SskYWN1GWGbzegg8klCg+WGckPTg7ZDMA== X-Received: by 2002:a05:6830:15d8:: with SMTP id j24mr6325923otr.123.1622665174779; Wed, 02 Jun 2021 13:19:34 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id x187sm215221oia.17.2021.06.02.13.19.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Jun 2021 13:19:34 -0700 (PDT) Received: (nullmailer pid 3924524 invoked by uid 1000); Wed, 02 Jun 2021 20:19:33 -0000 From: Rob Herring To: Sinthu Raja Cc: Amarnath MB , Lokesh Vutla , Linux ARM Mailing List , Rob Herring , Tero Kristo , Sinthu Raja , Device Tree Mailing List , Nishanth Menon In-Reply-To: <20210602182237.12632-2-sinthu.raja@ti.com> References: <20210602182237.12632-1-sinthu.raja@ti.com> <20210602182237.12632-2-sinthu.raja@ti.com> Subject: Re: [1/2] dt-bindings: arm: ti: Add bindings for J721E EAIK Date: Wed, 02 Jun 2021 15:19:33 -0500 Message-Id: <1622665173.253924.3924523.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 02 Jun 2021 23:52:36 +0530, Sinthu Raja wrote: > From: Sinthu Raja > > J721E EdgeAI Kit (EAIK) is a low cost, small form factor board designed > for TI’s J721E SoC. > Add DT binding documentation for J721E EAIK > > Signed-off-by: Amarnath MB > Signed-off-by: Sinthu Raja > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 2 ++ > 1 file changed, 2 insertions(+) > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.example.dt.yaml: /: compatible: 'oneOf' conditional failed, one must be fixed: ['ti,j721e'] is too short 'ti,j721e' is not one of ['ti,am654-evm', 'siemens,iot2050-basic', 'siemens,iot2050-advanced'] 'ti,j721e' is not one of ['ti,j721e-eaik'] 'ti,j7200' was expected 'ti,j721e' is not one of ['ti,am642-evm', 'ti,am642-sk'] From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/arm/ti/k3.yaml See https://patchwork.ozlabs.org/patch/1486849 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 89695C4708F for ; Wed, 2 Jun 2021 20:21:18 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 57C70613D7 for ; Wed, 2 Jun 2021 20:21:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 57C70613D7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:Message-Id:Date:Subject:References:In-Reply-To:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=bkWbzJaOrioo9ButynVUvBWmAfuCe1Tf5EsXufz7GsI=; b=ecokLAmw5ssUM7kvksipJI1nuu 13avhr4AdxdzRHb8jXLGgVgCjPn0t1EMnQYDRIBPQTWw2dtUdqu9Nq3gCh6S9M2u5QrBwxZsiMD/j WOX0C0gW8cElzbxHs6aWVx4QFyEZaopxpNaxDXO7/g7uuA3WQf2yx3GhN83Rni9yU+uWIz/LUOVbL DVUTHQacnENL8Fd1rG8bL/Mv/i9Rnr5p4I5TYIP0wkXx1S58MYoVV9BO6PuZQfn1w38kZmQJydN/O pZsTta/iZ7bvcPpStq91yT4A8tlWzA5dFIGBHZ0QzwPj4ladxIxWbfx5CPQhdyXnpkOZZd5XBMCqd /ZEEPLRA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1loXL6-0068cO-0c; Wed, 02 Jun 2021 20:19:44 +0000 Received: from mail-ot1-f43.google.com ([209.85.210.43]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1loXL0-0068aS-87 for linux-arm-kernel@lists.infradead.org; Wed, 02 Jun 2021 20:19:40 +0000 Received: by mail-ot1-f43.google.com with SMTP id i12-20020a05683033ecb02903346fa0f74dso3598252otu.10 for ; Wed, 02 Jun 2021 13:19:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=Kwi9AWnAN+pwFBTVSOF2Qq8CG0QbDor+XzQYcS9Q854=; b=ilgq7ugu+zz/M9ViZ3riQnN7Wu+SuSv/vVRKjpi+FcIoFRbofmV3k8k78v1f6RFv6z FhidFGvTb5XdVU2tU4LBguAocF9zeJKEv1FXfbvoGm96qdP6c7jXtlGPsd/6YjctreWT l7cGtE3eAbF8cK9P0nBRGLK5k3akCM3UU6OvVuy6XBBlKZBpLKku1Ovtr2c2SwMZKplw DFlKJPzaG6HkV+aV/6+MtDnJB4FkH/2Ads4hJlj20OT8/TH5LpoODhUDl6cAFcq4YDUw cYOCIQEAiAMFwpF8rohF9gUY37faKPZZoDCPNVdyrmmmcz4iI83wVS86Y4s2DPfuiwLg obHQ== X-Gm-Message-State: AOAM532nubHz0M7MYHmxc+FCYOVFRq+SVs6owQY7yHef3TDPRlN/Hi/Z +nzq+69QmBYiGrdR5QB2Bg== X-Google-Smtp-Source: ABdhPJwlXz4WDup6TDdOm5eEPRVmhBR1IeEm9NepD9KP7SskYWN1GWGbzegg8klCg+WGckPTg7ZDMA== X-Received: by 2002:a05:6830:15d8:: with SMTP id j24mr6325923otr.123.1622665174779; Wed, 02 Jun 2021 13:19:34 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id x187sm215221oia.17.2021.06.02.13.19.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Jun 2021 13:19:34 -0700 (PDT) Received: (nullmailer pid 3924524 invoked by uid 1000); Wed, 02 Jun 2021 20:19:33 -0000 From: Rob Herring To: Sinthu Raja Cc: Amarnath MB , Lokesh Vutla , Linux ARM Mailing List , Rob Herring , Tero Kristo , Sinthu Raja , Device Tree Mailing List , Nishanth Menon In-Reply-To: <20210602182237.12632-2-sinthu.raja@ti.com> References: <20210602182237.12632-1-sinthu.raja@ti.com> <20210602182237.12632-2-sinthu.raja@ti.com> Subject: Re: [1/2] dt-bindings: arm: ti: Add bindings for J721E EAIK Date: Wed, 02 Jun 2021 15:19:33 -0500 Message-Id: <1622665173.253924.3924523.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210602_131938_315824_3D5AAD2E X-CRM114-Status: GOOD ( 12.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8025591761608592522==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============8025591761608592522== Content-Type: text/plain On Wed, 02 Jun 2021 23:52:36 +0530, Sinthu Raja wrote: > From: Sinthu Raja > > J721E EdgeAI Kit (EAIK) is a low cost, small form factor board designed > for TI’s J721E SoC. > Add DT binding documentation for J721E EAIK > > Signed-off-by: Amarnath MB > Signed-off-by: Sinthu Raja > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 2 ++ > 1 file changed, 2 insertions(+) > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.example.dt.yaml: /: compatible: 'oneOf' conditional failed, one must be fixed: ['ti,j721e'] is too short 'ti,j721e' is not one of ['ti,am654-evm', 'siemens,iot2050-basic', 'siemens,iot2050-advanced'] 'ti,j721e' is not one of ['ti,j721e-eaik'] 'ti,j7200' was expected 'ti,j721e' is not one of ['ti,am642-evm', 'ti,am642-sk'] From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/arm/ti/k3.yaml See https://patchwork.ozlabs.org/patch/1486849 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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. --===============8025591761608592522== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============8025591761608592522==--