[PATCH v1 1/3] dt-bindings: vendor-prefixes: Add SakuraPi prefix

Hsun Lai posted 3 patches 9 months ago
There is a newer version of this series
[PATCH v1 1/3] dt-bindings: vendor-prefixes: Add SakuraPi prefix
Posted by Hsun Lai 9 months ago
Add vendor prefix for SakuraPi.org, which produces
development boards like the SakuraPi-RK3308B.

Signed-off-by: Hsun Lai <i@chainsx.cn>
---

 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 3e7450c3f..744d01a76 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1299,6 +1299,8 @@ patternProperties:
   "^rve,.*":
     description: Recharge Véhicule Électrique (RVE) inc.
   "^saef,.*":
+    description: SakuraPi.org
+  "^sakurapi,.*":
     description: Saef Technology Limited
   "^samsung,.*":
     description: Samsung Semiconductor
-- 
2.34.1

Re: [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add SakuraPi prefix
Posted by Conor Dooley 9 months ago
On Wed, May 14, 2025 at 12:35:12AM +0800, Hsun Lai wrote:
> Add vendor prefix for SakuraPi.org, which produces

This website does not exist? Think you should mention that
https://docs.sakurapi.org/en/ is the site (in a Link: tag).

> development boards like the SakuraPi-RK3308B.
> 
> Signed-off-by: Hsun Lai <i@chainsx.cn>
> ---
> 
>  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 3e7450c3f..744d01a76 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -1299,6 +1299,8 @@ patternProperties:
>    "^rve,.*":
>      description: Recharge Véhicule Électrique (RVE) inc.

>    "^saef,.*":
> +    description: SakuraPi.org
> +  "^sakurapi,.*":
>      description: Saef Technology Limited

You've added your entry in the middle of the Saef one.

>    "^samsung,.*":
>      description: Samsung Semiconductor
> -- 
> 2.34.1
>