Przeglądaj źródła

coresight: dts: binding: Fix example for TPIU component

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>
Suzuki K Poulose 6 lat temu
rodzic
commit
66055149dc

+ 1 - 1
Documentation/devicetree/bindings/arm/coresight.txt

@@ -132,7 +132,7 @@ Example:
 
 
 		clocks = <&oscclk6a>;
 		clocks = <&oscclk6a>;
 		clock-names = "apb_pclk";
 		clock-names = "apb_pclk";
-		out-ports {
+		in-ports {
 			port {
 			port {
 				tpiu_in_port: endpoint@0 {
 				tpiu_in_port: endpoint@0 {
 					remote-endpoint = <&replicator_out_port1>;
 					remote-endpoint = <&replicator_out_port1>;