Skip to content

Commit be91edc

Browse files
danish-tikuba-moo
authored andcommitted
dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support
Add documentation for pa-stats node which is syscon regmap for PA_STATS registers. This will be used to dump statistics maintained by ICSSG firmware. Reviewed-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Roger Quadros <[email protected]> Acked-by: Nishanth Menon <[email protected]> Signed-off-by: MD Danish Anwar <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent f85cd6a commit be91edc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,26 @@ patternProperties:
278278

279279
additionalProperties: false
280280

281+
^pa-stats@[a-f0-9]+$:
282+
description: |
283+
PA-STATS sub-module represented as a SysCon. PA_STATS is a set of
284+
registers where different statistics related to ICSSG, are dumped by
285+
ICSSG firmware. This syscon sub-module will help the device to
286+
access/read/write those statistics.
287+
288+
type: object
289+
290+
additionalProperties: false
291+
292+
properties:
293+
compatible:
294+
items:
295+
- const: ti,pruss-pa-st
296+
- const: syscon
297+
298+
reg:
299+
maxItems: 1
300+
281301
interrupt-controller@[a-f0-9]+$:
282302
description: |
283303
PRUSS INTC Node. Each PRUSS has a single interrupt controller instance

0 commit comments

Comments
 (0)