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 2F7D8C4332F for ; Wed, 15 Sep 2021 12:56:40 +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 EB1BD61244 for ; Wed, 15 Sep 2021 12:56:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org EB1BD61244 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 60DA889C37; Wed, 15 Sep 2021 12:56:39 +0000 (UTC) Received: from mail-oo1-f43.google.com (mail-oo1-f43.google.com [209.85.161.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 30BD089C37 for ; Wed, 15 Sep 2021 12:56:38 +0000 (UTC) Received: by mail-oo1-f43.google.com with SMTP id k18-20020a4abd92000000b002915ed21fb8so843772oop.11 for ; Wed, 15 Sep 2021 05:56:38 -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=eNJrp4hkkii6jSrN5pnjt5uJ56GHQYA0aPuGCrBxI38=; b=Kt1TIJpHtYMBNObSFei4NjS3rt9Xo6YXV/WBRyMtKDV/FdmNfyrOLELnVMKcd2TSCh 3XtPcVa1hEn4YDU7pNeNCkzadO0DEpgnP4lHMDUBm4WsUwb0jtdB7UKqVeSV4Ot7sUOH 0QV/Jjow3RQpAty/Aw7vaCuKX/5dLBAc9Zq57Eimmnhosv7DHAjqnBTck2xAWRQyQPmR ByR7/LFggY6Qt/BIXpJk5uoaGo9Fl0ASTIeQa1tu4agE0NpbH3nZIsYBykwXY1aAkoZH X4aAVs0gzl/KStWe3lpqd7mqpVUw5plcUCUw83vba26TCmaSFa/g+DgRMt9drTg56waX 9Eog== X-Gm-Message-State: AOAM532EzrQXvkhYyX/c+C5hvuTeEwfhncIWVVpCSLm675pnjr9x4oi1 lacIsrjIma8ki42WOF+GnA== X-Google-Smtp-Source: ABdhPJzp3e1pp9Lsc7MCgmkwuRwGFXmv0jtuzCmDwFtPZNWP0m1xO3VgLzrqd10S/HkZQ6dlvYS0Sg== X-Received: by 2002:a4a:de90:: with SMTP id v16mr18232123oou.42.1631710597319; Wed, 15 Sep 2021 05:56:37 -0700 (PDT) Received: from robh.at.kernel.org ([12.252.7.226]) by smtp.gmail.com with ESMTPSA id y24sm3394365oto.40.2021.09.15.05.56.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Sep 2021 05:56:36 -0700 (PDT) Received: (nullmailer pid 935948 invoked by uid 1000); Wed, 15 Sep 2021 12:56:34 -0000 From: Rob Herring To: Paul Kocialkowski Cc: Daniel Vetter , David Airlie , Lee Jones , Maarten Lankhorst , Thomas Zimmermann , dri-devel@lists.freedesktop.org, Rob Herring , Thomas Petazzoni , Maxime Ripard , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20210914200539.732093-2-paul.kocialkowski@bootlin.com> References: <20210914200539.732093-1-paul.kocialkowski@bootlin.com> <20210914200539.732093-2-paul.kocialkowski@bootlin.com> Subject: Re: [PATCH v9 1/4] dt-bindings: display: Document the Xylon LogiCVC display controller Date: Wed, 15 Sep 2021 07:56:34 -0500 Message-Id: <1631710594.961761.935947.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 Tue, 14 Sep 2021 22:05:36 +0200, Paul Kocialkowski wrote: > The Xylon LogiCVC is a display controller implemented as programmable > logic in Xilinx FPGAs. > > Signed-off-by: Paul Kocialkowski > Acked-by: Rob Herring > --- > .../display/xylon,logicvc-display.yaml | 302 ++++++++++++++++++ > 1 file changed, 302 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/xylon,logicvc-display.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/xylon,logicvc-display.example.dt.yaml: logicvc@43c00000: 'display@0' does not match any of the regexes: '^gpio@[0-9a-f]+$', 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1528119 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.