From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5E83538FA8; Thu, 23 May 2024 04:24:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716438257; cv=none; b=hO2R3RVyK1HyiycUuyaVejtCp/uB0uSxEIE8dM7Ou4MrA2Sr6jG5o0FOwWo+96zpsAKj6PyQgzTtE7ofWiJnuTuApH80W7v3VaGfGnWkgJ/ryHwiySlpggzy31WLOeaEpPFLiBw7tzHqNTu3zJHUPHcKK7Pnx4WahSLnn3niuQo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716438257; c=relaxed/simple; bh=0wOFUajYamp8413E77jipahrUa270OFvH9nZ8xjqUDc=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=j8Usu7GqWsxik5PWCc5I5akI5coaZSPLxJA8L0vrWPjKtJSwVFGmXpIIdRK/zBvb6D+Rr0fwVsA9vfW2RoqogAcoC5hhbyg58xA+RV2qAP584Wrm1+lCaHW6smDVIpw/BxfUOaQBMXWnGU2z8FWpw3mO1a1bxJB1+YiGfTp2d3o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gyPu2ARK; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gyPu2ARK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF913C2BD10; Thu, 23 May 2024 04:24:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716438257; bh=0wOFUajYamp8413E77jipahrUa270OFvH9nZ8xjqUDc=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=gyPu2ARKMQyxy+orRMjl2ZUXnvVy0ThmGMjqxmUU3Cc1ETH3Rg5d4YJo3APVVHitK Xiyq+5xsq4RZH8MZNnLaGyHGMY4lSuPFbPnp9Qb1JwxHUhnmNFHJOp3t2L0ym8+XnY CmYmXITon/97HnMByy6IH7DPa8oie9pOnJHA4uFdQPp5QagBW8v6OMr6PDCGfQJ+sV 4SOdMErAeNrEF6srWnJWDUoRCdwsiiJlPh+nTXY7mz3+5rQWgvcdmF2XFSLwpd0g5L ghTtWvQF8sqQEdS4QFRD/7JIRILc9/+LDTNJVT9ZYKK5csNkikWk6gb+N2bwuXF4dT UnnyzKAdFlmsw== Date: Wed, 22 May 2024 23:24:15 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Kim Seer Paller Cc: David Lechner , Mark Brown , devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-iio@vger.kernel.org, Liam Girdwood , Michael Hennerich , linux-kernel@vger.kernel.org, Lars-Peter Clausen , =?utf-8?q?Nuno_S=C3=A1?= , Conor Dooley , Jonathan Cameron , Dimitri Fedrau In-Reply-To: <20240523031909.19427-5-kimseer.paller@analog.com> References: <20240523031909.19427-1-kimseer.paller@analog.com> <20240523031909.19427-5-kimseer.paller@analog.com> Message-Id: <171643825573.1037396.2749703571529285460.robh@kernel.org> Subject: Re: [PATCH v2 4/5] dt-bindings: iio: dac: Add adi,ltc2672.yaml On Thu, 23 May 2024 11:19:08 +0800, Kim Seer Paller wrote: > Add documentation for ltc2672. > > Co-developed-by: Michael Hennerich > Signed-off-by: Michael Hennerich > Signed-off-by: Kim Seer Paller > --- > .../bindings/iio/dac/adi,ltc2672.yaml | 159 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 160 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/dac/adi,ltc2672.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/dac/adi,ltc2672.yaml: patternProperties:^channel@[0-4]$:properties:adi,output-range-microamp: '$ref' should not be valid under {'const': '$ref'} hint: Standard unit suffix properties don't need a type $ref from schema $id: http://devicetree.org/meta-schemas/core.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240523031909.19427-5-kimseer.paller@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.