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 737F0EE3F00 for ; Tue, 12 Sep 2023 18:23:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237240AbjILSXz (ORCPT ); Tue, 12 Sep 2023 14:23:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236901AbjILSXy (ORCPT ); Tue, 12 Sep 2023 14:23:54 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC9D5115; Tue, 12 Sep 2023 11:23:50 -0700 (PDT) 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230912081527.208499-8-herve.codina@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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