Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: arm: coresight: Add optional property to replicators

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@codeaurora.org>
Reviewed-by: Mike Leach <mike.leach@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20200716175746.3338735-7-mathieu.poirier@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sai Prakash Ranjan and committed by
Greg Kroah-Hartman
784bb9ad 8f3ce74c

+6
+6
Documentation/devicetree/bindings/arm/coresight.txt
··· 128 128 * interrupts : Exactly one SPI may be listed for reporting the address 129 129 error 130 130 131 + * Optional property for configurable replicators: 132 + 133 + * qcom,replicator-loses-context: boolean. Indicates that the replicator 134 + will lose register context when AMBA clock is removed which is observed 135 + in some replicator designs. 136 + 131 137 Graph bindings for Coresight 132 138 ------------------------------- 133 139