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 57E33E732C4 for ; Thu, 28 Sep 2023 11:25:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232335AbjI1LZ3 (ORCPT ); Thu, 28 Sep 2023 07:25:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232101AbjI1LZO (ORCPT ); Thu, 28 Sep 2023 07:25:14 -0400 Received: from 14.mo581.mail-out.ovh.net (14.mo581.mail-out.ovh.net [178.33.251.19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C57A3AA4 for ; Thu, 28 Sep 2023 04:22:38 -0700 (PDT) Received: from director8.ghost.mail-out.ovh.net (unknown [10.108.20.39]) by mo581.mail-out.ovh.net (Postfix) with ESMTP id D20AA27020 for ; Thu, 28 Sep 2023 10:43:50 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-scbb9 (unknown [10.110.171.220]) by director8.ghost.mail-out.ovh.net (Postfix) with ESMTPS id 772761FE4F; Thu, 28 Sep 2023 10:43:50 +0000 (UTC) Received: from RCM-web4.webmail.mail.ovh.net ([176.31.235.81]) by ghost-submission-6684bf9d7b-scbb9 with ESMTPSA id FvZ+GuZYFWWPdgAAWmyHgg (envelope-from ); Thu, 28 Sep 2023 10:43:50 +0000 MIME-Version: 1.0 Date: Thu, 28 Sep 2023 12:43:50 +0200 From: =?UTF-8?Q?Rafa=C5=82_Mi=C5=82ecki?= To: Rob Herring Cc: Srinivas Kandagatla , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: nvmem: u-boot,env: Add missing additionalProperties on child node schemas In-Reply-To: <20230926164529.102427-1-robh@kernel.org> References: <20230926164529.102427-1-robh@kernel.org> User-Agent: Roundcube Webmail/1.4.13 Message-ID: <3625f0b161a516640c716cd9aff37f9b@milecki.pl> X-Sender: rafal@milecki.pl X-Originating-IP: 31.11.218.106 X-Webmail-UserID: rafal@milecki.pl Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 6405807520749366235 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvkedrtddtgddtvdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeggfffhvfevufgjfhgfkfigihgtgfesthekjhdttderjeenucfhrhhomheptfgrfhgrlhcuofhilhgvtghkihcuoehrrghfrghlsehmihhlvggtkhhirdhplheqnecuggftrfgrthhtvghrnhepjedvlefguedthfefleehgeeftdeludeluedvgfeffeevhfevtdehteejteefheegnecukfhppeduvdejrddtrddtrddupdefuddruddurddvudekrddutdeipddujeeirdefuddrvdefhedrkedunecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpeeorhgrfhgrlhesmhhilhgvtghkihdrphhlqedpnhgspghrtghpthhtohepuddprhgtphhtthhopehlihhnuhigqdhkvghrnhgvlhesvhhgvghrrdhkvghrnhgvlhdrohhrghdpoffvtefjohhsthepmhhoheekuddpmhhouggvpehsmhhtphhouhht Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-09-26 18:45, Rob Herring wrote: > Just as unevaluatedProperties or additionalProperties are required at > the top level of schemas, they should (and will) also be required for > child node schemas. That ensures only documented properties are > present for any node. > > Signed-off-by: Rob Herring Thanks! Acked-by: Rafał Miłecki