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

Hsun Lai posted 3 patches 6 months, 3 weeks ago
[PATCH v4 1/3] dt-bindings: vendor-prefixes: Add SakuraPi prefix
Posted by Hsun Lai 6 months, 3 weeks ago
Add vendor prefix for SakuraPi.org, which produces
development boards like the SakuraPi-RK3308B.

Link: https://docs.sakurapi.org

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

---

Changes in v4:
- Fix vendor prefixes error (Krzysztof Kozlowski v2)

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

Re: [PATCH v4 1/3] dt-bindings: vendor-prefixes: Add SakuraPi prefix
Posted by Krzysztof Kozlowski 6 months, 3 weeks ago
On Wed, May 21, 2025 at 09:11:06PM GMT, Hsun Lai wrote:
> Add vendor prefix for SakuraPi.org, which produces
> development boards like the SakuraPi-RK3308B.
> 
> Link: https://docs.sakurapi.org
> 
> Signed-off-by: Hsun Lai <i@chainsx.cn>
> 
> ---
> 
> Changes in v4:
> - Fix vendor prefixes error (Krzysztof Kozlowski v2)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof