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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 412A9C433EF for ; Wed, 6 Apr 2022 21:17:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234652AbiDFVTE (ORCPT ); Wed, 6 Apr 2022 17:19:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234873AbiDFVSu (ORCPT ); Wed, 6 Apr 2022 17:18:50 -0400 Received: from mail-ot1-f46.google.com (mail-ot1-f46.google.com [209.85.210.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 777A626C549 for ; Wed, 6 Apr 2022 13:08:26 -0700 (PDT) Received: by mail-ot1-f46.google.com with SMTP id i23-20020a9d6117000000b005cb58c354e6so2447804otj.10 for ; Wed, 06 Apr 2022 13:08:26 -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=Jba1vSeRP1HF/2xdMVwK3zKEPMIqomVyRzHfIeKZsuY=; b=p4T+yYTYWmhyrqiDAnJRf5mV0+4F8mo0SpII6vYqkLoiWlYDO1FtSzW6ZVuBwlV2sO kjN8YG5ej1JKRQ5XC1NamU22T/m5fmSYQr3Atit/1ggQh7nvvnEwCWz30gUm6H7WPAWI 3aZCnGsUnyrAoNUWVlCC0Tvm+dJ9VdmtqED9jQk/PCpdQX4SqUtOn/vJJ6b2Sno/AaYt oZVp/DjbkBoUq3f9OIukw8yXdwkW4XeNp9PARsaru1T0fU45PbonwTna4uXZqwIv7oWd K1IUy7pq2dsiApYOHCS9l6d9oINOOIGDl0tBNQk+uW2QIIy5/5SC9+eI8djExsRTDyp6 sRXA== X-Gm-Message-State: AOAM533qlKp/lIajXXC6upCEPJ/CCcV5d5HiyUjHW5Gnh/crP5qUUFBI hhRSUkUDl15GNOIN+v7eZg== X-Google-Smtp-Source: ABdhPJymdB2qRyAE4P6pRY0v0g5bx14Pp9fxc/u5M6zMOtOt95SXs96EoRWJvD2Hj1G1XlilxiDxKg== X-Received: by 2002:a05:6830:1498:b0:5cd:a787:e8c1 with SMTP id s24-20020a056830149800b005cda787e8c1mr3759352otq.11.1649275705675; Wed, 06 Apr 2022 13:08:25 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id s22-20020a056830149600b005b24a96174asm7200413otq.8.2022.04.06.13.08.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Apr 2022 13:08:24 -0700 (PDT) Received: (nullmailer pid 2682168 invoked by uid 1000); Wed, 06 Apr 2022 20:08:22 -0000 From: Rob Herring To: Lucas Stach Cc: Philipp Zabel , NXP Linux Team , Fabio Estevam , Robert Foss , Krzysztof Kozlowski , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Shawn Guo , Andrzej Hajda , Neil Armstrong , linux-arm-kernel@lists.infradead.org, Pengutronix Kernel Team , patchwork-lst@pengutronix.de, Kishon Vijay Abraham I , Vinod Koul , Rob Herring , linux-phy@lists.infradead.org In-Reply-To: <20220406160123.1272911-5-l.stach@pengutronix.de> References: <20220406160123.1272911-1-l.stach@pengutronix.de> <20220406160123.1272911-5-l.stach@pengutronix.de> Subject: Re: [PATCH v0 04/10] dt-bindings: display: imx: add binding for i.MX8MP HDMI PVI Date: Wed, 06 Apr 2022 15:08:22 -0500 Message-Id: <1649275702.760311.2682167.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 06 Apr 2022 18:01:17 +0200, Lucas Stach wrote: > Add binding for the i.MX8MP HDMI parallel video interface block. > > Signed-off-by: Lucas Stach > --- > .../display/imx/fsl,imx8mp-hdmi-pvi.yaml | 83 +++++++++++++++++++ > 1 file changed, 83 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/imx/fsl,imx8mp-hdmi-pvi.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: Error: Documentation/devicetree/bindings/display/imx/fsl,imx8mp-hdmi-pvi.example.dts:26.45-46 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:364: Documentation/devicetree/bindings/display/imx/fsl,imx8mp-hdmi-pvi.example.dtb] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1401: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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.