diff options
author | Rob Herring <robh@kernel.org> | 2022-06-02 20:19:32 -0500 |
---|---|---|
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | 2022-06-29 10:22:29 -0600 |
commit | 3c15fddf312120fe659bccd41cdee70db9cc4a63 (patch) | |
tree | a5ca645709a9c3345e05bf6d426c77bf83b58934 /Documentation/trace | |
parent | 92c2b1c12f8a908d849b64717e8809981b66f759 (diff) | |
download | linux-3c15fddf312120fe659bccd41cdee70db9cc4a63.tar.gz linux-3c15fddf312120fe659bccd41cdee70db9cc4a63.tar.bz2 linux-3c15fddf312120fe659bccd41cdee70db9cc4a63.zip |
dt-bindings: arm: Convert CoreSight bindings to DT schema
Each CoreSight component has slightly different requirements and
nothing applies to every component, so each CoreSight component has its
own schema document.
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20220603011933.3277315-3-robh@kernel.org
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/coresight/coresight.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/coresight/coresight.rst b/Documentation/trace/coresight/coresight.rst index a15571d96cc8..529b7c80e6f3 100644 --- a/Documentation/trace/coresight/coresight.rst +++ b/Documentation/trace/coresight/coresight.rst @@ -130,7 +130,7 @@ Misc: Device Tree Bindings -------------------- -See Documentation/devicetree/bindings/arm/coresight.txt for details. +See Documentation/devicetree/bindings/arm/arm,coresight-*.yaml for details. As of this writing drivers for ITM, STMs and CTIs are not provided but are expected to be added as the solution matures. |