[PATCH 1/3] dt-bindings: vendor-prefixes: add WIKO SAS

Paul Adam via B4 Relay posted 3 patches 1 month, 2 weeks ago
There is a newer version of this series
[PATCH 1/3] dt-bindings: vendor-prefixes: add WIKO SAS
Posted by Paul Adam via B4 Relay 1 month, 2 weeks ago
From: Paul Adam <adamp@posteo.de>

Wiko is a french smartphone company: https://wikomobile.com

Signed-off-by: Paul Adam <adamp@posteo.de>
---
 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 edbce100cae4..187089eef983 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1819,6 +1819,8 @@ patternProperties:
     description: Wi2Wi, Inc.
   "^widora,.*":
     description: Beijing Widora Technology Co., Ltd.
+  "^wiko,.*":
+    description: Wiko SAS
   "^wiligear,.*":
     description: Wiligear, Ltd.
   "^willsemi,.*":

-- 
2.52.0
Re: [PATCH 1/3] dt-bindings: vendor-prefixes: add WIKO SAS
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On Sun, Feb 15, 2026 at 09:02:01PM +0100, Paul Adam wrote:
> Wiko is a french smartphone company: https://wikomobile.com
> 
> Signed-off-by: Paul Adam <adamp@posteo.de>
> ---
>  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 edbce100cae4..187089eef983 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -1819,6 +1819,8 @@ patternProperties:
>      description: Wi2Wi, Inc.
>    "^widora,.*":
>      description: Beijing Widora Technology Co., Ltd.
> +  "^wiko,.*":

Domain is wikomobile, so use that one... unless wiko.com is the same -
looks kind of as, but then use correct address.

Best regards,
Krzysztof