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 3DFF0C4708E for ; Wed, 7 Dec 2022 14:19:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230023AbiLGOTz (ORCPT ); Wed, 7 Dec 2022 09:19:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229522AbiLGOTy (ORCPT ); Wed, 7 Dec 2022 09:19:54 -0500 Received: from mail-oi1-f171.google.com (mail-oi1-f171.google.com [209.85.167.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D8B155AB9; Wed, 7 Dec 2022 06:19:53 -0800 (PST) Received: by mail-oi1-f171.google.com with SMTP id r11so15136957oie.13; Wed, 07 Dec 2022 06:19:53 -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=iv7xppBkzzqPyj7+IDPZPeqq/1XojkANHcgbqXc5A+Q=; b=Ddyrsw0Jd4IWSap4PP15kvZegM+gjcgbKUg+a0b1gZUuzLp0ekKVywI4bUa7jNHTiK TmNhiKlPq0nlFpy73KyfOAouglzdV5jVHcqEUtyqVjMFQDf/IPJ2F7R9ZSJoOphFPY9t bZLsVODXRAEvkVUz4YFbbCed1/Lc9bmCtxnjyV1OYUqHdpM/hymX4Cr/ilpinZ5CjlzU bCOOaiyAs8vHwtTaI5eQfpTsMKVt+igfVRaKjaPaJxvIwo2UfAS6olRDk4/eH/WLaUc4 WBvmvhJVNmPvsUgdybjtKi8GrOumDailDlHPv/sFi3Fhx6abYwLrXejk61miOMBVEnHd ZKUQ== X-Gm-Message-State: ANoB5pnbE39kEdZKsW99sNO9Hs2rRGYg5q7bgQn5TuY7YlqIxU13nXxv yOZugH2rxAFD/Wf1nZIqUA== X-Google-Smtp-Source: AA0mqf7d54nVIsJian3SGED4RnhboOTPOMm1xYCZfwkvzoS88hMy4GPDNglID+jiUKgLRpjc0Qjpew== X-Received: by 2002:a05:6808:1117:b0:35a:7142:8109 with SMTP id e23-20020a056808111700b0035a71428109mr34202733oih.84.1670422792620; Wed, 07 Dec 2022 06:19:52 -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 g15-20020a544f8f000000b003458d346a60sm9651993oiy.25.2022.12.07.06.19.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Dec 2022 06:19:52 -0800 (PST) Received: (nullmailer pid 2124807 invoked by uid 1000); Wed, 07 Dec 2022 14:19:49 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: Okan Sahin Cc: devicetree@vger.kernel.org, Geert Uytterhoeven , Lars-Peter Clausen , Jonathan Cameron , Lee Jones , Manish Narani , linux-kernel@vger.kernel.org, Anand Ashok Dumbre , Mark Brown , Krzysztof Kozlowski , Ramona Bolboaca , linux-iio@vger.kernel.org, outreachy@lists.linux.dev, Marcus Folkesson , William Breathitt Gray , Andy Shevchenko , Rob Herring , Liam Girdwood , Marcelo Schmitt , ChiYuan Huang , Caleb Connolly In-Reply-To: <20221207090906.5896-3-okan.sahin@analog.com> References: <20221207090906.5896-1-okan.sahin@analog.com> <20221207090906.5896-3-okan.sahin@analog.com> Message-Id: <167042222291.2111846.12061845006174479582.robh@kernel.org> Subject: Re: [PATCH 2/5] staging: dt-bindings: mfd: adi,max77541.yaml Add MAX77541 bindings Date: Wed, 07 Dec 2022 08:19:49 -0600 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Wed, 07 Dec 2022 12:08:41 +0300, Okan Sahin wrote: > This patch adds document the bindings for MAX77541 MFD driver. It also > includes MAX77540 driver whose regmap is covered by MAX77541. > > Signed-off-by: Okan Sahin > --- > .../devicetree/bindings/mfd/adi,max77541.yaml | 134 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 135 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/adi,max77541.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/mfd/adi,max77541.yaml:134:7: [error] no new line character at the end of file (new-line-at-end-of-file) dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mfd/adi,max77541.yaml: properties:adc:required: '-compatible' is not of type 'array' from schema $id: http://json-schema.org/draft-07/schema# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mfd/adi,max77541.yaml: properties:adc:required: '-compatible' is not of type 'array' from schema $id: http://devicetree.org/meta-schemas/keywords.yaml# ./Documentation/devicetree/bindings/mfd/adi,max77541.yaml: Unable to find schema file matching $id: http://devicetree.org/schemas/regulator/adi,max77541.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mfd/adi,max77541.yaml: ignoring, error in schema: properties: adc: required Error: Documentation/devicetree/bindings/mfd/adi,max77541.example.dts:99.13-14 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:406: Documentation/devicetree/bindings/mfd/adi,max77541.example.dtb] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1492: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20221207090906.5896-3-okan.sahin@analog.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. 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 after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.