Skip to content

Commit be1de12

Browse files
arnopomathieupoirier
authored andcommitted
dt-bindings: remoteproc: st,stm32-rproc: Fix phandle-array parameters description
Replace the FIXME by appropriate description. Fixes: 39bd2b6 ("dt-bindings: Improve phandle-array schemas") Signed-off-by: Arnaud Pouliquen <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
1 parent 9222fab commit be1de12

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ properties:
4343
items:
4444
- items:
4545
- description: Phandle of syscon block
46-
- description: FIXME
47-
- description: FIXME
46+
- description: The offset of the trust zone setting register
47+
- description: The field mask of the trust zone state
4848

4949
interrupts:
5050
description: Should contain the WWDG1 watchdog reset interrupt
@@ -101,8 +101,8 @@ properties:
101101
items:
102102
- items:
103103
- description: Phandle of syscon block
104-
- description: FIXME
105-
- description: FIXME
104+
- description: The offset of the power setting register
105+
- description: The field mask of the PDDS selection
106106

107107
st,syscfg-m4-state:
108108
$ref: "/schemas/types.yaml#/definitions/phandle-array"
@@ -111,8 +111,8 @@ properties:
111111
items:
112112
- items:
113113
- description: Phandle of syscon block with the tamp register
114-
- description: FIXME
115-
- description: FIXME
114+
- description: The offset of the tamp register
115+
- description: The field mask of the Cortex-M4 state
116116

117117
st,syscfg-rsc-tbl:
118118
$ref: "/schemas/types.yaml#/definitions/phandle-array"
@@ -122,8 +122,8 @@ properties:
122122
items:
123123
- items:
124124
- description: Phandle of syscon block with the tamp register
125-
- description: FIXME
126-
- description: FIXME
125+
- description: The offset of the tamp register
126+
- description: The field mask of the Cortex-M4 resource table address
127127

128128
st,auto-boot:
129129
$ref: /schemas/types.yaml#/definitions/flag

0 commit comments

Comments
 (0)