2024-01-15 18:23:01

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] dt-bindings: input: silead,gsl1680: do not override firmware-name $ref

dtschema package defines firmware-name as string-array, so individual
bindings should not make it a string but instead just narrow the number
of expected firmware file names.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
.../devicetree/bindings/input/touchscreen/silead,gsl1680.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/silead,gsl1680.yaml b/Documentation/devicetree/bindings/input/touchscreen/silead,gsl1680.yaml
index 95b554be25b4..5381a96f4949 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/silead,gsl1680.yaml
+++ b/Documentation/devicetree/bindings/input/touchscreen/silead,gsl1680.yaml
@@ -31,7 +31,7 @@ properties:
maxItems: 1

firmware-name:
- $ref: /schemas/types.yaml#/definitions/string
+ maxItems: 1
description: >
File basename for board specific firmware

--
2.34.1



2024-01-16 17:28:01

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: input: silead,gsl1680: do not override firmware-name $ref

On Mon, Jan 15, 2024 at 07:20:57PM +0100, Krzysztof Kozlowski wrote:
> dtschema package defines firmware-name as string-array, so individual
> bindings should not make it a string but instead just narrow the number
> of expected firmware file names.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

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



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

2024-01-19 08:33:34

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: input: silead,gsl1680: do not override firmware-name $ref

On Mon, Jan 15, 2024 at 07:20:57PM +0100, Krzysztof Kozlowski wrote:
> dtschema package defines firmware-name as string-array, so individual
> bindings should not make it a string but instead just narrow the number
> of expected firmware file names.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Applied, thank you.

--
Dmitry