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. 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 95026C433FE for ; Fri, 6 May 2022 22:40:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 602BF10E6C2; Fri, 6 May 2022 22:40:06 +0000 (UTC) Received: from mail-oi1-f180.google.com (mail-oi1-f180.google.com [209.85.167.180]) by gabe.freedesktop.org (Postfix) with ESMTPS id 929A310E44D for ; Fri, 6 May 2022 22:40:01 +0000 (UTC) Received: by mail-oi1-f180.google.com with SMTP id r185so4204065oih.5 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=jbs5GssSFOnbQ+sz4Lj0L5iTK14pe2NiIBSoHla7+XieIlNAp9oQFGY9PZ1Yp1L6V0 xiSqHLBjLEUY3MqDO2jTqGo+0npy2GFadgNejLjjvFDqXiJjEG030xokQhOOIjKnoQ9z vgk19+j2S12ozvImeZcqkjBrgaFNVZxGuuMzjTM0/W7Lg2S6yKgQLeLyX8XgCbQj+ho8 J66dyrGxfsV2Uja7N+Al/SVJQVR3YCjuCoPYGQ9eQViElU5Rw3exrEGH/20iPpp/P2Ls Oj5LU2d0HAkX3SflDQkMplPJQaLp3A6Hz/kCaxD+X19OcC7uI7iZ7f4VNGlDJTx0Fpcs ahmw== X-Gm-Message-State: AOAM530ETs9DrHTEWQjuMiz1obPFdsLRuRlkKBoKXA99Sa4PlPyXp4+x YzhDdEXHK9/maKN+2t2hdw== 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 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> 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: Marek Vasut , devicetree@vger.kernel.org, Krzysztof Kozlowski , Alexander Stein , Sandor Yu , Robert Foss , patchwork-lst@pengutronix.de, Andrzej Hajda , dri-devel@lists.freedesktop.org, Pengutronix Kernel Team , linux-phy@lists.infradead.org, Shawn Guo , linux-arm-kernel@lists.infradead.org, NXP Linux Team Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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. 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 440A1C433EF for ; Fri, 6 May 2022 22:40:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fiX1H2CPSXdBjCXGrNJuO/5j1oN/yWubMoN7ABIi1zI=; b=Sa9g9SsmecgIUp mj0lStbxpFacSGvbyCtrw0Jc27Ab4O0CgV4ew2G4fsf3/FyHmqxTwapT9Fl/amCcO8BsTgoQEHEng Q6N7isq1QQcUpTFGvb4TJcZH3kfJ+IPhmktLzYyDUGZ/25Lzt4FAlorZhXPhn9gmGodcMYNvgkIHP Z4tYtS053xnMP4QNznUvZCpeUruDG+IN0KzSf5TCYhc64lkF1UIYO6+K+W33Ejn9jTBh/Z1hjcB42 6RYnzZVpNM30xrjSI9vL+uMcH0M4xUdAU/bTXnjc9Wcd36zBhM/RrQ5Yvykf2k2RcmT39BAzoiaOQ qaXVQJ+vYqcP0xUVzRog==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nn6cm-005EeG-Ds; Fri, 06 May 2022 22:40:36 +0000 Received: from mail-oi1-f170.google.com ([209.85.167.170]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nn6cE-005ERS-Gi; Fri, 06 May 2022 22:40:04 +0000 Received: by mail-oi1-f170.google.com with SMTP id m25so9040891oih.2; 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=nmPWXaWGRiJ81abOJrP07EFcapY3Ni5hi41fIa4YmYqK4T1lncgKiJ4XGv0HC9LqhR 5zp5+SMv+VvD4XdreK8vcvSbW1SunDWavX7/9Cs0NfTx6mB0tROEq80g1MYAiWePgToA TTCmwPAj8bIKTSZrZ62qkn7gsg55ktzsyBeMx6tqYJBTgWRmYSPm0rV3cfY8WQ1SO3WK PQ1/Ll+JZV38U+LvN5/ukj8IpVostkt/zsgJ4QqoL0lEaAeWZPWtPoF2wj9jNdkbMn39 JR7Ifbh837Jln4plBmvA8N4IvYoIY9XQDiTzc312SFc59G3dK4J0tToR8kbVuIb6sNOQ z2qg== X-Gm-Message-State: AOAM530t2yGerW656G7y0glLAHsXeHzqysQqjTsB8okDAf3JPlIx9Y8l IChJmxfPQ5qRLUGaUiEuiA== 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220506_154002_606111_FA875904 X-CRM114-Status: GOOD ( 11.35 ) X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.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. -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 726CBC433F5 for ; Fri, 6 May 2022 22:41:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FJl3JzoKJ9N4SysKMghSFJHiWvVCjJoyEampHDZnj24=; b=sgkC3b76tHDi8v //KBtKWEn1/NYBCFYJM20XqlZSGCW+kpkPHYp0+cGL3qV7StZE+5lRkJ5Mc8YuOseztRnCOPzXHUJ u69N4Vx2YW6zr9qVLdOoLDqRP6newWGETDkIIV+p7JcUsQnJY88dTt6wtVbbApr1pnbd+NSc41IBd EeNamBu1u974CSaeqYkOUC7NJ0w5sB21i4fjrO1gXD5tlgNaUyvOJdQ+raVpSuQqqfz83usXKcQc8 IhqQjXjKlPHjEGHjMSHbq7NE3H6oN712hCT/FSXss28WY03UD5zmJ4wAf2o/cNb+ED/2k5KktQN1K DdNr+KEg031vGQJNxq0A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nn6cn-005EeP-1E; Fri, 06 May 2022 22:40:37 +0000 Received: from mail-oi1-f170.google.com ([209.85.167.170]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nn6cE-005ERS-Gi; Fri, 06 May 2022 22:40:04 +0000 Received: by mail-oi1-f170.google.com with SMTP id m25so9040891oih.2; 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=nmPWXaWGRiJ81abOJrP07EFcapY3Ni5hi41fIa4YmYqK4T1lncgKiJ4XGv0HC9LqhR 5zp5+SMv+VvD4XdreK8vcvSbW1SunDWavX7/9Cs0NfTx6mB0tROEq80g1MYAiWePgToA TTCmwPAj8bIKTSZrZ62qkn7gsg55ktzsyBeMx6tqYJBTgWRmYSPm0rV3cfY8WQ1SO3WK PQ1/Ll+JZV38U+LvN5/ukj8IpVostkt/zsgJ4QqoL0lEaAeWZPWtPoF2wj9jNdkbMn39 JR7Ifbh837Jln4plBmvA8N4IvYoIY9XQDiTzc312SFc59G3dK4J0tToR8kbVuIb6sNOQ z2qg== X-Gm-Message-State: AOAM530t2yGerW656G7y0glLAHsXeHzqysQqjTsB8okDAf3JPlIx9Y8l IChJmxfPQ5qRLUGaUiEuiA== 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220506_154002_606111_FA875904 X-CRM114-Status: GOOD ( 11.35 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel