Skip to content

Commit d72deaf

Browse files
krzkSuzuki K Poulose
authored andcommitted
dt-bindings: coresight: qcom,coresight-tpda: Fix too many 'reg'
Binding listed variable number of IO addresses without defining them, however example DTS code, all in-tree DTS and Linux kernel driver mention only one address space, so drop the second to make binding precise and correctly describe the hardware. Fixes: a8fbe14 ("dt-bindings: arm: Adds CoreSight TPDA hardware definitions") Cc: [email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Suzuki K Poulose <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0c0b6c0 commit d72deaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/devicetree/bindings/arm/qcom,coresight-tpda.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ properties:
5555
- const: arm,primecell
5656

5757
reg:
58-
minItems: 1
59-
maxItems: 2
58+
maxItems: 1
6059

6160
clocks:
6261
maxItems: 1

0 commit comments

Comments
 (0)