]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: coresight: qcom,coresight-tpda: Fix too many 'reg'
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 26 Feb 2025 11:29:13 +0000 (12:29 +0100)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Wed, 26 Feb 2025 11:42:24 +0000 (11:42 +0000)
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: a8fbe1442c2b ("dt-bindings: arm: Adds CoreSight TPDA hardware definitions")
Cc: stable@vger.kernel.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20250226112914.94361-1-krzysztof.kozlowski@linaro.org
Documentation/devicetree/bindings/arm/qcom,coresight-tpda.yaml

index 76163abed655a2ade451965b0181c340cf441565..5ed40f21b8eb5d77a9d2f2fe912cee2fa569fd1e 100644 (file)
@@ -55,8 +55,7 @@ properties:
       - const: arm,primecell
 
   reg:
-    minItems: 1
-    maxItems: 2
+    maxItems: 1
 
   clocks:
     maxItems: 1