diff options
author | Vineet Gupta <Vineet.Gupta1@synopsys.com> | 2017-08-31 21:06:07 +0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-09-18 14:02:03 +0300 |
commit | 13541226dc056fa3f54417ce12f18ba711a1591c (patch) | |
tree | 164b3545a4777727e5c41fa26a21a5d81acfbfbf /Documentation/devicetree/bindings | |
parent | fc9655e65160936e32adae0d0e8aae25eb12c4e0 (diff) | |
download | linux-13541226dc056fa3f54417ce12f18ba711a1591c.tar.xz |
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/bindings')
-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> |