From patchwork Tue Sep 26 14:42:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 726513 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 0E19910EF for ; Tue, 26 Sep 2023 14:42:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0B10C433CA; Tue, 26 Sep 2023 14:42:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695739377; bh=uMjIAFfVnuWj2Z28spkl8zPcFTWWFYCo1rAP0UtIQ9M=; h=From:To:Cc:Subject:Date:From; b=LyaBuSKfQXWP56qsP4GUXh6c9xYn3Stl0nrozbD9NELYcX9GWWfrHRN1c+LaWHTQC ujH8Cd2PSKwwC8TyhjQITk4d+9MgHe1mvI1/Rx6ZPgmilP/003ndSf0MlMF2Y8vVL9 0ioejwwvksqZBC3U1zlDeS4KQnZxWVns7TtNdUCc7xt4GS14zbxeyLV44QpswFtls2 ecbJi85EWYNEC3TzGrwGyyfwgK4kSvZIG5WzmphClQfdJrrs0HBGRdjS/ETaS00QR/ TMShVThH2OAz0Eidx7ZpHGyXl1lLuj9FF34xyxbgqDKaGSGjw8uoroLYuriUc4XqUS MURD2f38J/O+w== Received: (nullmailer pid 4053487 invoked by uid 1000); Tue, 26 Sep 2023 14:42:55 -0000 From: Rob Herring To: Dmitry Torokhov , Krzysztof Kozlowski , Conor Dooley , "Jason A. Donenfeld" , Matthias Schiffer , Vincent Huang Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: input: syna,rmi4: Make "additionalProperties: true" explicit Date: Tue, 26 Sep 2023 09:42:44 -0500 Message-Id: <20230926144249.4053202-1-robh@kernel.org> X-Mailer: git-send-email 2.40.1 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Make it explicit that the not yet documented child nodes have additional properties and the child node schema is not complete. Signed-off-by: Rob Herring --- Documentation/devicetree/bindings/input/syna,rmi4.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/input/syna,rmi4.yaml b/Documentation/devicetree/bindings/input/syna,rmi4.yaml index 4d4e1a8e36be..b522c8d3ce0d 100644 --- a/Documentation/devicetree/bindings/input/syna,rmi4.yaml +++ b/Documentation/devicetree/bindings/input/syna,rmi4.yaml @@ -164,6 +164,8 @@ patternProperties: "^rmi4-f[0-9a-f]+@[0-9a-f]+$": type: object + additionalProperties: true + description: Other functions, not documented yet.