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 325BBC4332D for ; Tue, 16 Mar 2021 17:55:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11A0065139 for ; Tue, 16 Mar 2021 17:55:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239384AbhCPRyv (ORCPT ); Tue, 16 Mar 2021 13:54:51 -0400 Received: from mail-io1-f48.google.com ([209.85.166.48]:40318 "EHLO mail-io1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239355AbhCPRyQ (ORCPT ); Tue, 16 Mar 2021 13:54:16 -0400 Received: by mail-io1-f48.google.com with SMTP id m7so19089735iow.7; Tue, 16 Mar 2021 10:54:16 -0700 (PDT) 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=dLqrm0/ef81kahZ3V++ylIOaNZ5Ioc1N/ut1Pv4L6zY=; b=oXZpZxn0wgFAGsArqo1T4A09w/luI2rY9rchZ/UPweUccx+tIbemMMFi3l45E1aTf4 elD+rq4JhBsMvysbLbU2/JdDTp2GwTm575Qha+lsxvz1UQYMCSxmIg8BtjvFZ0Rdx/Sl W1RYBkZwXjQB3tv2cp56QRme6ffTsKew2PBflVNa+t8TvyUxiQVYouOpLsbD78KqYlIM oykRO5gNt0D9/dJ76rG3CHaD0dArwvCS1huuWZiwE2GT5BI/D9YAuuwsK5yCKBdZ3Er5 uNVoHjPIfLI1gm6RbSTiYfGtlr2XdMu8rA0E79BnNaoRXKD8BCJ03S//xfPsXBXbaa9s 4Ncg== X-Gm-Message-State: AOAM533KpYzv453hwWHlejRtGBO4OfvX8xGOdULQyCDrZFaRibKMaAjf qo44AZJR8njuQ/xlDk4d/Vcl22JgLA== X-Google-Smtp-Source: ABdhPJz58cXYFwH0LvTilPm7qZ6a5slbFtu1/fj+K0w3XsAGD6iFn2JuuIuNrYcXaGUAcy56rJF8Dg== X-Received: by 2002:a6b:da0f:: with SMTP id x15mr4245698iob.181.1615917256171; Tue, 16 Mar 2021 10:54:16 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id k4sm8804062ion.29.2021.03.16.10.54.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 10:54:15 -0700 (PDT) Received: (nullmailer pid 3326123 invoked by uid 1000); Tue, 16 Mar 2021 17:54:09 -0000 From: Rob Herring To: Hsin-Hsiung Wang Cc: Mark Brown , linux-kernel@vger.kernel.org, Sean Wang , Nicolas Boichat , Liam Girdwood , devicetree@vger.kernel.org, Fei Shao , linux-rtc@vger.kernel.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, srv_heupstream@mediatek.com, Alessandro Zummo , Eddie Huang , Yingjoe Chen , linux-arm-kernel@lists.infradead.org, Lee Jones , Matthias Brugger , Alexandre Belloni , Rob Herring , Ran Bi In-Reply-To: <1615829757-3223-5-git-send-email-hsin-hsiung.wang@mediatek.com> References: <1615829757-3223-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1615829757-3223-5-git-send-email-hsin-hsiung.wang@mediatek.com> Subject: Re: [PATCH v6 4/8] dt-bindings: regulator: Add document for MT6359 regulator Date: Tue, 16 Mar 2021 11:54:09 -0600 Message-Id: <1615917249.235463.3326122.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 16 Mar 2021 01:35:53 +0800, Hsin-Hsiung Wang wrote: > add dt-binding document for MediaTek MT6359 PMIC > > Signed-off-by: Hsin-Hsiung Wang > --- > changes since v5: > - no change. > --- > .../bindings/regulator/mt6359-regulator.yaml | 169 ++++++++++++++++++ > 1 file changed, 169 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml > 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/iio/adc/ti,palmas-gpadc.example.dt.yaml: pmic: 'adc', 'compatible' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/motorola,cpcap-adc.example.dt.yaml: pmic: '#address-cells', '#size-cells', 'adc' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/sprd,sc2720-adc.example.dt.yaml: pmic: '#address-cells', '#size-cells', 'adc@480' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/qcom,pm8018-adc.example.dt.yaml: pmic: '#address-cells', '#size-cells', 'adc@197' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml See https://patchwork.ozlabs.org/patch/1453404 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.2 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=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 24B96C433DB for ; Tue, 16 Mar 2021 17:55:41 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 71DBA64DE7 for ; Tue, 16 Mar 2021 17:55:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 71DBA64DE7 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=desiato.20200630; h=Sender:Content-Transfer-Encoding :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-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=fBs8Xn+m9ub8YanYpXgPLN76CXIG/BHe9dLKA02STXM=; b=E/45tAi+8lay8dhqTOLLiLU4qK 2Wk+jijIINrJiuqyzEn9NPmLRbWvZMEl5CHyEOCxH5Km3yHVB+HzYo8An5qcMTJQ547qBspcxbxb8 hOIgucehHBlQJ+8Wa/5Be8+9HkfFm5k9l83szE4vlAByGczhbApMHa2LVMvFthL7ufZ4/B8y/kczG mxuoK2MLxKzEjsqxiLF/o/BD6gcsfmArlLZmXXltdeckJpO8K4kmv3T88RmD0Dq+er7mj4Op8aXz+ XUcwB9qpK1Ze3NkSqWi5j8/2PxU9yhrsbS1NuwEtLC0UWOebs6qrlZ3Lw4ERGhOd01VSiSh+5kfDQ ArrcBUAw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lMDug-001Tud-1t; Tue, 16 Mar 2021 17:55:26 +0000 Received: from mail-io1-f48.google.com ([209.85.166.48]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lMDtZ-001TU7-L1; Tue, 16 Mar 2021 17:54:22 +0000 Received: by mail-io1-f48.google.com with SMTP id o11so38200497iob.1; Tue, 16 Mar 2021 10:54:17 -0700 (PDT) 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=dLqrm0/ef81kahZ3V++ylIOaNZ5Ioc1N/ut1Pv4L6zY=; b=LgBoTK/T0e6oeR1uwWkdY9elqYEMEQ8ulCI0KL4ew/V0YqST26rOMhyQWwtX6JBuzS DH1DCjY5baACwC3F4LpeaCx5xxkkiL1ExbgvJJ4wwV3X3QTMwzO9jDBdqzcGaCOrvsQB pd8rVnWr3niMm/gZSrecLNwUVSTEL+thDIOBGgppn1df8XRqh0uY18NzyV7wpAx8rA/e yuIVTnEnSGivn7Cw8slh3bZyecDXE8IjGEEwl7n5Leyr1oDlNRtadvD3ik83XG+qiN4S zGADiEHww4W3TDKGRNbDmD0C7rARlBMrfhtnx7M/hcB/7fhOrQJJtaGKRZWK/apck2Yy M/2w== X-Gm-Message-State: AOAM533H4V467N/JyyCbNtE590q48ZnYR+uVfimQzLQeX+2tix01jXep dLH3mjmV03p/yQmTxEKbwg== X-Google-Smtp-Source: ABdhPJz58cXYFwH0LvTilPm7qZ6a5slbFtu1/fj+K0w3XsAGD6iFn2JuuIuNrYcXaGUAcy56rJF8Dg== X-Received: by 2002:a6b:da0f:: with SMTP id x15mr4245698iob.181.1615917256171; Tue, 16 Mar 2021 10:54:16 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id k4sm8804062ion.29.2021.03.16.10.54.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 10:54:15 -0700 (PDT) Received: (nullmailer pid 3326123 invoked by uid 1000); Tue, 16 Mar 2021 17:54:09 -0000 From: Rob Herring To: Hsin-Hsiung Wang Cc: Mark Brown , linux-kernel@vger.kernel.org, Sean Wang , Nicolas Boichat , Liam Girdwood , devicetree@vger.kernel.org, Fei Shao , linux-rtc@vger.kernel.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, srv_heupstream@mediatek.com, Alessandro Zummo , Eddie Huang , Yingjoe Chen , linux-arm-kernel@lists.infradead.org, Lee Jones , Matthias Brugger , Alexandre Belloni , Rob Herring , Ran Bi In-Reply-To: <1615829757-3223-5-git-send-email-hsin-hsiung.wang@mediatek.com> References: <1615829757-3223-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1615829757-3223-5-git-send-email-hsin-hsiung.wang@mediatek.com> Subject: Re: [PATCH v6 4/8] dt-bindings: regulator: Add document for MT6359 regulator Date: Tue, 16 Mar 2021 11:54:09 -0600 Message-Id: <1615917249.235463.3326122.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210316_175418_394635_48FD0AB1 X-CRM114-Status: GOOD ( 13.07 ) X-BeenThere: linux-mediatek@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: 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 Tue, 16 Mar 2021 01:35:53 +0800, Hsin-Hsiung Wang wrote: > add dt-binding document for MediaTek MT6359 PMIC > > Signed-off-by: Hsin-Hsiung Wang > --- > changes since v5: > - no change. > --- > .../bindings/regulator/mt6359-regulator.yaml | 169 ++++++++++++++++++ > 1 file changed, 169 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml > 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/iio/adc/ti,palmas-gpadc.example.dt.yaml: pmic: 'adc', 'compatible' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/motorola,cpcap-adc.example.dt.yaml: pmic: '#address-cells', '#size-cells', 'adc' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/sprd,sc2720-adc.example.dt.yaml: pmic: '#address-cells', '#size-cells', 'adc@480' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/qcom,pm8018-adc.example.dt.yaml: pmic: '#address-cells', '#size-cells', 'adc@197' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml See https://patchwork.ozlabs.org/patch/1453404 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.2 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=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 B0E98C433E0 for ; Tue, 16 Mar 2021 17:57:43 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 6A4A865101 for ; Tue, 16 Mar 2021 17:57:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6A4A865101 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=desiato.20200630; h=Sender:Content-Transfer-Encoding :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-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=x/eHHBfaXXLhrhOMUyDkIDt/5GgKmd37J2MmXYzsOKE=; b=HrcBdksPO7E8ntYdfStHR+senU QHQpmPB4pt4ShGY+2soiwZI3CmEoG0LWDdbHOTq9yMxRxSRZdTbb3IWptKaJPY+DJw52qQRGyeSNO oYp+B5sEtlf+5Z9G5x28xKxSsLKMYtoNbMvvE3GsczWmr8KFOj7mYA4VfqVqikoyQeq44ctIDMfMX Yd0uT0vhlJpJS6BpU8KL8sYCRHzB8AX01EEs3tXPAcCuUQGZue7eWWtwHOAEcBZXpebRWtfFDEr24 C9aPauwS3NV6tNqKcUH4AsWvALH5cjJtyHHqfpMZ6Rh5D5ekg6JDZHlUwsk02oAp9Ui89nHFEbbzg Mbhca/Mw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lMDut-001U0L-Vv; Tue, 16 Mar 2021 17:55:40 +0000 Received: from mail-io1-f48.google.com ([209.85.166.48]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lMDtZ-001TU7-L1; Tue, 16 Mar 2021 17:54:22 +0000 Received: by mail-io1-f48.google.com with SMTP id o11so38200497iob.1; Tue, 16 Mar 2021 10:54:17 -0700 (PDT) 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=dLqrm0/ef81kahZ3V++ylIOaNZ5Ioc1N/ut1Pv4L6zY=; b=LgBoTK/T0e6oeR1uwWkdY9elqYEMEQ8ulCI0KL4ew/V0YqST26rOMhyQWwtX6JBuzS DH1DCjY5baACwC3F4LpeaCx5xxkkiL1ExbgvJJ4wwV3X3QTMwzO9jDBdqzcGaCOrvsQB pd8rVnWr3niMm/gZSrecLNwUVSTEL+thDIOBGgppn1df8XRqh0uY18NzyV7wpAx8rA/e yuIVTnEnSGivn7Cw8slh3bZyecDXE8IjGEEwl7n5Leyr1oDlNRtadvD3ik83XG+qiN4S zGADiEHww4W3TDKGRNbDmD0C7rARlBMrfhtnx7M/hcB/7fhOrQJJtaGKRZWK/apck2Yy M/2w== X-Gm-Message-State: AOAM533H4V467N/JyyCbNtE590q48ZnYR+uVfimQzLQeX+2tix01jXep dLH3mjmV03p/yQmTxEKbwg== X-Google-Smtp-Source: ABdhPJz58cXYFwH0LvTilPm7qZ6a5slbFtu1/fj+K0w3XsAGD6iFn2JuuIuNrYcXaGUAcy56rJF8Dg== X-Received: by 2002:a6b:da0f:: with SMTP id x15mr4245698iob.181.1615917256171; Tue, 16 Mar 2021 10:54:16 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id k4sm8804062ion.29.2021.03.16.10.54.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 10:54:15 -0700 (PDT) Received: (nullmailer pid 3326123 invoked by uid 1000); Tue, 16 Mar 2021 17:54:09 -0000 From: Rob Herring To: Hsin-Hsiung Wang Cc: Mark Brown , linux-kernel@vger.kernel.org, Sean Wang , Nicolas Boichat , Liam Girdwood , devicetree@vger.kernel.org, Fei Shao , linux-rtc@vger.kernel.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, srv_heupstream@mediatek.com, Alessandro Zummo , Eddie Huang , Yingjoe Chen , linux-arm-kernel@lists.infradead.org, Lee Jones , Matthias Brugger , Alexandre Belloni , Rob Herring , Ran Bi In-Reply-To: <1615829757-3223-5-git-send-email-hsin-hsiung.wang@mediatek.com> References: <1615829757-3223-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1615829757-3223-5-git-send-email-hsin-hsiung.wang@mediatek.com> Subject: Re: [PATCH v6 4/8] dt-bindings: regulator: Add document for MT6359 regulator Date: Tue, 16 Mar 2021 11:54:09 -0600 Message-Id: <1615917249.235463.3326122.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210316_175418_394635_48FD0AB1 X-CRM114-Status: GOOD ( 13.07 ) 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: 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, 16 Mar 2021 01:35:53 +0800, Hsin-Hsiung Wang wrote: > add dt-binding document for MediaTek MT6359 PMIC > > Signed-off-by: Hsin-Hsiung Wang > --- > changes since v5: > - no change. > --- > .../bindings/regulator/mt6359-regulator.yaml | 169 ++++++++++++++++++ > 1 file changed, 169 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml > 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/iio/adc/ti,palmas-gpadc.example.dt.yaml: pmic: 'adc', 'compatible' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/motorola,cpcap-adc.example.dt.yaml: pmic: '#address-cells', '#size-cells', 'adc' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/sprd,sc2720-adc.example.dt.yaml: pmic: '#address-cells', '#size-cells', 'adc@480' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/adc/qcom,pm8018-adc.example.dt.yaml: pmic: '#address-cells', '#size-cells', 'adc@197' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml See https://patchwork.ozlabs.org/patch/1453404 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