From patchwork Tue Sep 26 16:43:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 13399378 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 74628E7E650 for ; Tue, 26 Sep 2023 16:44:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233932AbjIZQoT (ORCPT ); Tue, 26 Sep 2023 12:44:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231300AbjIZQoS (ORCPT ); Tue, 26 Sep 2023 12:44:18 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86BE1BF; Tue, 26 Sep 2023 09:44:12 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CAE7C433C8; Tue, 26 Sep 2023 16:44:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695746652; bh=ctKEScjla5NGO0X3e5QFF7G0OrRljAFnMXyX4H25Oyw=; h=From:To:Cc:Subject:Date:From; b=H2gLaC4YPBRroqQ/fVEPrIAR9cwiCU/58OtIk2xUoqfShDUqevF5nC6/eF30ajZbo LGv6b9YKLV9RmrpAOWouMtAcVONPDQGUdBPsgHaVoNM5xKZGRMrPLPXTzsdmSlSRku YdZc1TFbWBXes3JVO07NtJVTnpYPDjM+99Xlndnf9INyjQhSvs/2caS1x8Q1N7EGG5 +N+vW4A65/q7dSDbFsge6BFcapqQpCkuTLBIV74MK5iVK5zLcSmERdF75K/dVJldqK iQxDpmA1qTVhABuGpTH9hcc9WJtPMrl13+I/6VyzDt9zfo5LzquPcCi++bfe8AM40L +kFK6viJRjRiQ== Received: (nullmailer pid 100735 invoked by uid 1000); Tue, 26 Sep 2023 16:44:09 -0000 From: Rob Herring To: Lars-Peter Clausen , Michael Hennerich , Marcelo Schmitt , Jonathan Cameron , Krzysztof Kozlowski , Conor Dooley Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: iio: adc: adi,ad7292: Fix additionalProperties on channel nodes Date: Tue, 26 Sep 2023 11:43:50 -0500 Message-Id: <20230926164357.100325-1-robh@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org "additionalProperties: true" is only for incomplete schemas such as bus child nodes in a bus's schema. That doesn't apply to the "channel" nodes in the adi,ad7292 binding, so fix additionalProperties to be false. Signed-off-by: Rob Herring Acked-by: Marcelo Schmitt Acked-by: Conor Dooley --- Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml index 7cc4ddc4e9b7..2aa1f4b063eb 100644 --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml @@ -61,7 +61,7 @@ patternProperties: required: - reg - additionalProperties: true + additionalProperties: false allOf: - $ref: /schemas/spi/spi-peripheral-props.yaml#