mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 13:14:02 +02:00
dt-bindings: soc: qcom,wcnss: Drop redundant $ref of firmware-name property
The DT schema core defines the type ($ref) of 'firmware-name' property as string-array, so individual schemas do not need to. They also should not redefine it to a single string, but instead just set number of expected firmware names. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20260712162212.184592-2-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
43584144a4
commit
3fd6a04e5b
|
|
@ -19,8 +19,8 @@ properties:
|
|||
const: qcom,wcnss
|
||||
|
||||
firmware-name:
|
||||
$ref: /schemas/types.yaml#/definitions/string
|
||||
default: wlan/prima/WCNSS_qcom_wlan_nv.bin
|
||||
maxItems: 1
|
||||
default: [ wlan/prima/WCNSS_qcom_wlan_nv.bin ]
|
||||
description:
|
||||
Relative firmware image path for the WLAN NV blob.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user