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 27D3CC433E0 for ; Thu, 7 Jan 2021 15:47:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DADC323406 for ; Thu, 7 Jan 2021 15:47:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726294AbhAGPrv (ORCPT ); Thu, 7 Jan 2021 10:47:51 -0500 Received: from mail-il1-f171.google.com ([209.85.166.171]:36336 "EHLO mail-il1-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726165AbhAGPrv (ORCPT ); Thu, 7 Jan 2021 10:47:51 -0500 Received: by mail-il1-f171.google.com with SMTP id u12so7144695ilv.3; Thu, 07 Jan 2021 07:47:35 -0800 (PST) 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=VYV9mW9VGIQs6XlBAT9aPte1dh6zAyieEkbEaZDlIzA=; b=PdUziZd5All0qdvQPquc9AM7sc2cN0oul6D34cdPBRZj+cs425w0eLXuMMd0TZpXiV nM4GWng6zmb1usD0pr+wdUBSkrZiJyOxCtq0Sxspa578kLMi2hGNAydcmTUQKtIMx8xv yzfGlo1RSxy9dQyd3Z27e+N9A0spT4VSvjrrGEIGn/IcXCbt7EJSVSf+7+TEt3LYgRBo VY3AX74Q/lb5G2ZWZIrg/+zdPLFkzMdUcr3TnFubX9T9csNuljs7EaltyCDnrZHX5SJh 2Cb3hAN+Jnp2gJxFHtCZaC3PJ0ev80wc11OPVFVbAHS84hWDSUsjb4jNF9VxtVOreuTw 0+Fw== X-Gm-Message-State: AOAM532jLuiFbru+2/7vj0HPIuEURacdgxFtXbaOlIRHqYC5BuLg3da1 VH22ky65etU0QHoOyB/bPw== X-Google-Smtp-Source: ABdhPJzu6IB/yYHXV5VWJmKQJzxJTxPazba178YiSWDahPUZgTyO4v4/dFAadaYPZ7WVb2PEbRlTAQ== X-Received: by 2002:a92:c081:: with SMTP id h1mr3165387ile.46.1610034429707; Thu, 07 Jan 2021 07:47:09 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id a18sm5020137ilt.52.2021.01.07.07.47.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Jan 2021 07:47:08 -0800 (PST) Received: (nullmailer pid 907942 invoked by uid 1000); Thu, 07 Jan 2021 15:47:05 -0000 From: Rob Herring To: Paul Kocialkowski Cc: Greg Kroah-Hartman , Mauro Carvalho Chehab , linux-arm-kernel@lists.infradead.org, Jacob Chen , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Heiko Stuebner , Thomas Petazzoni , Ezequiel Garcia , linux-media@vger.kernel.org, Philipp Zabel , Rob Herring In-Reply-To: <20210107134101.195426-2-paul.kocialkowski@bootlin.com> References: <20210107134101.195426-1-paul.kocialkowski@bootlin.com> <20210107134101.195426-2-paul.kocialkowski@bootlin.com> Subject: Re: [PATCH 1/5] dt-bindings: media: rockchip-rga: Add PX30 compatible Date: Thu, 07 Jan 2021 08:47:05 -0700 Message-Id: <1610034425.195215.907941.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 07 Jan 2021 14:40:57 +0100, Paul Kocialkowski wrote: > Add a new compatible for the PX30 Rockchip SoC, which also features > a RGA block. It is compatible with the RK3288 RGA block. > > Signed-off-by: Paul Kocialkowski > --- > Documentation/devicetree/bindings/media/rockchip-rga.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/media/rockchip-rga.yaml:25:13: [warning] wrong indentation: expected 14 but found 12 (indentation) dtschema/dtc warnings/errors: See https://patchwork.ozlabs.org/patch/1423299 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.