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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 96891C4332E for ; Wed, 23 Dec 2020 17:49:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6D6FA2229C for ; Wed, 23 Dec 2020 17:49:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728103AbgLWRsp (ORCPT ); Wed, 23 Dec 2020 12:48:45 -0500 Received: from mail-ot1-f53.google.com ([209.85.210.53]:34836 "EHLO mail-ot1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726384AbgLWRso (ORCPT ); Wed, 23 Dec 2020 12:48:44 -0500 Received: by mail-ot1-f53.google.com with SMTP id i6so15741345otr.2; Wed, 23 Dec 2020 09:48:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=K5Yix/37ki3dCZFopkSSkjKG5evvMj86JkeiVkAJ78g=; b=QuOpbnlLbsSmLmldLs32r/uNlUxqfAuC1Mg1NbCKLy8UCSlGNU/rSnU/Jv+/7I99iI 9ORidiHPcb64fBA4Vgl1U3vo9rhV/gc6FA8DLcGLutO7KnQqz1qqjLi8fBo5KzVWgCkB +7G+uZmaonqsEeecKhUMXz6NxeGUebf3WTfrrJGuOdeAEg5iHvK6LSY38UKkaUUOZ0D6 tIA5VcEIS96OXIdVl/KK1fQoxuqyqGV0/9cyWlfW/SX8KjuDDjHeZukXfUeVrf1XdDQF 1kTqPBaY7hyWt/fUc3dFuAiLVTPaUvOHZF1UQTIFTF0bmZlVlzr4KWwN8GNQewF3lpqr BjoQ== X-Gm-Message-State: AOAM5334vGT2yCkl4lDsBwSlNYIvFsLWJtfLb5vJt4ilcNZpZOAFRy2l hrQSDW9rbs6bA/T5hJXjBg== X-Google-Smtp-Source: ABdhPJwwkIwBeMc0P36eD46ujc2g7Yxv3OUhQoIQbvvQcZl95unXLd2lLce2YlPC5c6HviQS6uif0g== X-Received: by 2002:a9d:640b:: with SMTP id h11mr8626511otl.224.1608745683770; Wed, 23 Dec 2020 09:48:03 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id j10sm5938165otn.63.2020.12.23.09.48.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Dec 2020 09:48:03 -0800 (PST) Received: (nullmailer pid 762424 invoked by uid 1000); Wed, 23 Dec 2020 17:47:58 -0000 From: Rob Herring To: Hsin-Hsiung Wang Cc: linux-arm-msm@vger.kernel.org, Matthias Brugger , Rob Herring , Geert Uytterhoeven , Stephen Boyd , srv_heupstream@mediatek.com, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Ulf Hansson , Mauro Carvalho Chehab , Mark Brown , Project_Global_Chrome_Upstream_Group@mediatek.com In-Reply-To: <1608691469-20919-2-git-send-email-hsin-hsiung.wang@mediatek.com> References: <1608691469-20919-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1608691469-20919-2-git-send-email-hsin-hsiung.wang@mediatek.com> Subject: Re: [PATCH v5 1/4] dt-bindings: spmi: modify the constraint 'maxItems' to 'minItems' Date: Wed, 23 Dec 2020 10:47:58 -0700 Message-Id: <1608745678.788845.762423.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, 23 Dec 2020 10:44:26 +0800, Hsin-Hsiung Wang wrote: > The constraint of 'maxItem: 1' might be larger than 1, so we modify it > to 'minItem: 0'. > > Signed-off-by: Hsin-Hsiung Wang > --- > Documentation/devicetree/bindings/spmi/spmi.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/spmi/spmi.yaml: properties:reg: 'anyOf' conditional failed, one must be fixed: 'maxItems' is a required property /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/spmi/spmi.yaml: properties:reg: 'oneOf' conditional failed, one must be fixed: 'minItems' is not one of ['maxItems'] 'minItems' is not one of ['description', 'deprecated', 'const', 'enum', 'minimum', 'maximum', 'default', '$ref'] 0 is less than the minimum of 1 /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/spmi/spmi.yaml: ignoring, error in schema: properties: reg warning: no schema found in file: ./Documentation/devicetree/bindings/spmi/spmi.yaml See https://patchwork.ozlabs.org/patch/1419575 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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, 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 C2308C433E0 for ; Wed, 23 Dec 2020 17:48:23 +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 6AA84207D2 for ; Wed, 23 Dec 2020 17:48:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6AA84207D2 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-mediatek-bounces+linux-mediatek=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:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Awu4bIKKLw3ntCYkIbA06SimqlBHaYiO3x7lhIVo9lg=; b=b5FgR8fRACEAPDWv31QVrD6D3Z XngT5+Y3QAqUEpRg3+f/LKRCu+BPYveIdW0ezlN2ymNnhTppcewNR1JNgBfrGawrLlBNi8Ecwfar0 MiLOlDMSfn8nXE5z09sPTog3VHgOOpfhKNMDuTUzGQcbFSoCZpGyGtSPMzXBmOqoDeizobNtPXOlR mSSXZuPaiEGj502VvgIsXICV1WmsUPDx+4oV1IBl1L+AzFx31u9r0V2bBq5u5l+wb6hQxoxo5jeUG LyMQrnS+0KqqjwILb2d8VwmMTb9y8iVkUOB7VKrAkBv/yBW/bmRKONVvm1t3JBiQwBLGW+uAbjjpl +9YKislw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ks8F6-0003jd-VH; Wed, 23 Dec 2020 17:48:09 +0000 Received: from mail-ot1-f44.google.com ([209.85.210.44]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ks8F4-0003i3-GN; Wed, 23 Dec 2020 17:48:07 +0000 Received: by mail-ot1-f44.google.com with SMTP id b24so15723360otj.0; Wed, 23 Dec 2020 09:48:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=K5Yix/37ki3dCZFopkSSkjKG5evvMj86JkeiVkAJ78g=; b=OPL5Y3c0r68dBaRY39mdFgMITJI4O+0iUFnboGeSHc35QXDNE1XvaeysO3jQWIj/IP yAZM0e55nnU3HxBa1zTB59p9tH7B7gSdYtRFntfnoglRo/z/GCgvaxwtkuuYBl0V8zjC gG280eQwJ582gwZmzwIcrvIy9dhu15LzQFhYw2llHPRSsiKHBT7u9wJTk9A736O2REXY H3s1mjdhQ1QJCVsnB/4mUemiDSgUMOUW13KGovB/wktDaBHxRCvnP2ckmFx8ZwA+ptX4 M+8twZdPAqiHvsxXUo5aKbSG3yAeXU3mcooBGqIg+HnQRb5MZaVfA4pd5IB5Ck/2mham Ussg== X-Gm-Message-State: AOAM533qtfHVmYHbZP49uiOGonZv8BxPp6yv++0LyIu7vyRAnCpJycu9 UIByvmqhz/WEE36j0NNN1Q== X-Google-Smtp-Source: ABdhPJwwkIwBeMc0P36eD46ujc2g7Yxv3OUhQoIQbvvQcZl95unXLd2lLce2YlPC5c6HviQS6uif0g== X-Received: by 2002:a9d:640b:: with SMTP id h11mr8626511otl.224.1608745683770; Wed, 23 Dec 2020 09:48:03 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id j10sm5938165otn.63.2020.12.23.09.48.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Dec 2020 09:48:03 -0800 (PST) Received: (nullmailer pid 762424 invoked by uid 1000); Wed, 23 Dec 2020 17:47:58 -0000 From: Rob Herring To: Hsin-Hsiung Wang In-Reply-To: <1608691469-20919-2-git-send-email-hsin-hsiung.wang@mediatek.com> References: <1608691469-20919-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1608691469-20919-2-git-send-email-hsin-hsiung.wang@mediatek.com> Subject: Re: [PATCH v5 1/4] dt-bindings: spmi: modify the constraint 'maxItems' to 'minItems' Date: Wed, 23 Dec 2020 10:47:58 -0700 Message-Id: <1608745678.788845.762423.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201223_124806_552011_6164B880 X-CRM114-Status: GOOD ( 15.34 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Ulf Hansson , Geert Uytterhoeven , srv_heupstream@mediatek.com, Stephen Boyd , linux-arm-msm@vger.kernel.org, Mark Brown , linux-kernel@vger.kernel.org, Project_Global_Chrome_Upstream_Group@mediatek.com, Mauro Carvalho Chehab , Rob Herring , linux-mediatek@lists.infradead.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Wed, 23 Dec 2020 10:44:26 +0800, Hsin-Hsiung Wang wrote: > The constraint of 'maxItem: 1' might be larger than 1, so we modify it > to 'minItem: 0'. > > Signed-off-by: Hsin-Hsiung Wang > --- > Documentation/devicetree/bindings/spmi/spmi.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/spmi/spmi.yaml: properties:reg: 'anyOf' conditional failed, one must be fixed: 'maxItems' is a required property /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/spmi/spmi.yaml: properties:reg: 'oneOf' conditional failed, one must be fixed: 'minItems' is not one of ['maxItems'] 'minItems' is not one of ['description', 'deprecated', 'const', 'enum', 'minimum', 'maximum', 'default', '$ref'] 0 is less than the minimum of 1 /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/spmi/spmi.yaml: ignoring, error in schema: properties: reg warning: no schema found in file: ./Documentation/devicetree/bindings/spmi/spmi.yaml See https://patchwork.ozlabs.org/patch/1419575 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-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, 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 B64EDC433E0 for ; Wed, 23 Dec 2020 17:49:56 +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 7604C207D2 for ; Wed, 23 Dec 2020 17:49:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7604C207D2 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:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=k6UnkIaMga/U+8tAL4KBnYOo+ek5F7DLNlD+w5SC/rs=; b=eGLuD9x5c5ndTml1iMbym/zzFY 2rLolYHcv8w3KDeBdxZRqYPygJLP6fvZydssfHxzUpQ0aokt8kwAj9kMAHA43Co0SILJZ2IyaQ0E3 ekeM/sBv0PvZ5X55CX8LRWaIO23UNge87ACZYnhC2lO8m0cTv5Gswmalx1+0T4n+eNSBHivOI1UvF 4hg6r4oY9jZiktmSk/y81qV39CKyAAhpCXLyKhje3dhjmi39hklJCpSp8mLOX+cK5WWjc7zn4Mu4B 4xiqoyNePDDpL7GjWYFJz+UrqmGyiIrd/+4ZRVmkAWyJ1p9cmyfv6JQGRF+hSDA3nPYXcF+hGb2fa WxumxBUw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ks8FA-0003kW-1h; Wed, 23 Dec 2020 17:48:12 +0000 Received: from mail-ot1-f44.google.com ([209.85.210.44]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ks8F4-0003i3-GN; Wed, 23 Dec 2020 17:48:07 +0000 Received: by mail-ot1-f44.google.com with SMTP id b24so15723360otj.0; Wed, 23 Dec 2020 09:48:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=K5Yix/37ki3dCZFopkSSkjKG5evvMj86JkeiVkAJ78g=; b=OPL5Y3c0r68dBaRY39mdFgMITJI4O+0iUFnboGeSHc35QXDNE1XvaeysO3jQWIj/IP yAZM0e55nnU3HxBa1zTB59p9tH7B7gSdYtRFntfnoglRo/z/GCgvaxwtkuuYBl0V8zjC gG280eQwJ582gwZmzwIcrvIy9dhu15LzQFhYw2llHPRSsiKHBT7u9wJTk9A736O2REXY H3s1mjdhQ1QJCVsnB/4mUemiDSgUMOUW13KGovB/wktDaBHxRCvnP2ckmFx8ZwA+ptX4 M+8twZdPAqiHvsxXUo5aKbSG3yAeXU3mcooBGqIg+HnQRb5MZaVfA4pd5IB5Ck/2mham Ussg== X-Gm-Message-State: AOAM533qtfHVmYHbZP49uiOGonZv8BxPp6yv++0LyIu7vyRAnCpJycu9 UIByvmqhz/WEE36j0NNN1Q== X-Google-Smtp-Source: ABdhPJwwkIwBeMc0P36eD46ujc2g7Yxv3OUhQoIQbvvQcZl95unXLd2lLce2YlPC5c6HviQS6uif0g== X-Received: by 2002:a9d:640b:: with SMTP id h11mr8626511otl.224.1608745683770; Wed, 23 Dec 2020 09:48:03 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id j10sm5938165otn.63.2020.12.23.09.48.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Dec 2020 09:48:03 -0800 (PST) Received: (nullmailer pid 762424 invoked by uid 1000); Wed, 23 Dec 2020 17:47:58 -0000 From: Rob Herring To: Hsin-Hsiung Wang In-Reply-To: <1608691469-20919-2-git-send-email-hsin-hsiung.wang@mediatek.com> References: <1608691469-20919-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1608691469-20919-2-git-send-email-hsin-hsiung.wang@mediatek.com> Subject: Re: [PATCH v5 1/4] dt-bindings: spmi: modify the constraint 'maxItems' to 'minItems' Date: Wed, 23 Dec 2020 10:47:58 -0700 Message-Id: <1608745678.788845.762423.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201223_124806_552011_6164B880 X-CRM114-Status: GOOD ( 15.34 ) 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: devicetree@vger.kernel.org, Ulf Hansson , Geert Uytterhoeven , srv_heupstream@mediatek.com, Stephen Boyd , linux-arm-msm@vger.kernel.org, Mark Brown , linux-kernel@vger.kernel.org, Project_Global_Chrome_Upstream_Group@mediatek.com, Mauro Carvalho Chehab , Rob Herring , linux-mediatek@lists.infradead.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org 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 Wed, 23 Dec 2020 10:44:26 +0800, Hsin-Hsiung Wang wrote: > The constraint of 'maxItem: 1' might be larger than 1, so we modify it > to 'minItem: 0'. > > Signed-off-by: Hsin-Hsiung Wang > --- > Documentation/devicetree/bindings/spmi/spmi.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/spmi/spmi.yaml: properties:reg: 'anyOf' conditional failed, one must be fixed: 'maxItems' is a required property /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/spmi/spmi.yaml: properties:reg: 'oneOf' conditional failed, one must be fixed: 'minItems' is not one of ['maxItems'] 'minItems' is not one of ['description', 'deprecated', 'const', 'enum', 'minimum', 'maximum', 'default', '$ref'] 0 is less than the minimum of 1 /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/spmi/spmi.yaml: ignoring, error in schema: properties: reg warning: no schema found in file: ./Documentation/devicetree/bindings/spmi/spmi.yaml See https://patchwork.ozlabs.org/patch/1419575 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