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=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 86E36C63777 for ; Mon, 30 Nov 2020 16:34:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 397A4206F9 for ; Mon, 30 Nov 2020 16:34:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726026AbgK3QeF (ORCPT ); Mon, 30 Nov 2020 11:34:05 -0500 Received: from mail-il1-f194.google.com ([209.85.166.194]:33553 "EHLO mail-il1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726770AbgK3QeF (ORCPT ); Mon, 30 Nov 2020 11:34:05 -0500 Received: by mail-il1-f194.google.com with SMTP id y9so11879802ilb.0; Mon, 30 Nov 2020 08:33:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ZBBwW3NkUSuFPPRYNjLGyBC//UcL1yNtoBYCa8FcsK4=; b=ZCnA5OhcK1zttpXixcGIBvgg7tB4wK3exzkRPip6aNgaTvcJ69ehPYbi/ZjzhVmOKA nmoH9hE2tLi6DZJ0FzfIw+0u6nIb82U2BpuyPwWysostnHbmx6nPUOJ6+eQsDphnbOWx ZzL866n3otTYuDSCKJPUXOXOSfu62cKaT2PY2xdp893TJawNOEd8FK7YsafBlSjTbfdS AWgGlMGOtXqWA1raf+GukMQ4GBkjWKvesHGFV2iyd4c4n/VJIC84LqFb1zhr1Q4mhUmW roucR7HJEzwxmKcfiuy8mPX9ll5J2b1D7ThiEITJW2au/AJoxa+k9xWTXKutq2KVihRm TMYQ== X-Gm-Message-State: AOAM533XlfEi2HMk+ElEyQCR0Owz/Ey/ECeoP4BlM25uQNd82jm/sKWV Q0Xh8nUJBxNZ8/KU1WysVg== X-Google-Smtp-Source: ABdhPJwo98x9fcLfGsa/fOEkRiiTPfg0HG5OZjgyT5/bJuvDcYPknYRrLNe/75450Ba2DHlYQ7En3w== X-Received: by 2002:a92:444e:: with SMTP id a14mr2066584ilm.129.1606753998497; Mon, 30 Nov 2020 08:33:18 -0800 (PST) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id c8sm8427863ioq.40.2020.11.30.08.33.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 08:33:17 -0800 (PST) Received: (nullmailer pid 2583689 invoked by uid 1000); Mon, 30 Nov 2020 16:33:14 -0000 Date: Mon, 30 Nov 2020 09:33:14 -0700 From: Rob Herring To: Hsin-Hsiung Wang Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com, Rob Herring , Liam Girdwood , Mark Brown , Lee Jones , Matthias Brugger , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 3/8] dt-bindings: regulator: Add document for MT6359 regulator Message-ID: <20201130163314.GA2583085@robh.at.kernel.org> References: <1606103290-15034-1-git-send-email-hsin-hsiung.wang@mediatek.com> <1606103290-15034-4-git-send-email-hsin-hsiung.wang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1606103290-15034-4-git-send-email-hsin-hsiung.wang@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 23 Nov 2020 11:48:05 +0800, Hsin-Hsiung Wang wrote: > add dt-binding document for MediaTek MT6359 PMIC > > Signed-off-by: Hsin-Hsiung Wang > --- > .../bindings/regulator/mt6359-regulator.yaml | 145 ++++++++++++++++++ > 1 file changed, 145 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/regulator/mt6359-regulator.yaml: 'additionalProperties' is a required property /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml: ignoring, error in schema: warning: no schema found in file: ./Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml See https://patchwork.ozlabs.org/patch/1404625 The base for the patch is generally the last rc1. Any dependencies should be noted. 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.