[PATCH v2 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 v2 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>
---

(no changes since v1)

 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 v2 1/3] dt-bindings: vendor-prefixes: Add SakuraPi prefix
Posted by Krzysztof Kozlowski 8 months, 4 weeks ago
On 14/05/2025 09:59, Hsun Lai wrote:
> Add vendor prefix for SakuraPi.org, which produces
> development boards like the SakuraPi-RK3308B.
> 
> Signed-off-by: Hsun Lai <i@chainsx.cn>
> ---
> 
> (no changes since v1)
> 
>  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

Still broken / nothing improved.

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


Best regards,
Krzysztof