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 4F2C8C433F5 for ; Fri, 6 May 2022 22:40:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1385090AbiEFWns (ORCPT ); Fri, 6 May 2022 18:43:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1444815AbiEFWnq (ORCPT ); Fri, 6 May 2022 18:43:46 -0400 Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED98561639 for ; Fri, 6 May 2022 15:40:01 -0700 (PDT) Received: by mail-oi1-f178.google.com with SMTP id v66so9043748oib.3 for ; Fri, 06 May 2022 15:40:01 -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=6BDcq2/11wXT5ygpG8JsCxIz2tjuPiA5pRN86PbS0vI=; b=aVhz8opzIEe2FWWqlfd/oh8Yh7sF7PBsTnc0EkpOBXz8b6+Qmo+JCEF7t+fnBkZz3S XOMbZgUws4aSOx4vdj4Ky0MZPplyTSz/JVSYYX1vgmmhyzXlkZC/rKp09TY9IwBpQ40y 0q9WjCjsfiMkWOSR99bvT5D9fHU32pSzNczog26Xo6lTPacqSx9aCXUCqY/dR6J5AWBk llB2DSAa6WiDhCOE8UPJfoi8tqXTJBIEDgXlUFJ6LWRoD647III7OUvuim0+C/uuw1sQ dWrJVh/xDAqUki4PI6xx3hF6dK+WOFRwo/WjGNAOmuZzsPiLDu8ECgGDzBQi/frbjJqW 5jTQ== X-Gm-Message-State: AOAM530tH6gAEUReH9hRqxWuLGYzpMjmZoxqeJy4vM69zBUBygN2l4TK dSOnvdK2MjgK6EIX/ZjMdg== X-Google-Smtp-Source: ABdhPJykNbPqgTnhxpQ3+9FySStpxKn6CnG4HKiaM88MdReBQJlRzfsjbL84a8XB3b8YS+Vagne/ig== X-Received: by 2002:a54:460b:0:b0:322:7964:1b60 with SMTP id p11-20020a54460b000000b0032279641b60mr2534634oip.16.1651876801265; Fri, 06 May 2022 15:40:01 -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 k2-20020a056870570200b000edae17a8cesm2166063oap.3.2022.05.06.15.40.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 May 2022 15:40:00 -0700 (PDT) Received: (nullmailer pid 2407417 invoked by uid 1000); Fri, 06 May 2022 22:39:53 -0000 From: Rob Herring To: Lucas Stach Cc: Marek Vasut , patchwork-lst@pengutronix.de, Pengutronix Kernel Team , devicetree@vger.kernel.org, Sandor Yu , Shawn Guo , Robert Foss , Alexander Stein , linux-phy@lists.infradead.org, Krzysztof Kozlowski , dri-devel@lists.freedesktop.org, NXP Linux Team , linux-arm-kernel@lists.infradead.org, Andrzej Hajda , Philipp Zabel In-Reply-To: <20220506181034.2001548-6-l.stach@pengutronix.de> References: <20220506181034.2001548-1-l.stach@pengutronix.de> <20220506181034.2001548-6-l.stach@pengutronix.de> Subject: Re: [PATCH v0.5 5/9] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY Date: Fri, 06 May 2022 17:39:53 -0500 Message-Id: <1651876793.663191.2407416.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 06 May 2022 20:10:30 +0200, Lucas Stach wrote: > Add a DT binding for the HDMI PHY found on the i.MX8MP SoC. > > Signed-off-by: Lucas Stach > --- > .../bindings/phy/fsl,imx8mp-hdmi-phy.yaml | 62 +++++++++++++++++++ > 1 file changed, 62 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.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/phy/fsl,imx8mp-hdmi-phy.example.dts:29.45-46 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:364: Documentation/devicetree/bindings/phy/fsl,imx8mp-hdmi-phy.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.