coresight: remove the unnecessary replicator property
authorKaixu Xia <xiakaixu@huawei.com>
Mon, 26 Jan 2015 16:22:18 +0000 (09:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Feb 2015 18:42:55 +0000 (10:42 -0800)
Now we use the device name to identify replicator instead
of a unique number, so just remove it.

Signed-off-by: Kaixu Xia <xiakaixu@huawei.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 d790f49066f3557a7cd362543f89c6e2d6cebd53..a3089359aaa6e58dfdf9588995d72b53ff2d1938 100644 (file)
@@ -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>;