Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34991739 authored by Kaixu Xia's avatar Kaixu Xia Committed by Mathieu Poirier
Browse files

coresight: remove the unnecessary replicator property



Now we use the device name to identify replicator instead
of a unique number, so just remove it.

Signed-off-by: default avatarKaixu Xia <xiakaixu@huawei.com>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 603101708c9c9ad2bc5a183d6d10b115738098c7)
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
parent 47591556
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@ its hardware characteristcs.
	  AMBA markee):
		- "arm,coresight-replicator"

	* id: a unique number that will identify this replicator.

	* port or ports: same as above.

* Optional properties for ETM/PTMs:
@@ -94,8 +92,6 @@ Example:
		 * AMBA bus.  As such no need to add "arm,primecell".
		 */
		compatible = "arm,coresight-replicator";
		/* this will show up in debugfs as "0.replicator" */
		id = <0>;

		ports {
			#address-cells = <1>;