Message ID | 20231011-htc-memul-v1-1-76e57873190c@z3ntu.xyz (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for HTC One Mini 2 smartphone | expand |
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
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
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,.*":
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(+)