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 A8AEA6111 for ; Wed, 15 Mar 2023 18:37:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0908C433AA; Wed, 15 Mar 2023 18:37:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678905452; bh=EFxqrYszB/6SHqjnakwbj0FJzNzPv1cwpyJhojl6Aek=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Gjb4q8qL5pVxyZgdeADmQBLan83VvAvrl1wHXV+pdjlukbOvYIBq2tEQrNgTc9bQP raoRfq+fIn8e5HxOhuzG1BDyLqXrn7yLP7HbdjBJYoYMPaKa51UwMzPMaSv0Jstpgr YJ/CmKS9i2EeSsKnK85SlxeqXydiCMKD3jL+8bmtw1e5qfZUZqm0Bzym9OtlmRaUBy /nLgEHykisM7I9FCLX2cbns2tEXANpmdzmXnFjwfelFrjBGg6ONwmS76rbljt/qdSs RZ6GibJVviF19QWdw6MNyjzccYAZWIwXOMDsn0Kh+Fx8VGgMtHUXTAffYa3ydjAGh6 D+FCucH8XmKuA== From: Stephen Boyd To: Michael Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, patches@lists.linux.dev, Brendan Higgins , David Gow , Greg Kroah-Hartman , "Rafael J . Wysocki" , Rob Herring , Frank Rowand , Christian Marangi , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com, Maxime Ripard Subject: [PATCH v2 03/11] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends Date: Wed, 15 Mar 2023 11:37:20 -0700 Message-Id: <20230315183729.2376178-4-sboyd@kernel.org> X-Mailer: git-send-email 2.40.0.rc1.284.g88254d51c5-goog In-Reply-To: <20230315183729.2376178-1-sboyd@kernel.org> References: <20230315183729.2376178-1-sboyd@kernel.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add the vendor prefix "test" to reserve a vendor prefix for bindings that are purely for testing device tree code. This allows test code to write bindings that can be checked by the schema validator. Cc: Rob Herring Cc: Krzysztof Kozlowski Signed-off-by: Stephen Boyd --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index ed64e06ecca4..e50a78ec7344 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1331,6 +1331,8 @@ patternProperties: description: Terasic Inc. "^tesla,.*": description: Tesla, Inc. + "^test,.*": + description: Reserved for use by tests. For example, KUnit. "^tfc,.*": description: Three Five Corp "^thead,.*": -- https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/ https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git