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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8FC6C433EF for ; Wed, 29 Jun 2022 22:39:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230103AbiF2WjG (ORCPT ); Wed, 29 Jun 2022 18:39:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229552AbiF2WhF (ORCPT ); Wed, 29 Jun 2022 18:37:05 -0400 Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 303091CB22; Wed, 29 Jun 2022 15:37:03 -0700 (PDT) Received: by mail-io1-f41.google.com with SMTP id h85so17474437iof.4; Wed, 29 Jun 2022 15:37:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=MbblukbV9eQzp63XhSRYjJT2TIAxXCGnXWe6sKmekNs=; b=UqGhvEQqE1PrluqRf8Q1gF8LRRuScYBKgwcWBakKj/csNNI8TXXWPk/AG0zutPErG3 uEGgyHFX+7bN+LPMoZj1WPB44GhlaoMRQLea+2oTRc2UVtzfjtAWBLFbPr9gnRgjgYy+ HPSw/+E4f9AugpXEq2uy4q6+ceemU8Jn+VNtz50e/MQ7yowUqArBAPMdUDb566QUz2EU Z7WX4Jb7FJpl9Znjm9YdTdRGZHGP4jXL7N5O4z4IHsdmHQfRQiDCx/tKAjTRx/SKGAiW sbeQfj8kHZTsB0wapmaCxjsWgANHvDwKnBNbmIv3sFbA1/k+++dH1luvn5SkLSV/eqEy JTrw== X-Gm-Message-State: AJIora9+Som/QihFe2mqvZJkESyzYlgKeuCbeOQYRqyq3rn11XUgHi60 vYAiF0OINTivkcElrLDdAQ== X-Google-Smtp-Source: AGRyM1vrXWjHdWf9HlFUjhNb24cmSnmvE4y5H7JjWeXZScDf9UZJmyrsPsQRRLt4UWsbRPUP4u698g== X-Received: by 2002:a6b:4019:0:b0:669:3314:ebcb with SMTP id k25-20020a6b4019000000b006693314ebcbmr2869577ioa.197.1656542222341; Wed, 29 Jun 2022 15:37:02 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id o126-20020a022284000000b00339f193b8ddsm7936816jao.130.2022.06.29.15.37.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jun 2022 15:37:02 -0700 (PDT) Received: (nullmailer pid 1042477 invoked by uid 1000); Wed, 29 Jun 2022 22:36:59 -0000 From: Rob Herring To: Sergiu Moga Cc: claudiu.beznea@microchip.com, linux-arm-kernel@lists.infradead.org, UNGLinuxDriver@microchip.com, linux-spi@vger.kernel.org, robh+dt@kernel.org, broonie@kernel.org, linux-kernel@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, nicolas.ferre@microchip.com, Kavyasree.Kotagiri@microchip.com, alexandre.belloni@bootlin.com, devicetree@vger.kernel.org In-Reply-To: <20220629125804.137099-1-sergiu.moga@microchip.com> References: <20220629125804.137099-1-sergiu.moga@microchip.com> Subject: Re: [PATCH] dt-bindings: spi: convert spi_atmel to json-schema Date: Wed, 29 Jun 2022 16:36:59 -0600 Message-Id: <1656542219.625404.1042476.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 29 Jun 2022 15:58:04 +0300, Sergiu Moga wrote: > Convert SPI binding for Atmel/Microchip SoCs to Device Tree Schema > format. > > Signed-off-by: Sergiu Moga > --- > .../devicetree/bindings/spi/atmel,spi.yaml | 82 +++++++++++++++++++ > .../devicetree/bindings/spi/spi_atmel.txt | 36 -------- > 2 files changed, 82 insertions(+), 36 deletions(-) > create mode 100644 Documentation/devicetree/bindings/spi/atmel,spi.yaml > delete mode 100644 Documentation/devicetree/bindings/spi/spi_atmel.txt > 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/spi/atmel,spi.example.dtb:0:0: /example-0/spi@fffcc000/mmc@0: failed to match any schema with compatible: ['mmc-spi-slot'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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.