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 EEFEB8F7D for ; Tue, 12 Sep 2023 18:23:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8926BC433C7; Tue, 12 Sep 2023 18:23:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694543030; bh=9PjwsXYdvGXo7MUL7wecpovXv5ZiPln8ttPB8U75U30=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WiVa/+22NCGW7IrffV01g/GdWC+ihuiANID47Be41qQQoSSJ9MWdaOfhEb9E0Q5VN +r4kMs1yWdxu3fZxSMVAhcb1TNaDtndauRq5uWXU7mBetG9qmN4n6Ms8G4M3GnEpT6 IL8BpNw0B4f3QGsuR4iJODP+YKbeKGtOxcoRwXCmSfOmpw58KNwvZgqZoqFU46XehM k5yjfS85vh+C4lBLsV3Gf18j3jx11EzTme/IAilZ+vPSeoagRxi7yNKtU2wB8T0SMM fviEL+q+o20LzIhi5DMS0RPSpg2+62je5UWbBK2PUNRUJjbewFTZnJJWrRJjpUPVGS Iyia4kBEwqV/g== Received: (nullmailer pid 1158307 invoked by uid 1000); Tue, 12 Sep 2023 18:23:46 -0000 Date: Tue, 12 Sep 2023 13:23:46 -0500 From: Rob Herring To: Herve Codina Cc: Krzysztof Kozlowski , Randy Dunlap , Jakub Kicinski , Andrew Lunn , Nicolin Chen , "David S. Miller" , linux-gpio@vger.kernel.org, Linus Walleij , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Qiang Zhao , Christophe Leroy , Simon Horman , linux-arm-kernel@lists.infradead.org, Rob Herring , alsa-devel@alsa-project.org, Takashi Iwai , Fabio Estevam , Christophe JAILLET , Eric Dumazet , Mark Brown , netdev@vger.kernel.org, Paolo Abeni , Thomas Petazzoni , devicetree@vger.kernel.org, Shengjiu Wang , Xiubo Li , Jaroslav Kysel a , Conor Dooley , Liam Girdwood , Lee Jones , Li Yang Subject: Re: [PATCH v5 07/31] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add 'additionalProperties: false' in child nodes Message-ID: <169454302597.1158257.5413851001884233921.robh@kernel.org> References: <20230912081527.208499-1-herve.codina@bootlin.com> <20230912081527.208499-8-herve.codina@bootlin.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230912081527.208499-8-herve.codina@bootlin.com> On Tue, 12 Sep 2023 10:14:58 +0200, Herve Codina wrote: > Additional properties in child node should not be allowed. > > Prevent them adding 'additionalProperties: false' > > Signed-off-by: Herve Codina > --- > .../devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring