aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorVineet Gupta <Vineet.Gupta1@synopsys.com>2017-08-31 11:06:07 -0700
committerPhilipp Zabel <p.zabel@pengutronix.de>2017-09-18 13:02:03 +0200
commit13541226dc056fa3f54417ce12f18ba711a1591c (patch)
tree164b3545a4777727e5c41fa26a21a5d81acfbfbf /Documentation/devicetree
parentARC: reset: add missing DT binding documentation for HSDKv1 reset driver (diff)
downloadlinux-dev-13541226dc056fa3f54417ce12f18ba711a1591c.tar.xz
linux-dev-13541226dc056fa3f54417ce12f18ba711a1591c.zip
ARC: reset: remove the misleading v1 suffix all over
There is no plan yet to do a v2 board. And even if we were to do it only some IPs would actually change, so it be best to add suffixes at that point, not now ! Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt (renamed from Documentation/devicetree/bindings/reset/snps,hsdk-v1-reset.txt)8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/reset/snps,hsdk-v1-reset.txt b/Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
index 6a68146ee353..830069b1c37c 100644
--- a/Documentation/devicetree/bindings/reset/snps,hsdk-v1-reset.txt
+++ b/Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
@@ -1,11 +1,11 @@
-Binding for the HSDK v1 reset controller
+Binding for the Synopsys HSDK reset controller
This binding uses the common reset binding[1].
[1] Documentation/devicetree/bindings/reset/reset.txt
Required properties:
-- compatible: should be "snps,hsdk-v1.0-reset".
+- compatible: should be "snps,hsdk-reset".
- reg: should always contain 2 pairs address - length: first for reset
configuration register and second for corresponding SW reset and status bits
register.
@@ -13,7 +13,7 @@ Required properties:
Example:
reset: reset@880 {
- compatible = "snps,hsdk-v1.0-reset";
+ compatible = "snps,hsdk-reset";
#reset-cells = <1>;
reg = <0x8A0 0x4>, <0xFF0 0x4>;
};
@@ -25,4 +25,4 @@ Specifying reset lines connected to IP modules:
....
};
-The index could be found in <dt-bindings/reset/snps,hsdk-v1-reset.h>
+The index could be found in <dt-bindings/reset/snps,hsdk-reset.h>