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

dt-bindings: net: qcom,ipa: 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>
Acked-by: Alex Elder <elder@linaro.org>
Link: https://lore.kernel.org/r/20240129142121.102450-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Krzysztof Kozlowski and committed by
Paolo Abeni
b2005bb7 1701940b

+1 -1
+1 -1
Documentation/devicetree/bindings/net/qcom,ipa.yaml
··· 159 159 when the AP (not the modem) performs early initialization. 160 160 161 161 firmware-name: 162 - $ref: /schemas/types.yaml#/definitions/string 162 + maxItems: 1 163 163 description: 164 164 If present, name (or relative path) of the file within the 165 165 firmware search path containing the firmware image used when