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=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 DDC7CC43217 for ; Fri, 17 Sep 2021 00:49:12 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 848F361209 for ; Fri, 17 Sep 2021 00:49:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 848F361209 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7C2256EA14; Fri, 17 Sep 2021 00:49:11 +0000 (UTC) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) by gabe.freedesktop.org (Postfix) with ESMTPS id C05F16EA38 for ; Fri, 17 Sep 2021 00:49:09 +0000 (UTC) Received: by mail-io1-f42.google.com with SMTP id a15so10124915iot.2 for ; Thu, 16 Sep 2021 17:49:09 -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=6zodSke86hnlsQe7klR3A5X+2RRUPHUNpKbftVQV0oE=; b=tEbCOZfvO6Mdd0WoEMNHr+JUTaRffvvAdsuyJyYmGwm2A085k7y1mXwIy1SCKPuNAE xxRBYvtIn6CmZlhYYorl0tYfhFTsd7CPDRbyXsNkddFO9XA6A+bAOBzjCTmc/GqWNRge y9xIP4zWXZO4Ls7g1sb/jmB6gjehjyCVEu+Kghd/1ZFRwms7FulpTp8iYq2tfS4xkWJC K4Zv2/xh1F4lrNtb60WldApqO6gieu4PZmLqC99oVbLun3x6BWz84zcppMB3Ghj/v3Ff vNpDmDaJIcrpHCUI4NW9qkD1xRfoUD4ur5SZWqkvFOYmgZAwESQKhwGBX+PieUHx0hI2 IErA== X-Gm-Message-State: AOAM531V4sSfipUF+NzRwqbcVL8QLPyZYhHx/Bl1Xrk22CGkdteczM5Z UfYjnTlwv+VuG9hoBgSE7A== X-Google-Smtp-Source: ABdhPJxbqFS9VhfN7t4ZOhlO3skieDQOI5xZyT2eWGR/1mS9FuokN01beDwOIfVzeVBuy/bDqxtasA== X-Received: by 2002:a6b:7710:: with SMTP id n16mr6311114iom.101.1631839748848; Thu, 16 Sep 2021 17:49:08 -0700 (PDT) Received: from robh.at.kernel.org (96-84-70-89-static.hfc.comcastbusiness.net. [96.84.70.89]) by smtp.gmail.com with ESMTPSA id z15sm2498669ioh.28.2021.09.16.17.49.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Sep 2021 17:49:08 -0700 (PDT) Received: (nullmailer pid 1484025 invoked by uid 1000); Fri, 17 Sep 2021 00:49:06 -0000 From: Rob Herring To: Mikko Perttunen Cc: daniel@ffwll.ch, thierry.reding@gmail.com, linux-tegra@vger.kernel.org, dri-devel@lists.freedesktop.org, airlied@linux.ie, devicetree@vger.kernel.org, robh+dt@kernel.org, jonathanh@nvidia.com In-Reply-To: <20210916145517.2047351-2-mperttunen@nvidia.com> References: <20210916145517.2047351-1-mperttunen@nvidia.com> <20210916145517.2047351-2-mperttunen@nvidia.com> Subject: Re: [PATCH v6 1/3] dt-bindings: Add YAML bindings for NVDEC Date: Thu, 16 Sep 2021 19:49:06 -0500 Message-Id: <1631839746.871547.1484024.nullmailer@robh.at.kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 16 Sep 2021 17:55:15 +0300, Mikko Perttunen wrote: > Add YAML device tree bindings for NVDEC, now in a more appropriate > place compared to the old textual Host1x bindings. > > Signed-off-by: Mikko Perttunen > --- > v6: > * Elaborated description for nvidia,host1x-class. > * Added default value for nvidia,host1x-class. > v5: > * Changed from nvidia,instance to nvidia,host1x-class optional > property. > * Added dma-coherent > v4: > * Fix incorrect compatibility string in 'if' condition > v3: > * Drop host1x bindings > * Change read2 to read-1 in interconnect names > v2: > * Fix issues pointed out in v1 > * Add T194 nvidia,instance property > --- > .../gpu/host1x/nvidia,tegra210-nvdec.yaml | 108 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 109 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.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: ./Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml:108:1: [warning] too many blank lines (2 > 1) (empty-lines) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1528902 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.