Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <krzysztof.kozlowski@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240115182057.1610195-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Dmitry Torokhov
8bafa2f2 2a992413

+1 -1
+1 -1
Documentation/devicetree/bindings/input/touchscreen/silead,gsl1680.yaml
··· 31 31 maxItems: 1 32 32 33 33 firmware-name: 34 - $ref: /schemas/types.yaml#/definitions/string 34 + maxItems: 1 35 35 description: > 36 36 File basename for board specific firmware 37 37