coresight: dts: binding: Fix example for TPIU component
authorSuzuki K Poulose <suzuki.poulose@arm.com>
Thu, 20 Sep 2018 19:18:17 +0000 (13:18 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:09:19 +0000 (20:09 +0200)
TPIU component has an input port. The example uses out-ports
which is wrong. Let us fix it.

Reported-by: Leo Yan <leo.yan@linaro.org>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/arm/coresight.txt

index f39d2c6eb49c8aba2d81bdefb261afc1f7c12e46..13b6198ce01c9c2f2a905748f4a6d4ec6bd71661 100644 (file)
@@ -132,7 +132,7 @@ Example:
 
                clocks = <&oscclk6a>;
                clock-names = "apb_pclk";
-               out-ports {
+               in-ports {
                        port {
                                tpiu_in_port: endpoint@0 {
                                        remote-endpoint = <&replicator_out_port1>;