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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC16AC433F5 for ; Fri, 1 Oct 2021 16:29:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 84FB8619F8 for ; Fri, 1 Oct 2021 16:29:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355014AbhJAQbi (ORCPT ); Fri, 1 Oct 2021 12:31:38 -0400 Received: from mail-qt1-f177.google.com ([209.85.160.177]:43854 "EHLO mail-qt1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231950AbhJAQbh (ORCPT ); Fri, 1 Oct 2021 12:31:37 -0400 Received: by mail-qt1-f177.google.com with SMTP id a13so9479345qtw.10; Fri, 01 Oct 2021 09:29:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6ITh0BGr5DcDj7xCp1Z0IhOFPgiSIbzrRXYfEGa/wJE=; b=rqIG8jG4N6b8Wcl8k0rgAsJDDa/HOFsQ7pDmbW/TTsmx9wI+HY4COPFrrd+huq0rCP 1NKTxX3lNQNt1WaLwU6uRfy9if2IRwqGSuVy5zkw66GmI30vAkZ99/WJS1FJHYuBClfB o7Fxt0ixqvG7qWV/M6gc6q0hXU7ugNktTdPE8O32wMZDsqYjb5P51RA6aNsXW925WnjX n1uALyaJ9NSMxeNBZaez2OzgjrwahZpWjdm3mQetO5r8WoKK5gg57QxoaJDRpK2bUV11 y44vscoLcj+1EhqU8FR/YUH+zwEr/O8oOgRezxwiIBcN402/8TIJQXTFt+ZYJFfE/6cd 76JA== X-Gm-Message-State: AOAM5312Tcf6S7RvDU3oXuZn9KuhiqzTn8hZv3Mt0vEm+jsHsHFHisRx qBoY2ucP5hxNq8mASXA/e9wX1WraETY= X-Google-Smtp-Source: ABdhPJz8zfCynKu++s7WY7ADfXWnXlsUNuCsvYiU30H3MXSS8dxd+I+rOk248/+cy2Ei9KTfzBl96A== X-Received: by 2002:ac8:1e85:: with SMTP id c5mr4814437qtm.154.1633105792206; Fri, 01 Oct 2021 09:29:52 -0700 (PDT) Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com. [209.85.160.178]) by smtp.gmail.com with ESMTPSA id h68sm3373905qkf.126.2021.10.01.09.29.51 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 01 Oct 2021 09:29:51 -0700 (PDT) Received: by mail-qt1-f178.google.com with SMTP id x9so9555221qtv.0; Fri, 01 Oct 2021 09:29:51 -0700 (PDT) X-Received: by 2002:ac8:74c7:: with SMTP id j7mr6215018qtr.118.1633105791433; Fri, 01 Oct 2021 09:29:51 -0700 (PDT) MIME-Version: 1.0 References: <20211001000924.15421-1-leoyang.li@nxp.com> <20211001000924.15421-2-leoyang.li@nxp.com> <1633094217.843390.3666440.nullmailer@robh.at.kernel.org> In-Reply-To: <1633094217.843390.3666440.nullmailer@robh.at.kernel.org> From: Li Yang Date: Fri, 1 Oct 2021 11:29:39 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/5] dt-bindings: memory: fsl: convert ifc binding to yaml schema To: Rob Herring Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linuxppc-dev , lkml , Krzysztof Kozlowski , Rob Herring , Shawn Guo , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 1, 2021 at 8:18 AM Rob Herring wrote: > > On Thu, 30 Sep 2021 19:09:20 -0500, Li Yang wrote: > > Convert the txt binding to yaml format and add description. Drop the > > "simple-bus" compatible string from the example and not allowed by the > > binding any more. This will help to enforce the correct probe order > > between parent device and child devices, but will require the ifc driver > > to probe the child devices to work properly. > > > > Signed-off-by: Li Yang > > --- > > updates from previous submission: > > - Drop "simple-bus" from binding and only "fsl,ifc" as compatible > > - Fix one identiation problem of "reg" > > - Add type restriction to "little-endian" property > > > > .../bindings/memory-controllers/fsl/ifc.txt | 82 ----------- > > .../bindings/memory-controllers/fsl/ifc.yaml | 137 ++++++++++++++++++ > > 2 files changed, 137 insertions(+), 82 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt > > create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.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/memory-controllers/fsl/ifc.example.dt.yaml:0:0: /example-0/soc/ifc@ffe1e000/flash@1,0: failed to match any schema with compatible: ['fsl,ifc-nand'] > Documentation/devicetree/bindings/memory-controllers/fsl/ifc.example.dt.yaml:0:0: /example-0/soc/ifc@ffe1e000/cpld@3,0: failed to match any schema with compatible: ['fsl,p1010rdb-cpld'] These are defined in other bindings, but unfortunately they are not converted to yaml format yet. > > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/patch/1535102 > > 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07FEFC433EF for ; Fri, 1 Oct 2021 16:30:25 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 735B3619F5 for ; Fri, 1 Oct 2021 16:30:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 735B3619F5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HLbFB6MCVz3bmx for ; Sat, 2 Oct 2021 02:30:22 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.160.179; helo=mail-qt1-f179.google.com; envelope-from=pku.leo@gmail.com; receiver=) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HLbDh3bzdz2yPR for ; Sat, 2 Oct 2021 02:29:55 +1000 (AEST) Received: by mail-qt1-f179.google.com with SMTP id j13so9501329qtq.6 for ; Fri, 01 Oct 2021 09:29:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6ITh0BGr5DcDj7xCp1Z0IhOFPgiSIbzrRXYfEGa/wJE=; b=Ds11eRV19tU1qBg7EJSu5VtI9Gy9eaw7A5pM0tVOOQODqEYnyJVta75zYfKi+Yp2ra qdgWTvu1zcv55iULBwsiEZRDiiiK1Gk6s61igBO+Ow5DylcT42gFeiAdx6WjsvrQ1Kdy aCXFO2LeNQyzBXIpHxxtPZj2qD98MgM7PC031eQpgBsQMzpRgwGNR86CALNPuUqLtzXl al7T59XnuyOEPtBYWU5TXXaCIHpQOtZZb5ktI3A7CfgWOi/+cfmEH1zTJQhdQS0pb4TA 4Lunl1aDbNAsXIO72nRSuSp6DDZDnl9Vi5vib/lJ1erK73UbslvrooB83YgNDB/kn9mR vbNw== X-Gm-Message-State: AOAM533og0sGJG9dGzhaxAwn/dy5CN8h9cajynj/Qrxtf8Zi8ZkMLDzW 42daNLxSl79sNZrA7TBBVmQ5JeTbK3s= X-Google-Smtp-Source: ABdhPJzMOfXVyPq/PFWDsHBiQHKNDVBERv/YfM33qXFD95pwG5njynILHRG9X7KXfCliIPY80bOIjg== X-Received: by 2002:ac8:20a:: with SMTP id k10mr13631319qtg.7.1633105792336; Fri, 01 Oct 2021 09:29:52 -0700 (PDT) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com. [209.85.160.175]) by smtp.gmail.com with ESMTPSA id o23sm3654199qtl.74.2021.10.01.09.29.51 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 01 Oct 2021 09:29:52 -0700 (PDT) Received: by mail-qt1-f175.google.com with SMTP id f15so9488245qtv.9 for ; Fri, 01 Oct 2021 09:29:51 -0700 (PDT) X-Received: by 2002:ac8:74c7:: with SMTP id j7mr6215018qtr.118.1633105791433; Fri, 01 Oct 2021 09:29:51 -0700 (PDT) MIME-Version: 1.0 References: <20211001000924.15421-1-leoyang.li@nxp.com> <20211001000924.15421-2-leoyang.li@nxp.com> <1633094217.843390.3666440.nullmailer@robh.at.kernel.org> In-Reply-To: <1633094217.843390.3666440.nullmailer@robh.at.kernel.org> From: Li Yang Date: Fri, 1 Oct 2021 11:29:39 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/5] dt-bindings: memory: fsl: convert ifc binding to yaml schema To: Rob Herring Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linuxppc-dev , lkml , Krzysztof Kozlowski , Rob Herring , Shawn Guo , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, Oct 1, 2021 at 8:18 AM Rob Herring wrote: > > On Thu, 30 Sep 2021 19:09:20 -0500, Li Yang wrote: > > Convert the txt binding to yaml format and add description. Drop the > > "simple-bus" compatible string from the example and not allowed by the > > binding any more. This will help to enforce the correct probe order > > between parent device and child devices, but will require the ifc driver > > to probe the child devices to work properly. > > > > Signed-off-by: Li Yang > > --- > > updates from previous submission: > > - Drop "simple-bus" from binding and only "fsl,ifc" as compatible > > - Fix one identiation problem of "reg" > > - Add type restriction to "little-endian" property > > > > .../bindings/memory-controllers/fsl/ifc.txt | 82 ----------- > > .../bindings/memory-controllers/fsl/ifc.yaml | 137 ++++++++++++++++++ > > 2 files changed, 137 insertions(+), 82 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt > > create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.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/memory-controllers/fsl/ifc.example.dt.yaml:0:0: /example-0/soc/ifc@ffe1e000/flash@1,0: failed to match any schema with compatible: ['fsl,ifc-nand'] > Documentation/devicetree/bindings/memory-controllers/fsl/ifc.example.dt.yaml:0:0: /example-0/soc/ifc@ffe1e000/cpld@3,0: failed to match any schema with compatible: ['fsl,p1010rdb-cpld'] These are defined in other bindings, but unfortunately they are not converted to yaml format yet. > > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/patch/1535102 > > 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 38EDBC433EF for ; Fri, 1 Oct 2021 16:32:15 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 03197619F5 for ; Fri, 1 Oct 2021 16:32:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 03197619F5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SniQXmeqHJdeXoCBqUYXOX2uciiJYQuEj/WlgTpQG98=; b=yJN0yRNI4SSwIs Tp0Rg+t3Qw5LW0/1aFxXq7M3w07EmUsl3mF4JwnU4TMKZRPmga2///dVw+PT+yC+rV9sdbMcWcUOX ImdHFaq+Lscj9GlLRqZhLicQ/Fzn+M9loZaEUHmYQF7W5cBMwWoOcTnUhjwpRlfj7ryu4mAAp7IX1 RyHoOzpl3GDPGBgos0hBcCXxyOoh5O6DYM4uO2FEK6RrrLsrCiTkfgbGiAIJ4dvpZ16DU1zLvRLIV ihY4YOszXdfLSmutg9TjpTchdDEWywAxJJjblFojFklW03Jdu0nbwhvefg1yQDYd3rYB00o+/mJpX aUWZ8fdYIYSNfTBmxTpg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWLQ6-000rf7-3f; Fri, 01 Oct 2021 16:29:58 +0000 Received: from mail-qt1-f172.google.com ([209.85.160.172]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mWLQ2-000re0-3v for linux-arm-kernel@lists.infradead.org; Fri, 01 Oct 2021 16:29:55 +0000 Received: by mail-qt1-f172.google.com with SMTP id c20so9499503qtb.2 for ; Fri, 01 Oct 2021 09:29:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6ITh0BGr5DcDj7xCp1Z0IhOFPgiSIbzrRXYfEGa/wJE=; b=ydxeOcNEHGCdmI7LZugIILnxBf0mHZ/9ClcYEj0OMfeUngs/Ts7kNuyxbvUvnPYSP2 5XJlL9rXl1HLzj1R0M5kh0avm3Ht50OuL9md2ByR3AJk2EQsh/o4Ofzmelw6ATxSkrIB CIr6z7l52f2ahYep5KSAireMu3MGNNa3G6ONsQ32siefkwe9rsFy6A8VBGfFjUtRMJ+Y RZN4SEnuv0uxWm0WYxxYLxNZdj/PpZR66wkQspjnj4AdikwSpOZIJahaApxQlCzfJ8y3 WQLVvSnEPuxp11HiwZm6dotWFImjCtNK1rtclWhW3Wf8HyEVkWf8p5GoICDVJ787moN1 G3jA== X-Gm-Message-State: AOAM531eYfbPo6iYZ+RFKmpoY8fOVQXiZ9G3VYIdqx32ooTlTQLn3rts aUSskwbDkzBYCvNMjc/D6RibvJqTEDs= X-Google-Smtp-Source: ABdhPJxZOjht/EbGagI6mUgM+8cRNzRvY77htjFInYvnvwNKghZOo4vB45+Fy/VeUakfPjiKuyQHKA== X-Received: by 2002:a05:622a:1a12:: with SMTP id f18mr8557057qtb.308.1633105792289; Fri, 01 Oct 2021 09:29:52 -0700 (PDT) Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com. [209.85.160.177]) by smtp.gmail.com with ESMTPSA id u4sm3559235qtq.31.2021.10.01.09.29.51 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 01 Oct 2021 09:29:52 -0700 (PDT) Received: by mail-qt1-f177.google.com with SMTP id r1so9454970qta.12 for ; Fri, 01 Oct 2021 09:29:51 -0700 (PDT) X-Received: by 2002:ac8:74c7:: with SMTP id j7mr6215018qtr.118.1633105791433; Fri, 01 Oct 2021 09:29:51 -0700 (PDT) MIME-Version: 1.0 References: <20211001000924.15421-1-leoyang.li@nxp.com> <20211001000924.15421-2-leoyang.li@nxp.com> <1633094217.843390.3666440.nullmailer@robh.at.kernel.org> In-Reply-To: <1633094217.843390.3666440.nullmailer@robh.at.kernel.org> From: Li Yang Date: Fri, 1 Oct 2021 11:29:39 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/5] dt-bindings: memory: fsl: convert ifc binding to yaml schema To: Rob Herring Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linuxppc-dev , lkml , Krzysztof Kozlowski , Rob Herring , Shawn Guo , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211001_092954_181558_E71E3DBF X-CRM114-Status: GOOD ( 25.88 ) 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: , 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, Oct 1, 2021 at 8:18 AM Rob Herring wrote: > > On Thu, 30 Sep 2021 19:09:20 -0500, Li Yang wrote: > > Convert the txt binding to yaml format and add description. Drop the > > "simple-bus" compatible string from the example and not allowed by the > > binding any more. This will help to enforce the correct probe order > > between parent device and child devices, but will require the ifc driver > > to probe the child devices to work properly. > > > > Signed-off-by: Li Yang > > --- > > updates from previous submission: > > - Drop "simple-bus" from binding and only "fsl,ifc" as compatible > > - Fix one identiation problem of "reg" > > - Add type restriction to "little-endian" property > > > > .../bindings/memory-controllers/fsl/ifc.txt | 82 ----------- > > .../bindings/memory-controllers/fsl/ifc.yaml | 137 ++++++++++++++++++ > > 2 files changed, 137 insertions(+), 82 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt > > create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.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/memory-controllers/fsl/ifc.example.dt.yaml:0:0: /example-0/soc/ifc@ffe1e000/flash@1,0: failed to match any schema with compatible: ['fsl,ifc-nand'] > Documentation/devicetree/bindings/memory-controllers/fsl/ifc.example.dt.yaml:0:0: /example-0/soc/ifc@ffe1e000/cpld@3,0: failed to match any schema with compatible: ['fsl,p1010rdb-cpld'] These are defined in other bindings, but unfortunately they are not converted to yaml format yet. > > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/patch/1535102 > > 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