2024-02-15 09:07:31

by Heiko Stuebner

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: vendor-prefixes: add prefix for admatec GmbH

From: Heiko Stuebner <[email protected]>

admatec GmbH is a german supplier for industrial displays.

Signed-off-by: Heiko Stuebner <[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 1a0dc04f1db47..fef2e12b504ee 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -61,6 +61,8 @@ patternProperties:
description: Analog Devices, Inc.
"^adieng,.*":
description: ADI Engineering, Inc.
+ "^admatec,.*":
+ description: admatec GmbH
"^advantech,.*":
description: Advantech Corporation
"^aeroflexgaisler,.*":
--
2.39.2



2024-02-15 09:08:43

by Heiko Stuebner

[permalink] [raw]
Subject: [PATCH 2/2] dt-bindings: display: panel-lvds: Add compatible for admatec 9904370 panel

From: Heiko Stuebner <[email protected]>

The 9904379 is a 10.1" 1024x600 LVDS display using the standard
lvds properties.

Signed-off-by: Heiko Stuebner <[email protected]>
---
Documentation/devicetree/bindings/display/panel/panel-lvds.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
index 3fb24393529cd..155d8ffa8f6ef 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
@@ -39,6 +39,8 @@ properties:
compatible:
items:
- enum:
+ # Admatec 9904379 10.1" 1024x600 LVDS panel
+ - admatec,9904379
- auo,b101ew05
# Chunghwa Picture Tubes Ltd. 7" WXGA (800x1280) TFT LCD LVDS panel
- chunghwa,claa070wp03xg
--
2.39.2


2024-02-15 17:08:04

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 2/2] dt-bindings: display: panel-lvds: Add compatible for admatec 9904370 panel

On Thu, Feb 15, 2024 at 10:04:42AM +0100, Heiko Stuebner wrote:
> From: Heiko Stuebner <[email protected]>
>
> The 9904379 is a 10.1" 1024x600 LVDS display using the standard
> lvds properties.
>
> Signed-off-by: Heiko Stuebner <[email protected]>

Acked-by: Conor Dooley <[email protected]>

Cheers,
Conor.

> ---
> Documentation/devicetree/bindings/display/panel/panel-lvds.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
> index 3fb24393529cd..155d8ffa8f6ef 100644
> --- a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
> @@ -39,6 +39,8 @@ properties:
> compatible:
> items:
> - enum:
> + # Admatec 9904379 10.1" 1024x600 LVDS panel
> + - admatec,9904379
> - auo,b101ew05
> # Chunghwa Picture Tubes Ltd. 7" WXGA (800x1280) TFT LCD LVDS panel
> - chunghwa,claa070wp03xg
> --
> 2.39.2
>


Attachments:
(No filename) (1.12 kB)
signature.asc (235.00 B)
Download all attachments

2024-02-15 17:10:46

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: vendor-prefixes: add prefix for admatec GmbH

On Thu, Feb 15, 2024 at 10:04:41AM +0100, Heiko Stuebner wrote:
> From: Heiko Stuebner <[email protected]>
>
> admatec GmbH is a german supplier for industrial displays.
>
> Signed-off-by: Heiko Stuebner <[email protected]>

There's a fair few Admatec's it seems, so a link would be good:

Link: https://www.admatec.de/
Acked-by: Conor Dooley <[email protected]>

Cheers,
Conor.

> ---
> 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 1a0dc04f1db47..fef2e12b504ee 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -61,6 +61,8 @@ patternProperties:
> description: Analog Devices, Inc.
> "^adieng,.*":
> description: ADI Engineering, Inc.
> + "^admatec,.*":
> + description: admatec GmbH
> "^advantech,.*":
> description: Advantech Corporation
> "^aeroflexgaisler,.*":
> --
> 2.39.2
>


Attachments:
(No filename) (1.12 kB)
signature.asc (235.00 B)
Download all attachments

2024-02-16 22:51:14

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: vendor-prefixes: add prefix for admatec GmbH

On Thu, 15 Feb 2024 10:04:41 +0100, Heiko Stuebner wrote:
> From: Heiko Stuebner <[email protected]>
>
> admatec GmbH is a german supplier for industrial displays.
>
>

Applied, thanks!

Adding the link to the manufacturer Conor suggested.

[1/2] dt-bindings: vendor-prefixes: add prefix for admatec GmbH
commit: 9de552935b6ceaa113d205232fde70e5345bdf29
[2/2] dt-bindings: display: panel-lvds: Add compatible for admatec 9904370 panel
commit: c530379a6876eb4c9c4a83f1b65d8cd9d66ee229

Best regards,
--
Heiko Stuebner <[email protected]>