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 11532C433FE for ; Mon, 21 Feb 2022 02:36:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343901AbiBUCgl (ORCPT ); Sun, 20 Feb 2022 21:36:41 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:48480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343889AbiBUCgh (ORCPT ); Sun, 20 Feb 2022 21:36:37 -0500 Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 951AF3CA63; Sun, 20 Feb 2022 18:36:15 -0800 (PST) Received: by mail-io1-f50.google.com with SMTP id f14so6653700ioz.1; Sun, 20 Feb 2022 18:36:15 -0800 (PST) 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=2mmcZ0qMjEAikcQvpd5iCmfuIKx/lTLKOc0r1rxTap0=; b=WyGupXuGl32WrOJXjrldHA5BFSTUzI7Dxr/2vaa7xKRYn/j0ihjpPsZ3AzL79/xkj7 L3zEtiqIMmUN1K7eEB0J78dvBP7Ve93ErCPm8aEWZlyMhY9iG8WKEKYu50qCVxlWFCFr eFolumqPYgnM1i8g23UqedtnbYr3pzUceT0hiwEgCZ1bFE/fh/hsCDySVhExJ/4QJMZI 3nLq1u16QV0pflExpWpKRv6ggPgFo31YhntNtyJC/OMI0y1zsQxfGmXXTA4Shyo1l7Dl KbajTD+2pBXl674MNgOY33T5pOM9b8sSKeFfrfz3/HcpCCIZgPRw/geg0q42IC/SkC5V h2/w== X-Gm-Message-State: AOAM531NX97pGaQsOOKrpMgnTkz0W30alsXiglXZ60MCTGM0CAiNu3+S HqnEjhyrjfHXS5SLWAlIYg== X-Google-Smtp-Source: ABdhPJypQDHWIJkGf/quhqIersUuQk4DFD1V7BeSFJIZUMfyu9Yn9GnRxz+LJKy432+3svAi+vLRjQ== X-Received: by 2002:a02:c98b:0:b0:310:f631:dcf8 with SMTP id b11-20020a02c98b000000b00310f631dcf8mr13779004jap.125.1645410974796; Sun, 20 Feb 2022 18:36:14 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id s15sm1654358ilq.66.2022.02.20.18.36.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Feb 2022 18:36:14 -0800 (PST) Received: (nullmailer pid 2041545 invoked by uid 1000); Mon, 21 Feb 2022 02:36:09 -0000 From: Rob Herring To: Heiner Kallweit Cc: Rob Herring , Krzysztof Kozlowski , Jerome Brunet , =?utf-8?q?Andreas_F=C3=A4rber?= , "linux-arm-kernel@lists.infradead.org" , Miguel Ojeda , Kevin Hilman , Martin Blumenstingl , "devicetree@vger.kernel.org" , "open list:ARM/Amlogic Meson..." , Mark Brown , Neil Armstrong , "linux-spi@vger.kernel.org" , Geert Uytterhoeven In-Reply-To: References: <4172e59f-b9d5-d87d-9dbd-a6f683a2173c@gmail.com> Subject: Re: [PATCH 3/6] dt-bindings: auxdisplay: Add Titan Micro Electronics TM1628 Date: Sun, 20 Feb 2022 20:36:09 -0600 Message-Id: <1645410969.379359.2041544.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 19 Feb 2022 14:17:54 +0100, Heiner Kallweit wrote: > Add a YAML schema binding for TM1628 auxdisplay > (7/11-segment LED) controller. > > This patch is partially based on previous RFC work from > Andreas Färber . > > Signed-off-by: Heiner Kallweit > --- > .../bindings/auxdisplay/titanmec,tm1628.yaml | 82 +++++++++++++++++++ > 1 file changed, 82 insertions(+) > create mode 100644 Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.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: ./Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml:12:5: [warning] wrong indentation: expected 6 but found 4 (indentation) dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: 'maintainers' is a required property hint: Metaschema for devicetree binding documentation from schema $id: http://devicetree.org/meta-schemas/base.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: 'additionalProperties' is a required property hint: A schema without a "$ref" to another schema must define all properties and use "additionalProperties" from schema $id: http://devicetree.org/meta-schemas/base.yaml# ./Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/auxdisplay/titanmec,tm1628.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: ignoring, error in schema: Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.example.dt.yaml:0:0: /example-0/spi/led-controller@0: failed to match any schema with compatible: ['titanmec,tm1628'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1595016 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 78375C433FE for ; Mon, 21 Feb 2022 02:36:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:Message-Id:Date:Subject:References:In-Reply-To:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=t0NqRlvtARTiLV+gdC1pET9FzJkMC48GU1GrAN3oHOs=; b=nlC8eeFJ59Xg+04h0hfPup4vHy ogAzu4G4IAzIXWpd8NnnheI1eqy4ekOzNCsl3fAge0WOJlurzyrA83CfNZcivK28EayHS/tGyNR2A BjOkpKZTawpLHaifB1GbnA5OQQmTvk6lcwOXrULD4lh95OVqnKf2Y3adyuwezX/LIrexYJBYNLvre N9UaVop2/M+T3pk8HlMn7zrnO8Mlf8qfIj8mbgoos7RNjAFdOT7C/wQdz/cf183/NMDaEYwpOrfgO yX/bKQhIXNVKdQRh/Ut1Idb9vY1YO5DynW1RIBCoLN+s5quHGYFMvqA3oBiGeSKaPVTr+czDHElFi 17FWGz0Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nLyYw-0033ij-2X; Mon, 21 Feb 2022 02:36:30 +0000 Received: from mail-io1-f52.google.com ([209.85.166.52]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nLyYi-0033d6-Ha; Mon, 21 Feb 2022 02:36:18 +0000 Received: by mail-io1-f52.google.com with SMTP id q8so14417847iod.2; Sun, 20 Feb 2022 18:36:15 -0800 (PST) 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=2mmcZ0qMjEAikcQvpd5iCmfuIKx/lTLKOc0r1rxTap0=; b=UJ9OTwc4AiSGjjAhk8lnETmqp/3fv8gKzOKzcGEkTQ5BX8rGaSPDcd0xYo6F4q77L7 nl0SUxwJlvRYT29dG6/s4GK8ffBIaZaHxzl+12kZyBhvHnBKqybT7BFdQdnwRHt30jrZ ohdza1y7Spsd8GDLivVyh/ecRT1vcF5tXx/fh/KsR/F7FVgfHjQKCOdoTe/pPCNjnpAd 8mzvFuf28NIvV+qjCldFHrRZLKKWnH5DdWZwbKjPO214NQ8sbnYYO+eGfppKDjsfYj5u 7U8f9BoHsKQ1pMGhTFUp57yFEg1lOCdQaZLQCsol8yxbCmb9JZndZmsWK0ocFIBPLHGs xwTQ== X-Gm-Message-State: AOAM532cU0CvVCS5lNGRJ5kwVDLz2gxzNMIA7yAQqLXcAD2/m7sn59by sh7m+HAfzCeLmP4W/17hBQ== X-Google-Smtp-Source: ABdhPJypQDHWIJkGf/quhqIersUuQk4DFD1V7BeSFJIZUMfyu9Yn9GnRxz+LJKy432+3svAi+vLRjQ== X-Received: by 2002:a02:c98b:0:b0:310:f631:dcf8 with SMTP id b11-20020a02c98b000000b00310f631dcf8mr13779004jap.125.1645410974796; Sun, 20 Feb 2022 18:36:14 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id s15sm1654358ilq.66.2022.02.20.18.36.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Feb 2022 18:36:14 -0800 (PST) Received: (nullmailer pid 2041545 invoked by uid 1000); Mon, 21 Feb 2022 02:36:09 -0000 From: Rob Herring To: Heiner Kallweit Cc: Rob Herring , Krzysztof Kozlowski , Jerome Brunet , =?utf-8?q?Andreas_F=C3=A4rber?= , "linux-arm-kernel@lists.infradead.org" , Miguel Ojeda , Kevin Hilman , Martin Blumenstingl , "devicetree@vger.kernel.org" , "open list:ARM/Amlogic Meson..." , Mark Brown , Neil Armstrong , "linux-spi@vger.kernel.org" , Geert Uytterhoeven In-Reply-To: References: <4172e59f-b9d5-d87d-9dbd-a6f683a2173c@gmail.com> Subject: Re: [PATCH 3/6] dt-bindings: auxdisplay: Add Titan Micro Electronics TM1628 Date: Sun, 20 Feb 2022 20:36:09 -0600 Message-Id: <1645410969.379359.2041544.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220220_183616_604326_80E8828B X-CRM114-Status: GOOD ( 13.01 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7043105988535557050==" Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org --===============7043105988535557050== Content-Type: text/plain On Sat, 19 Feb 2022 14:17:54 +0100, Heiner Kallweit wrote: > Add a YAML schema binding for TM1628 auxdisplay > (7/11-segment LED) controller. > > This patch is partially based on previous RFC work from > Andreas Färber . > > Signed-off-by: Heiner Kallweit > --- > .../bindings/auxdisplay/titanmec,tm1628.yaml | 82 +++++++++++++++++++ > 1 file changed, 82 insertions(+) > create mode 100644 Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.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: ./Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml:12:5: [warning] wrong indentation: expected 6 but found 4 (indentation) dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: 'maintainers' is a required property hint: Metaschema for devicetree binding documentation from schema $id: http://devicetree.org/meta-schemas/base.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: 'additionalProperties' is a required property hint: A schema without a "$ref" to another schema must define all properties and use "additionalProperties" from schema $id: http://devicetree.org/meta-schemas/base.yaml# ./Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/auxdisplay/titanmec,tm1628.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: ignoring, error in schema: Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.example.dt.yaml:0:0: /example-0/spi/led-controller@0: failed to match any schema with compatible: ['titanmec,tm1628'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1595016 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. --===============7043105988535557050== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic --===============7043105988535557050==-- 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id D4A1CC433F5 for ; Mon, 21 Feb 2022 02:37:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:Message-Id:Date:Subject:References:In-Reply-To:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=R+Vp9MfEIyw6KTBD9a+YWLVbN1TByQzAdYGFBLcpMl4=; b=zyoAJwhrraiJg42NlcU7rL0yPZ k8vf8iX/VFiuZDyfUnTC0/RePEBtdVJnVixseD0YM+Uc8s0MsvkGjHIUK4NSPBZEc5MqW+g5ZIyml 4kY/Oqz5njhn7IyfzVS6fK1OlrY7VFHFYp/q/shPUlCI50s+c9DOGjcm/0EqeoD5nUXnpo+JS/S9P ngvhlzKFOe0Ya/9HU5i1ujjWIfUfeMs0oaapZEvHnpqFxQrlMpqfgLKawZ75jlHMGgSJ0j+aa/IpQ 01n4Ccty2rjvWIGL5EjtoSkHtp/vENy1XI8X72s4xGIzmIFuDqQPYNs8aux6vemMqD9yTR9eN2vWf /EyAC3yQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nLyYl-0033eF-Sx; Mon, 21 Feb 2022 02:36:20 +0000 Received: from mail-io1-f52.google.com ([209.85.166.52]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nLyYi-0033d6-Ha; Mon, 21 Feb 2022 02:36:18 +0000 Received: by mail-io1-f52.google.com with SMTP id q8so14417847iod.2; Sun, 20 Feb 2022 18:36:15 -0800 (PST) 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=2mmcZ0qMjEAikcQvpd5iCmfuIKx/lTLKOc0r1rxTap0=; b=UJ9OTwc4AiSGjjAhk8lnETmqp/3fv8gKzOKzcGEkTQ5BX8rGaSPDcd0xYo6F4q77L7 nl0SUxwJlvRYT29dG6/s4GK8ffBIaZaHxzl+12kZyBhvHnBKqybT7BFdQdnwRHt30jrZ ohdza1y7Spsd8GDLivVyh/ecRT1vcF5tXx/fh/KsR/F7FVgfHjQKCOdoTe/pPCNjnpAd 8mzvFuf28NIvV+qjCldFHrRZLKKWnH5DdWZwbKjPO214NQ8sbnYYO+eGfppKDjsfYj5u 7U8f9BoHsKQ1pMGhTFUp57yFEg1lOCdQaZLQCsol8yxbCmb9JZndZmsWK0ocFIBPLHGs xwTQ== X-Gm-Message-State: AOAM532cU0CvVCS5lNGRJ5kwVDLz2gxzNMIA7yAQqLXcAD2/m7sn59by sh7m+HAfzCeLmP4W/17hBQ== X-Google-Smtp-Source: ABdhPJypQDHWIJkGf/quhqIersUuQk4DFD1V7BeSFJIZUMfyu9Yn9GnRxz+LJKy432+3svAi+vLRjQ== X-Received: by 2002:a02:c98b:0:b0:310:f631:dcf8 with SMTP id b11-20020a02c98b000000b00310f631dcf8mr13779004jap.125.1645410974796; Sun, 20 Feb 2022 18:36:14 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id s15sm1654358ilq.66.2022.02.20.18.36.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Feb 2022 18:36:14 -0800 (PST) Received: (nullmailer pid 2041545 invoked by uid 1000); Mon, 21 Feb 2022 02:36:09 -0000 From: Rob Herring To: Heiner Kallweit Cc: Rob Herring , Krzysztof Kozlowski , Jerome Brunet , =?utf-8?q?Andreas_F=C3=A4rber?= , "linux-arm-kernel@lists.infradead.org" , Miguel Ojeda , Kevin Hilman , Martin Blumenstingl , "devicetree@vger.kernel.org" , "open list:ARM/Amlogic Meson..." , Mark Brown , Neil Armstrong , "linux-spi@vger.kernel.org" , Geert Uytterhoeven In-Reply-To: References: <4172e59f-b9d5-d87d-9dbd-a6f683a2173c@gmail.com> Subject: Re: [PATCH 3/6] dt-bindings: auxdisplay: Add Titan Micro Electronics TM1628 Date: Sun, 20 Feb 2022 20:36:09 -0600 Message-Id: <1645410969.379359.2041544.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220220_183616_604326_80E8828B X-CRM114-Status: GOOD ( 13.01 ) 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: , MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3646219739893127169==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3646219739893127169== Content-Type: text/plain On Sat, 19 Feb 2022 14:17:54 +0100, Heiner Kallweit wrote: > Add a YAML schema binding for TM1628 auxdisplay > (7/11-segment LED) controller. > > This patch is partially based on previous RFC work from > Andreas Färber . > > Signed-off-by: Heiner Kallweit > --- > .../bindings/auxdisplay/titanmec,tm1628.yaml | 82 +++++++++++++++++++ > 1 file changed, 82 insertions(+) > create mode 100644 Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.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: ./Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml:12:5: [warning] wrong indentation: expected 6 but found 4 (indentation) dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: 'maintainers' is a required property hint: Metaschema for devicetree binding documentation from schema $id: http://devicetree.org/meta-schemas/base.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: 'additionalProperties' is a required property hint: A schema without a "$ref" to another schema must define all properties and use "additionalProperties" from schema $id: http://devicetree.org/meta-schemas/base.yaml# ./Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/auxdisplay/titanmec,tm1628.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.yaml: ignoring, error in schema: Documentation/devicetree/bindings/auxdisplay/titanmec,tm1628.example.dt.yaml:0:0: /example-0/spi/led-controller@0: failed to match any schema with compatible: ['titanmec,tm1628'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1595016 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. --===============3646219739893127169== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============3646219739893127169==--