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 879E9C4708B for ; Wed, 26 May 2021 12:56:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6CB1561026 for ; Wed, 26 May 2021 12:56:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232948AbhEZM5p (ORCPT ); Wed, 26 May 2021 08:57:45 -0400 Received: from mail-oo1-f44.google.com ([209.85.161.44]:34782 "EHLO mail-oo1-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233075AbhEZM5l (ORCPT ); Wed, 26 May 2021 08:57:41 -0400 Received: by mail-oo1-f44.google.com with SMTP id i8-20020a4aa1080000b0290201edd785e7so264347ool.1; Wed, 26 May 2021 05:56:09 -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=5TB/SHe/X+zDtrYw2YxYbY1YRqVP38bTz1Qf4xf36SM=; b=io/ZNlJ+8Zd40jnUMwB5lclGk4lzJW9bEQRDaRNhcp3fQX+Y3tAMjteTwrl2b7sZGa y8nzN1MIRsxaZXOVzMUkjVVF3lGFv8ylHDP+lNhVcTLBcNp7Fnx3CGbGo7kz4LWYfGMA GvtdYtUPpMk/9ESzOGdCoQV9Fev46HkI8qJupq04M9HP23ReJO+ZW3DcpqAEMkY/8EBw GKiXMKVzPSapYUjjxH6YjD7vbkg4cRwYG3d7R4XFb961T5qzjVDNPYeg9pgzkRkchGfE aqCKTmjGW/TG/BSFEWt5iKsAodGBf6/mmytCSCJQeLS5/SsDNyS52ctyS6CiXmqg+jvx Jtwg== X-Gm-Message-State: AOAM530mUDeyos4AY5adsp9KsFEOhFeZHbecBxEPPT6kjP4Fl1+fUCiR 6zCwuU475428AmtC5Se8qA== X-Google-Smtp-Source: ABdhPJx/wh7g4D4CYGH7ibtdrflqxgEzKG7CJwLQ7CT974mn8HeUIO7mDRBNtkrVn8LgAfyQ54eYqg== X-Received: by 2002:a4a:e715:: with SMTP id y21mr2171382oou.54.1622033769085; Wed, 26 May 2021 05:56:09 -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 b19sm3716364oib.46.2021.05.26.05.56.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 May 2021 05:56:07 -0700 (PDT) Received: (nullmailer pid 2377037 invoked by uid 1000); Wed, 26 May 2021 12:56:03 -0000 From: Rob Herring To: Alex Bee Cc: Lee Jones , Greg Kroah-Hartman , linux-rockchip@lists.infradead.org, linux-media@vger.kernel.org, Heiko Stuebner , linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , linux-arm-kernel@lists.infradead.org, Ezequiel Garcia , devicetree@vger.kernel.org, Rob Herring , linux-staging@lists.linux.dev, Philipp Zabel In-Reply-To: <20210525152225.154302-11-knaerzche@gmail.com> References: <20210525152225.154302-1-knaerzche@gmail.com> <20210525152225.154302-11-knaerzche@gmail.com> Subject: Re: [PATCH 10/10] media: dt-bindings: media: rockchip-vdec: add RK3228 compatible Date: Wed, 26 May 2021 07:56:03 -0500 Message-Id: <1622033763.779031.2377036.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 25 May 2021 17:22:25 +0200, Alex Bee wrote: > Document the RK3228 compatible for rockchip-vdec. > Also add the optional assigned-clocks and assigned-clock-rates > properties. > > Checked with: > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/media/rockchip,vdec.yaml > > Signed-off-by: Alex Bee > --- > .../devicetree/bindings/media/rockchip,vdec.yaml | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > 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: ./Documentation/devicetree/bindings/media/rockchip,vdec.yaml:21:9: [warning] wrong indentation: expected 10 but found 8 (indentation) dtschema/dtc warnings/errors: See https://patchwork.ozlabs.org/patch/1483527 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.