Skip to content

Commit 74eb6cd

Browse files
Shawn Guoandersson
authored andcommitted
dt-bindings: remoteproc: qcom: Drop types for firmware-name
The type of firmware-name is already defined by core schemas. Drop it from individual bindings that have either a redundant definition or an override as string type. For the later cases, constrain the number of expected firmware names to 1. Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260309123357.1911586-1-shengchao.guo@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 743cfae commit 74eb6cd

8 files changed

Lines changed: 2 additions & 8 deletions

File tree

Documentation/devicetree/bindings/remoteproc/qcom,msm8916-mss-pil.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ properties:
141141
- description: MPSS reserved region
142142

143143
firmware-name:
144-
$ref: /schemas/types.yaml#/definitions/string-array
145144
items:
146145
- description: Name of MBA firmware
147146
- description: Name of modem firmware

Documentation/devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ properties:
126126
- description: Metadata reserved region
127127

128128
firmware-name:
129-
$ref: /schemas/types.yaml#/definitions/string-array
130129
items:
131130
- description: Name of MBA firmware
132131
- description: Name of modem firmware

Documentation/devicetree/bindings/remoteproc/qcom,sa8775p-pas.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ properties:
5151
description: Reference to the AOSS side-channel message RAM.
5252

5353
firmware-name:
54-
$ref: /schemas/types.yaml#/definitions/string-array
5554
items:
5655
- description: Firmware name of the Hexagon core
5756

Documentation/devicetree/bindings/remoteproc/qcom,sc7180-mss-pil.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ properties:
9898
- description: metadata reserved region
9999

100100
firmware-name:
101-
$ref: /schemas/types.yaml#/definitions/string-array
102101
items:
103102
- description: Name of MBA firmware
104103
- description: Name of modem firmware

Documentation/devicetree/bindings/remoteproc/qcom,sc7280-mss-pil.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ properties:
9898
- description: metadata reserved region
9999

100100
firmware-name:
101-
$ref: /schemas/types.yaml#/definitions/string-array
102101
items:
103102
- description: Name of MBA firmware
104103
- description: Name of modem firmware

Documentation/devicetree/bindings/remoteproc/qcom,sc8280xp-pas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ properties:
4242
description: Reference to the reserved-memory for the Hexagon core
4343

4444
firmware-name:
45-
$ref: /schemas/types.yaml#/definitions/string
45+
maxItems: 1
4646
description: Firmware name for the Hexagon core
4747

4848
required:

Documentation/devicetree/bindings/remoteproc/qcom,sdx55-pas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ properties:
5656
smd-edge: false
5757

5858
firmware-name:
59-
$ref: /schemas/types.yaml#/definitions/string
59+
maxItems: 1
6060
description: Firmware name for the Hexagon core
6161

6262
required:

Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ properties:
6060
smd-edge: false
6161

6262
firmware-name:
63-
$ref: /schemas/types.yaml#/definitions/string-array
6463
items:
6564
- description: Firmware name of the Hexagon core
6665
- description: Firmware name of the Hexagon Devicetree

0 commit comments

Comments
 (0)