summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2025-02-26 12:29:13 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-25 10:45:34 +0200
commit39cf18f8ec42da1d5bda91a5f329eef34adb3f4d (patch)
treebc06c0a161898c455df60c942bc32bebc2ae4952 /Documentation
parentf46260c3dd4462b44d8ee7ad59ab992548bfaa29 (diff)
downloadlinux-39cf18f8ec42da1d5bda91a5f329eef34adb3f4d.tar.gz
linux-39cf18f8ec42da1d5bda91a5f329eef34adb3f4d.tar.bz2
linux-39cf18f8ec42da1d5bda91a5f329eef34adb3f4d.zip
dt-bindings: coresight: qcom,coresight-tpda: Fix too many 'reg'
commit d72deaf05ac18e421d7e52a6be8966fd6ee185f4 upstream. 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 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/arm/qcom,coresight-tpda.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom,coresight-tpda.yaml b/Documentation/devicetree/bindings/arm/qcom,coresight-tpda.yaml
index ea3c5db6b52d..0f7e1b6ea81e 100644
--- a/Documentation/devicetree/bindings/arm/qcom,coresight-tpda.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom,coresight-tpda.yaml
@@ -55,8 +55,7 @@ properties:
- const: arm,primecell
reg:
- minItems: 1
- maxItems: 2
+ maxItems: 1
clocks:
maxItems: 1