[PATCH 06/17] dt-bindings: arm: coresight: Add optional property to replicators

Mathieu Poirier mathieu.poirier at linaro.org
Thu Jul 16 13:57:35 EDT 2020


From: Sai Prakash Ranjan <saiprakash.ranjan at codeaurora.org>

Add an optional boolean property "qcom,replicator-loses-context" to
identify replicators which loses context when AMBA clocks are removed
in certain configurable replicator designs.

Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan at codeaurora.org>
Reviewed-by: Mike Leach <mike.leach at linaro.org>
Acked-by: Rob Herring <robh at kernel.org>
Signed-off-by: Mathieu Poirier <mathieu.poirier at linaro.org>
---
 Documentation/devicetree/bindings/arm/coresight.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/coresight.txt b/Documentation/devicetree/bindings/arm/coresight.txt
index e4b2eda0b53b..d711676b4a51 100644
--- a/Documentation/devicetree/bindings/arm/coresight.txt
+++ b/Documentation/devicetree/bindings/arm/coresight.txt
@@ -128,6 +128,12 @@ its hardware characteristcs.
 	* interrupts : Exactly one SPI may be listed for reporting the address
 	  error
 
+* Optional property for configurable replicators:
+
+	* qcom,replicator-loses-context: boolean. Indicates that the replicator
+	  will lose register context when AMBA clock is removed which is observed
+	  in some replicator designs.
+
 Graph bindings for Coresight
 -------------------------------
 
-- 
2.25.1




More information about the linux-arm-kernel mailing list