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 CDA77ECAA24 for ; Thu, 25 Aug 2022 18:51:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243536AbiHYSvy (ORCPT ); Thu, 25 Aug 2022 14:51:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243539AbiHYSvg (ORCPT ); Thu, 25 Aug 2022 14:51:36 -0400 Received: from mail-oa1-f53.google.com (mail-oa1-f53.google.com [209.85.160.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 78D41BD17C; Thu, 25 Aug 2022 11:51:28 -0700 (PDT) Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-11c4d7d4683so26049965fac.8; Thu, 25 Aug 2022 11:51:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=message-id:date:subject:references:in-reply-to:cc:to:from :x-gm-message-state:from:to:cc; bh=EBafd0kuWiSBNItH915K6mPKFUjNeQe/adJ0bJpSIs4=; b=7vPCeKOFBqvAmXdOOTYkzRsoXLZxfcbL9PyNsj+mhF5o/YJfdUd2CbvJg/uHi3mG5D zrzbme+pOkcQ6bzf547WdWv2yHyKzKYVD72imXlFyN82tX68bnfJFU3V62qEwpB6JlRy YDNR+m9V9Omn9poo539zxtHmeIkbo+DrvtBePujSmGIMi4oXJEZXfUuRYm1TBSZFrug8 Wm2b/nPbS0f+he53hi1RaOuoc0YaL8mJdvCbuOx+0nCfppKhsxYtYJiL3PNIf3t07B4/ B2byiasoymwYxgqoEnTlQSul9FMPEdF816RDiZ8qyqZlVmfUh1mg/UNcP7r6u9Wi1vO1 JGOA== X-Gm-Message-State: ACgBeo2OJdHCQe7B8+8P3tKHCabpbhoRR3VyqFwLzAqOTBLPchsviTVw Isz12vt0+j3fb+caGU0svA== X-Google-Smtp-Source: AA6agR5R2gPKUY6/Z6J+Oled6GhByMV7AQAwU8460e49jcL2j2hGAoM5AdWskXfqWCD2RHavojwzuQ== X-Received: by 2002:a05:6870:249c:b0:10c:7f4d:71ab with SMTP id s28-20020a056870249c00b0010c7f4d71abmr193954oaq.15.1661453486986; Thu, 25 Aug 2022 11:51:26 -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 i22-20020a056870891600b0011e37fb5493sm416060oao.30.2022.08.25.11.51.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Aug 2022 11:51:26 -0700 (PDT) Received: (nullmailer pid 1486942 invoked by uid 1000); Thu, 25 Aug 2022 18:51:19 -0000 From: Rob Herring To: Johannes Zink Cc: linux-fpga@vger.kernel.org, devicetree@vger.kernel.org, Moritz Fischer , kernel@pengutronix.de, Wu Hao , Rob Herring , Xu Yilun In-Reply-To: <20220825141343.1375690-4-j.zink@pengutronix.de> References: <20220825141343.1375690-1-j.zink@pengutronix.de> <20220825141343.1375690-4-j.zink@pengutronix.de> Subject: Re: [PATCH 03/16] dt-bindings: fpga: machxo2-slave: add pin for program sequence init Date: Thu, 25 Aug 2022 13:51:19 -0500 Message-Id: <1661453479.997595.1486941.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 25 Aug 2022 16:13:30 +0200, Johannes Zink wrote: > This commit adds a pin which initiates the FPGA programming sequence > once pulsed low. > > Signed-off-by: Johannes Zink > --- > .../devicetree/bindings/fpga/lattice,machxo2-slave.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > 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/fpga/lattice,machxo2-slave.example.dts:28.51-52 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:384: Documentation/devicetree/bindings/fpga/lattice,machxo2-slave.example.dtb] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1420: 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.