diff options
author | Kaixu Xia <xiakaixu@huawei.com> | 2015-03-30 14:13:39 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-04-03 16:17:03 +0200 |
commit | 223437c72ae008094e43199dea93c3a144c4e153 (patch) | |
tree | a995f97376f17e00f743f02f6e1aa8328864ad4a /Documentation/devicetree/bindings/arm | |
parent | a0a500efab41c761a1d1fd919d2e42a3a3545b2e (diff) | |
download | linux-223437c72ae008094e43199dea93c3a144c4e153.tar.gz linux-223437c72ae008094e43199dea93c3a144c4e153.tar.bz2 linux-223437c72ae008094e43199dea93c3a144c4e153.zip |
coresight: remove the unnecessary configuration coresight-default-sink
The coresight-default-sink configuration option has been
removed from the framework. As such remove it from DT and bindings.
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>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/coresight.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/coresight.txt b/Documentation/devicetree/bindings/arm/coresight.txt index a3089359aaa6..88602b75418e 100644 --- a/Documentation/devicetree/bindings/arm/coresight.txt +++ b/Documentation/devicetree/bindings/arm/coresight.txt @@ -61,7 +61,6 @@ Example: compatible = "arm,coresight-etb10", "arm,primecell"; reg = <0 0x20010000 0 0x1000>; - coresight-default-sink; clocks = <&oscclk6a>; clock-names = "apb_pclk"; port { |