* [PATCH] dt-bindings: mfd: iqs62x: Do not override firmware-name $ref
@ 2024-01-15 18:20 Krzysztof Kozlowski
2024-01-15 22:32 ` Jeff LaBundy
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-15 18:20 UTC (permalink / raw)
To: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Jeff LaBundy, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
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 <krzysztof.kozlowski@linaro.org>
---
Documentation/devicetree/bindings/mfd/iqs62x.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mfd/iqs62x.yaml b/Documentation/devicetree/bindings/mfd/iqs62x.yaml
index 044cd7542c2b..f438c2374966 100644
--- a/Documentation/devicetree/bindings/mfd/iqs62x.yaml
+++ b/Documentation/devicetree/bindings/mfd/iqs62x.yaml
@@ -31,7 +31,7 @@ properties:
maxItems: 1
firmware-name:
- $ref: /schemas/types.yaml#/definitions/string
+ maxItems: 1
description:
Specifies the name of the calibration and configuration file selected by
the driver. If this property is omitted, the name is chosen based on the
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: mfd: iqs62x: Do not override firmware-name $ref
2024-01-15 18:20 [PATCH] dt-bindings: mfd: iqs62x: Do not override firmware-name $ref Krzysztof Kozlowski
@ 2024-01-15 22:32 ` Jeff LaBundy
2024-01-16 17:28 ` Conor Dooley
2024-01-18 14:50 ` (subset) " Lee Jones
2 siblings, 0 replies; 4+ messages in thread
From: Jeff LaBundy @ 2024-01-15 22:32 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
devicetree, linux-kernel
On Mon, Jan 15, 2024 at 07:20:42PM +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 <krzysztof.kozlowski@linaro.org>
Acked-by: Jeff LaBundy <jeff@labundy.com>
> ---
> Documentation/devicetree/bindings/mfd/iqs62x.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mfd/iqs62x.yaml b/Documentation/devicetree/bindings/mfd/iqs62x.yaml
> index 044cd7542c2b..f438c2374966 100644
> --- a/Documentation/devicetree/bindings/mfd/iqs62x.yaml
> +++ b/Documentation/devicetree/bindings/mfd/iqs62x.yaml
> @@ -31,7 +31,7 @@ properties:
> maxItems: 1
>
> firmware-name:
> - $ref: /schemas/types.yaml#/definitions/string
> + maxItems: 1
> description:
> Specifies the name of the calibration and configuration file selected by
> the driver. If this property is omitted, the name is chosen based on the
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: mfd: iqs62x: Do not override firmware-name $ref
2024-01-15 18:20 [PATCH] dt-bindings: mfd: iqs62x: Do not override firmware-name $ref Krzysztof Kozlowski
2024-01-15 22:32 ` Jeff LaBundy
@ 2024-01-16 17:28 ` Conor Dooley
2024-01-18 14:50 ` (subset) " Lee Jones
2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2024-01-16 17:28 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Jeff LaBundy, devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 52 bytes --]
Acked-by: Conor Dooley <conor.dooley@microchip.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: (subset) [PATCH] dt-bindings: mfd: iqs62x: Do not override firmware-name $ref
2024-01-15 18:20 [PATCH] dt-bindings: mfd: iqs62x: Do not override firmware-name $ref Krzysztof Kozlowski
2024-01-15 22:32 ` Jeff LaBundy
2024-01-16 17:28 ` Conor Dooley
@ 2024-01-18 14:50 ` Lee Jones
2 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2024-01-18 14:50 UTC (permalink / raw)
To: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Jeff LaBundy, devicetree, linux-kernel, Krzysztof Kozlowski
On Mon, 15 Jan 2024 19:20:42 +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.
>
>
Applied, thanks!
[1/1] dt-bindings: mfd: iqs62x: Do not override firmware-name $ref
commit: da4326075cff7ee6416309a9c3641d7eca2a53c7
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-18 14:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 18:20 [PATCH] dt-bindings: mfd: iqs62x: Do not override firmware-name $ref Krzysztof Kozlowski
2024-01-15 22:32 ` Jeff LaBundy
2024-01-16 17:28 ` Conor Dooley
2024-01-18 14:50 ` (subset) " Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox