[PATCH] dt-bindings: arm: coresight: Allow funnel clocks
Rob Herring (Arm)
robh at kernel.org
Mon Sep 21 16:28:33 PDT 2026
Some static funnel nodes have APB and AT clocks. Allow one or two
clocks and the apb_pclk and atclk clock-names entries.
Assisted-by: LLM
Signed-off-by: Rob Herring (Arm) <robh at kernel.org>
---
.../bindings/arm/arm,coresight-static-funnel.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/arm,coresight-static-funnel.yaml b/Documentation/devicetree/bindings/arm/arm,coresight-static-funnel.yaml
index 9598a3d0a95b..4a3d08f9568c 100644
--- a/Documentation/devicetree/bindings/arm/arm,coresight-static-funnel.yaml
+++ b/Documentation/devicetree/bindings/arm/arm,coresight-static-funnel.yaml
@@ -30,6 +30,16 @@ properties:
power-domains:
maxItems: 1
+ clocks:
+ minItems: 1
+ maxItems: 2
+
+ clock-names:
+ minItems: 1
+ items:
+ - const: apb_pclk
+ - const: atclk
+
label:
description:
Description of a coresight device.
--
2.53.0
More information about the linux-arm-kernel
mailing list