[PATCH 1/3] dt-bindings: vendor-prefixes: document HTC Corporation

Luca Weiss posted 3 patches 2 years, 2 months ago
There is a newer version of this series
[PATCH 1/3] dt-bindings: vendor-prefixes: document HTC Corporation
Posted by Luca Weiss 2 years, 2 months ago
Add the vendor prefix for HTC (https://www.htc.com/).

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
 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 573578db9509..9fddc274ce76 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -583,6 +583,8 @@ patternProperties:
     description: Hewlett Packard Enterprise
   "^hsg,.*":
     description: HannStar Display Co.
+  "^htc,.*":
+    description: HTC Corporation
   "^huawei,.*":
     description: Huawei Technologies Co., Ltd.
   "^hugsun,.*":

-- 
2.42.0
Re: [PATCH 1/3] dt-bindings: vendor-prefixes: document HTC Corporation
Posted by Krzysztof Kozlowski 2 years, 2 months ago
On 11/10/2023 19:02, Luca Weiss wrote:
> Add the vendor prefix for HTC (https://www.htc.com/).
> 
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---

So it is the first HTC device in upstream? That's a surprise...

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

Best regards,
Krzysztof
Re: [PATCH 1/3] dt-bindings: vendor-prefixes: document HTC Corporation
Posted by Konrad Dybcio 2 years, 2 months ago

On 10/11/23 20:24, Krzysztof Kozlowski wrote:
> On 11/10/2023 19:02, Luca Weiss wrote:
>> Add the vendor prefix for HTC (https://www.htc.com/).
>>
>> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
>> ---
> 
> So it is the first HTC device in upstream? That's a surprise...
Same feeling, this was very unexpected!

Konrad