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 E5D5FC3A5A3 for ; Tue, 8 Nov 2022 22:30:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230371AbiKHWar (ORCPT ); Tue, 8 Nov 2022 17:30:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbiKHWa1 (ORCPT ); Tue, 8 Nov 2022 17:30:27 -0500 Received: from mail-oa1-f49.google.com (mail-oa1-f49.google.com [209.85.160.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF19A21A4; Tue, 8 Nov 2022 14:30:13 -0800 (PST) Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-13ba86b5ac0so17864096fac.1; Tue, 08 Nov 2022 14:30:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=date:subject:message-id:references:in-reply-to:cc:to:from :mime-version:content-transfer-encoding:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=EIyu2ScaB3AbxUJeW+TW/jRCR8cvhLIs+eO6qwh9G40=; b=P8XlboiwnUurHAMOyeikQaRC5CJ4M8kL+K/8obGiuJPAe2wJ7Ez8W422laA/K7knyJ J75/QXoeUImcyB0SqjfoxmZ+lhVtJCcri3HAMv36/IKh7MTZ+B5zli6cik6BLKZCWk6i ICHraCDo05J/F5c/LiooaR8SJy+VSJXbRl2c6fwvgjQuHO/tQCQ+yK3fqqFxoInKVqxv ZCYyTeI2+ap+ktkRFR572eKlF4Wue4FyshpvYv8BLaAgK0LndKdSHFxQivcx8Vnj7Nbm OWG7dLp/o5CB3SN6OHA2ZcoqL2j5+Q1/DtM+ftjlh+GFn8jmMmntqJlJppLfMnL8lK9M +SdA== X-Gm-Message-State: ACrzQf0CYcLfnyq9/FUvzcnZffwl1IsFBD7CYs3V1xtVorxmrJiCm9qY Scpaiu/J9aUDyEPmu11eF4KUf9X9iw== X-Google-Smtp-Source: AMsMyM4ErTAiEBhhWUnCfkse1uPFXHKxuqvHukpK8jfMZpw4aZEAx3TQfjnc7l2d+tka0EwpvviWtQ== X-Received: by 2002:a05:6870:15d0:b0:13c:2aa5:d967 with SMTP id k16-20020a05687015d000b0013c2aa5d967mr34222286oad.143.1667946612838; Tue, 08 Nov 2022 14:30:12 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id 89-20020a9d0c62000000b00661946468c6sm4574509otr.31.2022.11.08.14.30.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Nov 2022 14:30:12 -0800 (PST) Received: (nullmailer pid 4095486 invoked by uid 1000); Tue, 08 Nov 2022 22:30:08 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: Alexandre Mergnat Cc: Alexandre Belloni , Alessandro Zummo , Dmitry Torokhov , Krzysztof Kozlowski , linux-input@vger.kernel.org, AngeloGioacchino Del Regno , Mark Brown , linux-kernel@vger.kernel.org, Sean Wang , linux-rtc@vger.kernel.org, Mattijs Korpershoek , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-leds@vger.kernel.org, Liam Girdwood , Fabien Parent , Matthias Brugger , Chen Zhong , Lee Jones , Pavel Machek , Fabien Parent , Rob Herring In-Reply-To: <20221005-mt6357-support-v4-2-5d2bb58e6087@baylibre.com> References: <20221005-mt6357-support-v4-0-5d2bb58e6087@baylibre.com> <20221005-mt6357-support-v4-2-5d2bb58e6087@baylibre.com> Message-Id: <166794645623.4092225.9597102589319285416.robh@kernel.org> Subject: Re: [PATCH v4 2/9] dt-bindings: rtc: mediatek: convert MT6397 rtc documentation Date: Tue, 08 Nov 2022 16:30:08 -0600 Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Tue, 08 Nov 2022 19:43:37 +0100, Alexandre Mergnat wrote: > - Convert rtc/rtc-mt6397.txt to rtc/mt6397-rtc.yaml > - Add mediatek,mt6357-rtc compatible. > - Add maintainer > - Remove the .txt binding file > > Signed-off-by: Alexandre Mergnat > --- > Documentation/devicetree/bindings/mfd/mt6397.txt | 2 +- > .../bindings/rtc/mediatek,mt6397-rtc.yaml | 40 ++++++++++++++++++++++ > .../devicetree/bindings/rtc/rtc-mt6397.txt | 31 ----------------- > 3 files changed, 41 insertions(+), 32 deletions(-) > 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/rtc/mediatek,mt6397-rtc.example.dtb:0:0: /example-0/pmic: failed to match any schema with compatible: ['mediatek,mt6397'] 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. 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 1F5F8C4332F for ; Tue, 8 Nov 2022 22:31:40 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:Subject:Message-Id:References: In-Reply-To:Cc:To:From:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lxkOO4uFQPSg5R/NCudt7ekhrG+K0gtprMhG7szLY4Y=; b=DM6vU+kxSOubwq 6SMxDdhzsOTCLmWrHyCMB+JnBWoBlLyL5CVnM6y118G352DlGYBHyoIa0KTYz3NcLmPuUsdmb8Z9w w3g1sbS6PDJJhXTsxJVZa/whyKl8UKtU7hYnpicH3HP/7ERmk0HvkcKAe0XLYbZbfxc9af/b0I5oG cxbV0VjytjxpQs+42X15rLoTExu75gqK2a65KG4Hm6u7/WO5yjvwCyH3LUpVj54XJoH5qhZflxHfb dAkvTjAOR+6j9bQg55H72b28bi1f85zqHl+UeIRQ1n+hk09TccU8JBL/rWvfosT/yUemg+u0YBJ+/ zMw2q2gfVIYMzEmy+PKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1osX78-008kvs-O2; Tue, 08 Nov 2022 22:30:38 +0000 Received: from mail-oa1-f49.google.com ([209.85.160.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1osX6k-008kpp-2v; Tue, 08 Nov 2022 22:30:15 +0000 Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-13b23e29e36so17827138fac.8; Tue, 08 Nov 2022 14:30:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=date:subject:message-id:references:in-reply-to:cc:to:from :mime-version:content-transfer-encoding:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=EIyu2ScaB3AbxUJeW+TW/jRCR8cvhLIs+eO6qwh9G40=; b=JN64Wiz8FjaoGd2MxD5LwkmlImpp+XC6gqGG5G7BBpHRYHIkBXdy+wDg+NMxvyOrln 9LuXrcHwHecOsPPMz4o4AlnuHHzjx1vs3Ohc7XYi+yx+FminpPoXWGUZ3f8dyT86NIPN 0Tj+yZkvyFSVUQ1gIVBYKqGV0YuPJQAMZzr00Srp/dZnkaxn0mhk07Ylr8zEbni3j0lU kwb9f5xYbh0eWjcrANoqQZ9dIFC+vQUx00Gnmj10PlXyALFAGdzrwnC4H7QPxpZsfXNB fKS03uC0xsxD/ykPEMHH6CjGRok1xufdSkiZRl9olLVleEJMXmqV7wj3Pi19IdOupC2w tVlA== X-Gm-Message-State: ACrzQf0CXbybGNeqn45vmo8ql6EZSY2JXm+wUZhbegz3L+jtO+TTqx/n y5yNRBAYgpDlK8uaGHJ5BA== X-Google-Smtp-Source: AMsMyM4ErTAiEBhhWUnCfkse1uPFXHKxuqvHukpK8jfMZpw4aZEAx3TQfjnc7l2d+tka0EwpvviWtQ== X-Received: by 2002:a05:6870:15d0:b0:13c:2aa5:d967 with SMTP id k16-20020a05687015d000b0013c2aa5d967mr34222286oad.143.1667946612838; Tue, 08 Nov 2022 14:30:12 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id 89-20020a9d0c62000000b00661946468c6sm4574509otr.31.2022.11.08.14.30.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Nov 2022 14:30:12 -0800 (PST) Received: (nullmailer pid 4095486 invoked by uid 1000); Tue, 08 Nov 2022 22:30:08 -0000 MIME-Version: 1.0 From: Rob Herring To: Alexandre Mergnat Cc: Alexandre Belloni , Alessandro Zummo , Dmitry Torokhov , Krzysztof Kozlowski , linux-input@vger.kernel.org, AngeloGioacchino Del Regno , Mark Brown , linux-kernel@vger.kernel.org, Sean Wang , linux-rtc@vger.kernel.org, Mattijs Korpershoek , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-leds@vger.kernel.org, Liam Girdwood , Fabien Parent , Matthias Brugger , Chen Zhong , Lee Jones , Pavel Machek , Fabien Parent , Rob Herring In-Reply-To: <20221005-mt6357-support-v4-2-5d2bb58e6087@baylibre.com> References: <20221005-mt6357-support-v4-0-5d2bb58e6087@baylibre.com> <20221005-mt6357-support-v4-2-5d2bb58e6087@baylibre.com> Message-Id: <166794645623.4092225.9597102589319285416.robh@kernel.org> Subject: Re: [PATCH v4 2/9] dt-bindings: rtc: mediatek: convert MT6397 rtc documentation Date: Tue, 08 Nov 2022 16:30:08 -0600 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221108_143014_152389_8790A69A X-CRM114-Status: GOOD ( 14.57 ) 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 Tue, 08 Nov 2022 19:43:37 +0100, Alexandre Mergnat wrote: > - Convert rtc/rtc-mt6397.txt to rtc/mt6397-rtc.yaml > - Add mediatek,mt6357-rtc compatible. > - Add maintainer > - Remove the .txt binding file > > Signed-off-by: Alexandre Mergnat > --- > Documentation/devicetree/bindings/mfd/mt6397.txt | 2 +- > .../bindings/rtc/mediatek,mt6397-rtc.yaml | 40 ++++++++++++++++++++++ > .../devicetree/bindings/rtc/rtc-mt6397.txt | 31 ----------------- > 3 files changed, 41 insertions(+), 32 deletions(-) > 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/rtc/mediatek,mt6397-rtc.example.dtb:0:0: /example-0/pmic: failed to match any schema with compatible: ['mediatek,mt6397'] 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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel