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

Sebastian Reichel posted 4 patches 2 years, 1 month ago
There is a newer version of this series
[PATCH v3 1/4] dt-bindings: vendor-prefixes: add GalaxyCore
Posted by Sebastian Reichel 2 years, 1 month ago
GalaxyCore Shanghai Limited Corporation manufacturers
CMOS Image Sensor and Display Driver IC.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
---
 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
Re: [PATCH v3 1/4] dt-bindings: vendor-prefixes: add GalaxyCore
Posted by Rob Herring 2 years, 1 month ago
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 <sre@kernel.org>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>