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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 3668CC47089 for ; Thu, 27 May 2021 20:07:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 07093613DC for ; Thu, 27 May 2021 20:07:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235034AbhE0UJ1 (ORCPT ); Thu, 27 May 2021 16:09:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:33098 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234229AbhE0UJ1 (ORCPT ); Thu, 27 May 2021 16:09:27 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id EB832613DA for ; Thu, 27 May 2021 20:07:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622146074; bh=jSGMnqvbsYBYK9QQ5UiJGw5/8hksSoi/wfz6gBbr4K0=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=jiDnd/GeOvEjpT7R++skoSC7RQ+LYg2LYZOL6GGW8oBRJhFqJVLeJGW2GORTmWPfe 7Q1OgcDGl4S3UDtMdmXLfS7oFBcQobnYy6Ii+YN8OTtHkHa7bURe1lGanjfLVIzekd AMfh+Tmx2gKNJEh4dUgMRhAfAIp9ATCk6M+RS979ASc3/jDXMP7aCP7c/GFxkF9vTC GdMkmn9fPrSM0FQjxpEvgKynS+b1KfkR9AekKftFCfDIKYJL9Qt7Z2uFxoRzJAs9sl HSjdj9V5tjybIJDUXetMk+Ot1Qx08EiHwA9GE+SlveH0w/TeRg4idCqgpU+fC1p+4d xRb9kXLxNnA2Q== Received: by mail-ej1-f42.google.com with SMTP id b9so1912382ejc.13 for ; Thu, 27 May 2021 13:07:53 -0700 (PDT) X-Gm-Message-State: AOAM531u8dPtzMxQWiFcJ0wEac1QzTHhxAlW/TKxhwpDja4VTuqxqLPb MXoxqaFjCLcIxKzxNdG1HPjaoVy/xJqH/PfKVA== X-Google-Smtp-Source: ABdhPJx0wG5voWWnK+Xz67VNsygywDMc90CwtCQlzm370YUvUIFYVCx1y72a9LwaWswF6xaLeSurfkII+gC6/o/VA+c= X-Received: by 2002:a17:906:a110:: with SMTP id t16mr1732685ejy.360.1622146072472; Thu, 27 May 2021 13:07:52 -0700 (PDT) MIME-Version: 1.0 References: <20210526182807.548118-1-sudeep.holla@arm.com> <20210526182807.548118-7-sudeep.holla@arm.com> <1622125407.781075.731789.nullmailer@robh.at.kernel.org> <20210527162503.4w7sch36ov6ew4mo@bogus> In-Reply-To: <20210527162503.4w7sch36ov6ew4mo@bogus> From: Rob Herring Date: Thu, 27 May 2021 15:07:39 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 6/8] dt-bindings: mailbox : arm, mhu: Fix arm, scpi example used here To: Sudeep Holla Cc: Cristian Marussi , devicetree@vger.kernel.org, linux-arm-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, May 27, 2021 at 11:25 AM Sudeep Holla wrote: > > On Thu, May 27, 2021 at 09:23:27AM -0500, Rob Herring wrote: > > On Wed, 26 May 2021 19:28:05 +0100, Sudeep Holla wrote: > > > Now that the arm,scpi binding is converted to YAML format, the following > > > errors are seen when doing `make DT_CHECKER_FLAGS=-m dt_binding_check` > > > > > > > > > > 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: > > Documentation/devicetree/bindings/mailbox/arm,mhu.example.dt.yaml:0:0: /example-1/soc/scpi: failed to match any schema with compatible: ['arm,scpi'] > > Documentation/devicetree/bindings/mailbox/arm,mhu.example.dt.yaml:0:0: /example-1/soc/scpi/power-domains-0: failed to match any schema with compatible: ['arm,scpi-power-domains'] > > > > See https://patchwork.ozlabs.org/patch/1484218 > > > > 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. > > > > Just curious if this is built as past of the series as I am unable to hit > this issue. However I get this if I remove 5/8 which is adding the scpi > yaml schema. Am I missing something ? The automated check does try to apply series, but runs checks a patch at time and it resets the base if it gets an error on a patch. I think switching patch 5 and 6 order should fix things. Don't worry about that yet, I'll look at the rest of the series. Rob