Add prefix for Honestar Technologies Co., Ltd.
Signed-off-by: Daniel Palmer <[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 2735be1a8470..a6cf2cef6f89 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -451,6 +451,8 @@ patternProperties:
description: Holt Integrated Circuits, Inc.
"^honeywell,.*":
description: Honeywell
+ "^honestar,.*":
+ description: Honestar Technologies Co., Ltd.
"^hoperun,.*":
description: Jiangsu HopeRun Software Co., Ltd.
"^hp,.*":
--
2.29.2
On Tue, Dec 01, 2020 at 10:43:22PM +0900, Daniel Palmer wrote:
> Add prefix for Honestar Technologies Co., Ltd.
>
> Signed-off-by: Daniel Palmer <[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 2735be1a8470..a6cf2cef6f89 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -451,6 +451,8 @@ patternProperties:
> description: Holt Integrated Circuits, Inc.
> "^honeywell,.*":
> description: Honeywell
> + "^honestar,.*":
> + description: Honestar Technologies Co., Ltd.
Alphabetical order please.
> "^hoperun,.*":
> description: Jiangsu HopeRun Software Co., Ltd.
> "^hp,.*":
> --
> 2.29.2
>
Hi Rob,
On Thu, 10 Dec 2020 at 01:34, Rob Herring <[email protected]> wrote:
> > + "^honestar,.*":
> > + description: Honestar Technologies Co., Ltd.
>
> Alphabetical order please.
Sorry about that. I intended to do that but apparently don't know the
alphabet anymore..
Thanks,
Daniel