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 58A9E11712; Thu, 12 Sep 2024 13:15:54 +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=1726146954; cv=none; b=NoA25bg1MeB4AlOwJ4e7QbNfCxEB9ihPBV/wbGEmm4JYChnUMDIApyHGWmWhVnt9TGJZUNQSphQxZln1fQt92gFwpRPd0BDFOI8gtlVz6YjlL7LcKKjT9bpE6hl3g6qlsrvzWNbPrsPvWdsbcnMAOPk9SAz3skntOz7xASXAYQA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726146954; c=relaxed/simple; bh=Mbc7VcX998xWkc6JZN8LW23ul8vOtaHFcVt8+WMqKFg=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=J0z2vFHQRCNh6HaGrjA5hurtPl8hWjPvsHH8k3PtCXBFOVR6fGgBCKnX2m3mFMWGMHN6WDLMuUsUJh571iWV0lhL0+vDQ3R9m02SkbtG60iunh7hV49uYzh2Zv7FDCYHavJCuM7S5PMufiwI19ckAA+xZaBwuWWqcEG0C3GlBRs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=B0nWqzBk; 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="B0nWqzBk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0C90C4CEC3; Thu, 12 Sep 2024 13:15:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1726146954; bh=Mbc7VcX998xWkc6JZN8LW23ul8vOtaHFcVt8+WMqKFg=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=B0nWqzBkx03CCcx2KhnpvJlz4SRqvZUVJ5NrLouCXukJGXgAw71v9z/sq8D6Ac6vh D6i5OZ7wPzKDWSFhdHgWw3ddqc7jU0rVrThe576K+ngsDbQaPltAWreRtbDdWdhuMq Uy5SU0rEANZF/e48B6iRrFtORC1ZbPxRsXcbMnBKq+blF9ZiEvjRzUcz/jIpmQ1Bbf UiH/8zBm8liC4MkOUJDbtWC/wxuiCjc1E0fNGKurALPhfmcRw3SPZjp0gU5FLKcwrC e56l7JvUUsYcw39bg/zzUy+XLG2jydcpwk5O4aqvmz5obu08Cdmm4G7cIujkhhRIKq rZS5QIwAKClqg== Date: Thu, 12 Sep 2024 08:15:52 -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: Ramona Alexandra Nechita Cc: Cosmin Tanislav , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marcelo Schmitt , David Lechner , Krzysztof Kozlowski , Matteo Martelli , Michael Hennerich , Alisa-Dariana Roman , Andy Shevchenko , Olivier Moysan , Lars-Peter Clausen , Dumitru Ceclan , =?utf-8?q?Jo=C3=A3o_Paulo_Gon=C3=A7alves?= , Marius Cristea , linux-iio@vger.kernel.org, Nuno Sa , Jonathan Cameron , AngeloGioacchino Del Regno In-Reply-To: <20240912121609.13438-2-ramona.nechita@analog.com> References: <20240912121609.13438-1-ramona.nechita@analog.com> <20240912121609.13438-2-ramona.nechita@analog.com> Message-Id: <172614695270.3185531.17275124785979190338.robh@kernel.org> Subject: Re: [PATCH v5 1/3] dt-bindings: iio: adc: add a7779 doc On Thu, 12 Sep 2024 15:15:45 +0300, Ramona Alexandra Nechita wrote: > Add dt bindings for AD7779 8-channel, simultaneous sampling ADC > family with eight full Σ-Δ ADCs on chip and ultra-low input > current to allow direct sensor connection. > > Signed-off-by: Ramona Alexandra Nechita > --- > .../bindings/iio/adc/adi,ad7779.yaml | 84 +++++++++++++++++++ > 1 file changed, 84 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7779.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/adc/adi,ad7779.example.dtb: adc@0: Unevaluated properties are not allowed ('vref-supply' was unexpected) from schema $id: http://devicetree.org/schemas/iio/adc/adi,ad7779.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/adi,ad7779.example.dtb: adc@0: 'oneOf' conditional failed, one must be fixed: 'interrupts' is a required property 'interrupts-extended' is a required property from schema $id: http://devicetree.org/schemas/iio/adc/adi,ad7779.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240912121609.13438-2-ramona.nechita@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.