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=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,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 D20F6C433E1 for ; Fri, 31 Jul 2020 18:20:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6DB021744 for ; Fri, 31 Jul 2020 18:20:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596219614; bh=MMimNrtOYqKqibATfJa6jO1nG6aIx4hrl7GwCpQdRas=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ly8jezh86w23SVJRIyfORjGLiJNxwiLKuXUux7dO42fjRSLS3QWfmNr11pO3rRlvW sgLKI4dGK8TxpgGKb/rlLVlR6RQ8Oe3gHSgkVYOAhwx6wQwVlerfKT74QpJQWB+JbF ycrdTY7Ggyj1WwtUWedJAreFC9p1Z9ISHtvnhG0s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387763AbgGaSUO (ORCPT ); Fri, 31 Jul 2020 14:20:14 -0400 Received: from mail-il1-f196.google.com ([209.85.166.196]:45735 "EHLO mail-il1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730040AbgGaSUN (ORCPT ); Fri, 31 Jul 2020 14:20:13 -0400 Received: by mail-il1-f196.google.com with SMTP id f68so4219496ilh.12; Fri, 31 Jul 2020 11:20:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=yFfu3F+vbrc8SiAkq2yn5UuF04SFvlMO0yhutjm3ZV8=; b=O5niCAASGyfwrQ1ZspPFqOHqIs+kdnI7HaPsx8gCiodjqSlenLRK3T4DuioGk6klHw VTyokP4Ngwa/i0rdY17BLlpEkWGzlITW0PJDHIv3/rGCbR5CNLqCogPJInZtCzsRfmFQ zOh5Mno3yU2kvmHDpdPMkdQPg/hcBZEKX75NPRl7u2Yq5mL9Z5ln+NEBFiUPq0BglnxZ WUVSk1LZX+X/vPI+yYPXAuYHDYFSHqiVjLVfvuUJkr+PrGssW0ny1ma2xXWVlj1T4ELk aM9cZvOuZiiEdA9eDm8YY1I1XSYrrPQBGCz2m97p3CTI1zGtcilOgsZikD1UShATNerm pUhw== X-Gm-Message-State: AOAM533rm4YQC64E94MINynLhy8QmhlAf3gtVqP65/tSqtESADQDDLTl rYGWemFE/+TK/3Vimoo4Xg== X-Google-Smtp-Source: ABdhPJzsDsQfz5c08h7mARWBIkKqw/C7dbApEepczZpEhotj2Qs0fLmikCGoRDqtCZq3ebnbDHUorg== X-Received: by 2002:a92:60d:: with SMTP id x13mr4786610ilg.214.1596219612363; Fri, 31 Jul 2020 11:20:12 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id y80sm5277766ilk.82.2020.07.31.11.20.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 31 Jul 2020 11:20:11 -0700 (PDT) Received: (nullmailer pid 520384 invoked by uid 1000); Fri, 31 Jul 2020 18:20:09 -0000 Date: Fri, 31 Jul 2020 12:20:09 -0600 From: Rob Herring To: Abel Vesa Cc: Philipp Zabel , linux-clk@vger.kernel.org, Fabio Estevam , Mike Turquette , Shawn Guo , devicetree@vger.kernel.org, Fugang Duan , linux-arm-kernel@lists.infradead.org, Stephen Boyd , Anson Huang , Dong Aisheng , Sascha Hauer , Linux Kernel Mailing List , Peng Fan , NXP Linux Team Subject: Re: [PATCH 10/17] Documentation: bindings: clk: Add bindings for i.MX BLK_CTRL Message-ID: <20200731182009.GA520030@bogus> References: <1596024483-21482-1-git-send-email-abel.vesa@nxp.com> <1596024483-21482-11-git-send-email-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1596024483-21482-11-git-send-email-abel.vesa@nxp.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Jul 2020 15:07:56 +0300, Abel Vesa wrote: > Document the i.MX BLK_CTRL with its devicetree properties. > > Signed-off-by: Abel Vesa > --- > .../bindings/clock/fsl,imx-blk-ctrl.yaml | 55 ++++++++++++++++++++++ > 1 file changed, 55 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.yaml > My bot found errors running 'make dt_binding_check' on your patch: Error: Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.example.dts:19.23-24 syntax error FATAL ERROR: Unable to parse input tree scripts/Makefile.lib:315: recipe for target 'Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.example.dt.yaml' failed make[1]: *** [Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... Makefile:1347: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1338304 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --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 X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 EFB2CC433E0 for ; Fri, 31 Jul 2020 18:21:32 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 C834521744 for ; Fri, 31 Jul 2020 18:21:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Z8r/MZNT" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C834521744 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=iY9tVZB33scNjNUS3t6I8mSzKsOX0V7uIiCB8It59DM=; b=Z8r/MZNTa2DRL0/cmtci9W8iK V4rNaJw0U00A4swr8mL7b/A5ZpXVTtxfA665MsXs9Lew/ejOFwX85575imDgFZpN0I0vmpn73rwIv FFmigGCl0Q2VVw+E8vkmATLYknxJaxg6k3dSmE4uWKYjKScPDv1KjWtfX0SoRv2JQXDmLLV8XBqFt 1nXQBf35DW2F+nLUkrK9YlKL05dF4Gyq8m/GBgP2z+bLfdqDKhf0vEUrp/S2GBWz3OwgKFPK7UPvN xxNbNKtYMIgILbKMwM8GKEBU593+1M/61HdKotVufpabGBlO1eGhCp53JnrJkSVZXy+LJ/3IeLhsa fQR/AqlOw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1Zdg-0002cr-40; Fri, 31 Jul 2020 18:20:16 +0000 Received: from mail-il1-f193.google.com ([209.85.166.193]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k1Zdd-0002cJ-Fp for linux-arm-kernel@lists.infradead.org; Fri, 31 Jul 2020 18:20:14 +0000 Received: by mail-il1-f193.google.com with SMTP id i138so20177000ild.9 for ; Fri, 31 Jul 2020 11:20:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=yFfu3F+vbrc8SiAkq2yn5UuF04SFvlMO0yhutjm3ZV8=; b=dBu0XQyWNn3ztsWXSmkAk/GHGmelacFAFRiddHB9IVhci8n5M8iZJZIxcGx38rDE+c xBCWjPBaTZ8eN0r4mKSX9d/+vzwYah+YXhVCNOlGdVN/ASGxi1WS6cFvvtcK7aj6s6f0 SdrLeutL09rvyfy7aWKAWdKUsLWFB3hMQ2+mkyx+RwqLdDF//PkTO2wYPnTTu0Onrsk3 DpCe1hozoN8XSgc9bzapcMEabxowVmlr4O8/NVPcBE0sn+4rmXLZMu5iGaiYkeDME+La k0KRMnYjSFVlm/drHpmpPuoGRz/bVmycDctUoFpWd5WPRxDtW0Qxl9KG+lq+J72PHLFh g6tw== X-Gm-Message-State: AOAM532FmcVEqkEi5eWQ1f4WeFs0nlG5+8azNAJWn17hnSgljh0hKbWP i+IFs+JgXgg+FuJ35PJyot4QpEfYrA== X-Google-Smtp-Source: ABdhPJzsDsQfz5c08h7mARWBIkKqw/C7dbApEepczZpEhotj2Qs0fLmikCGoRDqtCZq3ebnbDHUorg== X-Received: by 2002:a92:60d:: with SMTP id x13mr4786610ilg.214.1596219612363; Fri, 31 Jul 2020 11:20:12 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id y80sm5277766ilk.82.2020.07.31.11.20.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 31 Jul 2020 11:20:11 -0700 (PDT) Received: (nullmailer pid 520384 invoked by uid 1000); Fri, 31 Jul 2020 18:20:09 -0000 Date: Fri, 31 Jul 2020 12:20:09 -0600 From: Rob Herring To: Abel Vesa Subject: Re: [PATCH 10/17] Documentation: bindings: clk: Add bindings for i.MX BLK_CTRL Message-ID: <20200731182009.GA520030@bogus> References: <1596024483-21482-1-git-send-email-abel.vesa@nxp.com> <1596024483-21482-11-git-send-email-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1596024483-21482-11-git-send-email-abel.vesa@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200731_142013_563147_53F1767B X-CRM114-Status: GOOD ( 15.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Dong Aisheng , devicetree@vger.kernel.org, Peng Fan , Fugang Duan , Sascha Hauer , Anson Huang , Stephen Boyd , Mike Turquette , Linux Kernel Mailing List , NXP Linux Team , Philipp Zabel , Fabio Estevam , Shawn Guo , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 Wed, 29 Jul 2020 15:07:56 +0300, Abel Vesa wrote: > Document the i.MX BLK_CTRL with its devicetree properties. > > Signed-off-by: Abel Vesa > --- > .../bindings/clock/fsl,imx-blk-ctrl.yaml | 55 ++++++++++++++++++++++ > 1 file changed, 55 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.yaml > My bot found errors running 'make dt_binding_check' on your patch: Error: Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.example.dts:19.23-24 syntax error FATAL ERROR: Unable to parse input tree scripts/Makefile.lib:315: recipe for target 'Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.example.dt.yaml' failed make[1]: *** [Documentation/devicetree/bindings/clock/fsl,imx-blk-ctrl.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... Makefile:1347: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1338304 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --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