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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 36B35C433F5 for ; Fri, 29 Apr 2022 15:53:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 03CBDC385A4; Fri, 29 Apr 2022 15:53:20 +0000 (UTC) Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com [209.85.167.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id F29FFC385AE; Fri, 29 Apr 2022 15:53:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org F29FFC385AE Authentication-Results: smtp.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oi1-f177.google.com with SMTP id q8so8512349oif.13; Fri, 29 Apr 2022 08:53:18 -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=FFjFGklMesuiQkPh+8rzTAyTXof2tZBqFJs5Jn3OJF4=; b=hcZK7A8jrmKJtYcxXbs25f0NnC2LN8vu0IOLTySaJqUDxOoz8yFlxlMLywo2tt6vcZ CSHpKRWv+MBriQfhr/ZAIp5N+gOooe4b8AAEZu+tRq/GpAGer358QC69rSnNCh7Uh88+ 971yDFaQp4W6vFf1uySLLB46kaTWsTGf0pWB0WShrUwUV29n1u/dcQ+gO+ZXPBOMT109 wwMwdlmMFDWNPIPxh5SAkWkV5BaNKruJFtg953fIEnJsZDKAasWbO72FwkQPZY4YfWx3 O/xSg67uY87RajFKKwOCLgf5CLzoV9ihNGz9lmgpQtrW0L1nmN0R3wRxA8EXlX6jCRvr MuQg== X-Gm-Message-State: AOAM533UMnmOp/pdHNlgzn9/yAb3DBG6NWOURKz5JiXHpnVhN7c5D9ms I1Lehp319b8rDt+rldyrAQ== X-Google-Smtp-Source: ABdhPJxBDckK9tQAVZHKd7BiQTS1n/On3l+TQwVLBKxxqANVBsJa67fSMJpCyXx9MaORSsHbqtpJ+w== X-Received: by 2002:a05:6808:f8d:b0:325:5728:997b with SMTP id o13-20020a0568080f8d00b003255728997bmr1891780oiw.163.1651247598036; Fri, 29 Apr 2022 08:53:18 -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 o24-20020a4ae598000000b0035eb4e5a6d0sm890263oov.38.2022.04.29.08.53.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 Apr 2022 08:53:17 -0700 (PDT) Received: (nullmailer pid 2344490 invoked by uid 1000); Fri, 29 Apr 2022 15:53:16 -0000 From: Rob Herring To: Jesse Taube List-Id: Cc: shawnguo@kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, s.hauer@pengutronix.de, tglx@linutronix.de, leoyang.li@nxp.com, cniedermaier@dh-electronics.com, aisheng.dong@nxp.com, soc@kernel.org, olof@lixom.net, abel.vesa@nxp.com, clin@suse.com, linux-arm-kernel@lists.infradead.org, mturquette@baylibre.com, stefan@agner.ch, Mr.Bossman075@gmail.com, daniel.lezcano@linaro.org, sboyd@kernel.org, tharvey@gateworks.com, linus.walleij@linaro.org, sebastian.reichel@collabora.com, giulio.benetti@benettiengineering.com, marcel.ziswiler@toradex.com, robh+dt@kernel.org, devicetree@vger.kernel.org, festevam@gmail.com, linux@armlinux.org.uk, linux-gpio@vger.kernel.org, dev@lynxeye.de, kernel@pengutronix.de, linux-imx@nxp.com, arnd@arndb.de In-Reply-To: <20220428214838.1040278-8-Mr.Bossman075@gmail.com> References: <20220428214838.1040278-1-Mr.Bossman075@gmail.com> <20220428214838.1040278-8-Mr.Bossman075@gmail.com> Subject: Re: [PATCH v2 07/15] dt-bindings: clock: imx: Add documentation for i.MXRT1170 clock Date: Fri, 29 Apr 2022 10:53:16 -0500 Message-Id: <1651247596.107110.2344489.nullmailer@robh.at.kernel.org> On Thu, 28 Apr 2022 17:48:30 -0400, Jesse Taube wrote: > Add DT binding documentation for i.MXRT1170 clock driver. > > Cc: Giulio Benetti > Signed-off-by: Jesse Taube > --- > V1 -> V2: > - Change title to Clock Controller > - Rename to add fsl > --- > .../bindings/clock/fsl,imxrt1170-clock.yaml | 59 +++++++++++++++++++ > 1 file changed, 59 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/fsl,imxrt1170-clock.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: ./Documentation/devicetree/bindings/clock/fsl,imxrt1170-clock.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/clock/fsl,imxrt1170-clock.yaml# Documentation/devicetree/bindings/clock/fsl,imxrt1170-clock.example.dts:20:18: fatal error: dt-bindings/clock/imxrt1170-clock.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:364: Documentation/devicetree/bindings/clock/fsl,imxrt1170-clock.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.