2023-10-27 01:14:39

by Sebastian Reichel

[permalink] [raw]
Subject: [PATCH v3 1/4] dt-bindings: vendor-prefixes: add GalaxyCore

GalaxyCore Shanghai Limited Corporation manufacturers
CMOS Image Sensor and Display Driver IC.

Signed-off-by: Sebastian Reichel <[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 573578db9509..8cb49a2e4afa 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -494,6 +494,8 @@ patternProperties:
description: Fujitsu Ltd.
"^fxtec,.*":
description: FX Technology Ltd.
+ "^galaxycore,.*":
+ description: GalaxyCore Shanghai Limited Corporation
"^gardena,.*":
description: GARDENA GmbH
"^gateworks,.*":
--
2.42.0


2023-10-27 21:30:58

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v3 1/4] dt-bindings: vendor-prefixes: add GalaxyCore


On Fri, 27 Oct 2023 03:12:01 +0200, Sebastian Reichel wrote:
> GalaxyCore Shanghai Limited Corporation manufacturers
> CMOS Image Sensor and Display Driver IC.
>
> Signed-off-by: Sebastian Reichel <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Acked-by: Rob Herring <[email protected]>