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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 268DFC433F5 for ; Wed, 17 Nov 2021 16:10:30 +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 DBB50608FB for ; Wed, 17 Nov 2021 16:10:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org DBB50608FB 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 BCC6789C61; Wed, 17 Nov 2021 16:10:28 +0000 (UTC) Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) by gabe.freedesktop.org (Postfix) with ESMTPS id 21EA689C61 for ; Wed, 17 Nov 2021 16:10:28 +0000 (UTC) Received: by mail-oi1-f173.google.com with SMTP id s139so7330734oie.13 for ; Wed, 17 Nov 2021 08:10:28 -0800 (PST) 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=yK9vNOeDGETW73QHrV4Z7zFhBBcsvZuPNoOhylQULKY=; b=DT62IUGB4NJw6XD5OywW73bAz9ffF6zDvgDO1wNVjXC/HV/wXzsjNNEhMUysiimmZF VdMkOVpYuK9bY7z1GjwfMMLO7zKh4PhZlpEFCoVAfBLqWO5mJQQSkx1VAQw6+ZuTy7if 35EgFEr3sbHaLwuJkGq1z4G6kVQajt/o3+rQnt7Dv6c95gv8Ix1kwjK/Lhny45mxBAUL joIDq2Jr/bjZXy31vNMC1UB1rh8FvX3X56NjKa/jKl7LtdQrc/gzD3kHDvUPPWUmIb5u +mEe0WprU+cvjiFemod026AVgBkDwgmkCiFgkbuHGHNJDh/PtumqYGTy2LPJX7UQaf5F cVsw== X-Gm-Message-State: AOAM530vgZKDNM31iOo7nFYFUFasYIZf2N8EwOp94XcqiRssM3zseHtb /RKQcgsGw9phoGjtVm7NFw== X-Google-Smtp-Source: ABdhPJyrvKEPCkhIoZwSBkshVFLBitYyWTpayRf+S+fvZB0vU2SS86Fg8Y3yEhzBvppiypC6OhYajA== X-Received: by 2002:a05:6808:a08:: with SMTP id n8mr770523oij.148.1637165427341; Wed, 17 Nov 2021 08:10:27 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id w4sm47701oiv.37.2021.11.17.08.10.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Nov 2021 08:10:26 -0800 (PST) Received: (nullmailer pid 2614352 invoked by uid 1000); Wed, 17 Nov 2021 16:10:25 -0000 From: Rob Herring To: Sascha Hauer In-Reply-To: <20211117143347.314294-8-s.hauer@pengutronix.de> References: <20211117143347.314294-1-s.hauer@pengutronix.de> <20211117143347.314294-8-s.hauer@pengutronix.de> Subject: Re: [PATCH 07/12] dt-bindings: display: rockchip: Add binding for VOP2 Date: Wed, 17 Nov 2021 10:10:25 -0600 Message-Id: <1637165425.821111.2614351.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: , Cc: devicetree@vger.kernel.org, Benjamin Gaignard , Sandy Huang , dri-devel@lists.freedesktop.org, linux-rockchip@lists.infradead.org, Michael Riesch , Peter Geis , kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 17 Nov 2021 15:33:42 +0100, Sascha Hauer wrote: > The VOP2 is found on newer Rockchip SoCs like the rk3568 or the rk3566. > The binding differs slightly from the existing VOP binding, so add a new > binding file for it. > > Signed-off-by: Sascha Hauer > --- > .../display/rockchip/rockchip-vop2.yaml | 114 ++++++++++++++++++ > 1 file changed, 114 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.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/display/rockchip/rockchip-vop2.example.dt.yaml: example-0: vop@fe040000:reg:0: [0, 4261675008, 0, 12288] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.example.dt.yaml: example-0: vop@fe040000:reg:1: [0, 4261691392, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1556199 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.