From patchwork Sat Jul 6 04:54:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 811333 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 0D9B01C6A7; Sat, 6 Jul 2024 04:54:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720241700; cv=none; b=XOPlVy+PoWOilqpgaBYTOpm2tRa+7h6jO1Pv23CiLSm+iuYfyLgxn8qlYZ6D4vmN/ycqrRF6wQr7mBV7RwVFVIItOH+CDauVEHR1jX8o0zEqUg0XBrqx41SMQTQAjv5sFw0+ZMaW3A9Hb0qnVhSgYfAfKuIsScpLqMizw4Grv/Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720241700; c=relaxed/simple; bh=wxvLpOW05IZBhoJ42Z143u9/Maq90L38LvE9Gw8PR+4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=EgW7HIjRAEK6d+3xIzl0s8XjBwaMw4m9oUbWo2Fhlfzo2QDWjrdj819GpZa55mfpRLGyCGaWx4ZSft9kxblLBoQ6HhiBg+HkAwVPo31e6xEZykrUm4KjIIc+1zBZhRJv9+Y1qh/8A0PJeRNY4JYcuQy7IqOfdE6sTX14aSw9ds8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GY99Q+GC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GY99Q+GC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6FBAC4AF0E; Sat, 6 Jul 2024 04:54:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720241699; bh=wxvLpOW05IZBhoJ42Z143u9/Maq90L38LvE9Gw8PR+4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GY99Q+GCYzaw3qfa51njrC2vovfJRgrxH+xkNriY3zRWmB2m8gtI0Yt+T1J7sIiu+ TJRwp0w+y34vujUSLaWngNEA8IxVNz3wR6c/gqvloYFBgrq0DCcDhMBOf41TDJ4lc/ 728WHUchDncjX+6j6f+9T6wmgN67QvpwP+Jz2YAw7c5Kws0xffdjmRxfY28KTQGquU QAnz/NuS/pR4ry8XNWHqGUNpRAPfwW9ZPZ8TEwVo188kyqwjsOXb929K27Llexuc86 nFa6uBv5YQOlG4jN/dT3DBw4DaNoHdriTWPs5eK78a9VVPcj7VArC7x87e7IjjUOE0 7lUG/FxaJBWlA== From: Stephen Boyd To: Michael Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, patches@lists.linux.dev, kunit-dev@googlegroups.com, linux-kselftest@vger.kernel.org, devicetree@vger.kernel.org, Brendan Higgins , David Gow , Rae Moar , Greg Kroah-Hartman , "Rafael J . Wysocki" , Rob Herring , Saravana Kannan , Daniel Latypov , Christian Marangi , Krzysztof Kozlowski , Conor Dooley , Maxime Ripard Subject: [PATCH v6 3/8] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends Date: Fri, 5 Jul 2024 21:54:48 -0700 Message-ID: <20240706045454.215701-4-sboyd@kernel.org> X-Mailer: git-send-email 2.45.2.803.g4e1b14247a-goog In-Reply-To: <20240706045454.215701-1-sboyd@kernel.org> References: <20240706045454.215701-1-sboyd@kernel.org> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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. Reviewed-by: Rob Herring Reviewed-by: David Gow Cc: Krzysztof Kozlowski Cc: Conor Dooley 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 fbf47f0bacf1..02a22c2722ec 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1456,6 +1456,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,.*":