Skip to content

Commit 1e4e454

Browse files
krzkSuzuki K Poulose
authored andcommitted
dt-bindings: coresight: qcom,coresight-tpdm: 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: 6c781a3 ("dt-bindings: arm: Add CoreSight TPDM hardware") 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 d72deaf commit 1e4e454

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ properties:
4141
- const: arm,primecell
4242

4343
reg:
44-
minItems: 1
45-
maxItems: 2
44+
maxItems: 1
4645

4746
qcom,dsb-element-bits:
4847
description:

0 commit comments

Comments
 (0)