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 autolearn=unavailable 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 8E958C433B4 for ; Tue, 4 May 2021 00:21:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 66BC161139 for ; Tue, 4 May 2021 00:21:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229634AbhEDAW1 (ORCPT ); Mon, 3 May 2021 20:22:27 -0400 Received: from mail-ot1-f47.google.com ([209.85.210.47]:34645 "EHLO mail-ot1-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbhEDAW0 (ORCPT ); Mon, 3 May 2021 20:22:26 -0400 Received: by mail-ot1-f47.google.com with SMTP id x54-20020a05683040b6b02902a527443e2fso6782252ott.1; Mon, 03 May 2021 17:21:31 -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=qk17av8ylT7nTRT/OdFPJlBQ48CwuoHsabscyy4bQjE=; b=kNwgyXv/qB5SgstY/9J1rM9+5fEXxpwDsEHsdVLkLm+bKDeJra6SoZYXtMaN81MNsa uxcSBVvT7PWvWlLFBr3S9LCx3u7LdJVqcjdw7Y+WRWN1wQzM3KG8IOlAfFFrRIBuqdEm JNMyJZ+MqCvkYPy92lXCUPiFKsA1pC6clrsqPvm/Lrn42qhqKRnIDJTIgrc+S5HNH6U0 mBa1GlfJcRYZvnEuqsGpxjn/KHzV4OFD3O3n6sccY/ckGVvaIHQnvVxTcTC8QBBEoRk7 no017lh4aPDgYDIlnXOZ3k7gd20M0j6jKUVD1QHSKTpNUMqUGo5rfGyvEUICwFdB0sO/ jjDg== X-Gm-Message-State: AOAM533n1MssxoVamK1YvaMxjG3nPIIJNZ7fc1jH/yt/hDRKK8wW71lZ m4cIo+LTY27DfnLjA3OzbZ6dBQHi/Q== X-Google-Smtp-Source: ABdhPJzR7C4zsTJkn3epaX40FJyeTmbpmbGNlu4sfQGUmspSrTLSv9tXZ/Tv1qfRVkb5aNf4pJoXhQ== X-Received: by 2002:a9d:6e97:: with SMTP id a23mr17287778otr.280.1620087691123; Mon, 03 May 2021 17:21:31 -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 q14sm370834ota.12.2021.05.03.17.21.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 May 2021 17:21:30 -0700 (PDT) Received: (nullmailer pid 2706595 invoked by uid 1000); Tue, 04 May 2021 00:21:29 -0000 From: Rob Herring To: Sean Anderson Cc: michal.simek@xilinx.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org In-Reply-To: <20210503214413.3145015-1-sean.anderson@seco.com> References: <20210503214413.3145015-1-sean.anderson@seco.com> Subject: Re: [PATCH 1/2] dt-bindings: pwm: Add Xilinx AXI Timer Date: Mon, 03 May 2021 19:21:29 -0500 Message-Id: <1620087689.365270.2706594.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 03 May 2021 17:44:12 -0400, Sean Anderson wrote: > This adds a binding for the Xilinx LogiCORE IP AXI Timer. This device is > a "soft" block, so it has many parameters which would not be > configurable in most hardware. This binding is usually automatically > generated by Xilinx's tools, so the names and values of properties > must be kept as they are. > > Signed-off-by: Sean Anderson > --- > > .../bindings/pwm/xlnx,axi-timer.yaml | 91 +++++++++++++++++++ > 1 file changed, 91 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pwm/xlnx,axi-timer.yaml > 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/pwm/xlnx,axi-timer.example.dt.yaml: example-0: timer@800e0000:reg:0: [0, 2148401152, 0, 65536] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml See https://patchwork.ozlabs.org/patch/1473421 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.