2021-12-23 14:10:08

by Stanislav Jakubek

[permalink] [raw]
Subject: [PATCH] dt-bindings: vendor-prefixes: add OnePlus

Add vendor prefix for OnePlus (https://www.oneplus.com/)

Signed-off-by: Stanislav Jakubek <[email protected]>
---
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 1497303e2600..a13d6a19c2b4 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -858,6 +858,8 @@ patternProperties:
description: OLIMEX Ltd.
"^olpc,.*":
description: One Laptop Per Child
+ "^oneplus,.*":
+ description: OnePlus Technology (Shenzhen) Co., Ltd.
"^onion,.*":
description: Onion Corporation
"^onnn,.*":
--
2.25.1



2022-01-04 20:17:24

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: vendor-prefixes: add OnePlus

On Thu, 23 Dec 2021 15:10:02 +0100, Stanislav Jakubek wrote:
> Add vendor prefix for OnePlus (https://www.oneplus.com/)
>
> Signed-off-by: Stanislav Jakubek <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Applied, thanks!