aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-04-20 11:32:19 -0400
committerMark Brown <broonie@kernel.org>2016-04-20 12:04:32 -0400
commit1a4d5a3e2caacd104e82ebd3c4964e681de1aa8a (patch)
tree240cde04d94d4a625d206111035cccf3aae21321
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
regulator: ti-abb: DT spelling s/#{address,size}-cell/#{address,size}-cells/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/regulator/ti-abb-regulator.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/regulator/ti-abb-regulator.txt b/Documentation/devicetree/bindings/regulator/ti-abb-regulator.txt
index c58db75f959e..c3f6546ebac7 100644
--- a/Documentation/devicetree/bindings/regulator/ti-abb-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/ti-abb-regulator.txt
@@ -14,8 +14,8 @@ Required Properties:
14 - "setup-address" - contains setup register address of ABB module (ti,abb-v3) 14 - "setup-address" - contains setup register address of ABB module (ti,abb-v3)
15 - "int-address" - contains address of interrupt register for ABB module 15 - "int-address" - contains address of interrupt register for ABB module
16 (also see Optional properties) 16 (also see Optional properties)
17- #address-cell: should be 0 17- #address-cells: should be 0
18- #size-cell: should be 0 18- #size-cells: should be 0
19- clocks: should point to the clock node used by ABB module 19- clocks: should point to the clock node used by ABB module
20- ti,settling-time: Settling time in uSecs from SoC documentation for ABB module 20- ti,settling-time: Settling time in uSecs from SoC documentation for ABB module
21 to settle down(target time for SR2_WTCNT_VALUE). 21 to settle down(target time for SR2_WTCNT_VALUE).
@@ -69,7 +69,7 @@ Example #1: Simplest configuration (no efuse data, hard coded ABB table):
69abb_x: regulator-abb-x { 69abb_x: regulator-abb-x {
70 compatible = "ti,abb-v1"; 70 compatible = "ti,abb-v1";
71 regulator-name = "abb_x"; 71 regulator-name = "abb_x";
72 #address-cell = <0>; 72 #address-cells = <0>;
73 #size-cells = <0>; 73 #size-cells = <0>;
74 reg = <0x483072f0 0x8>, <0x48306818 0x4>; 74 reg = <0x483072f0 0x8>, <0x48306818 0x4>;
75 reg-names = "base-address", "int-address"; 75 reg-names = "base-address", "int-address";
@@ -89,7 +89,7 @@ Example #2: Efuse bits contain ABB mode setting (no LDO override capability)
89abb_y: regulator-abb-y { 89abb_y: regulator-abb-y {
90 compatible = "ti,abb-v2"; 90 compatible = "ti,abb-v2";
91 regulator-name = "abb_y"; 91 regulator-name = "abb_y";
92 #address-cell = <0>; 92 #address-cells = <0>;
93 #size-cells = <0>; 93 #size-cells = <0>;
94 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>, <0x4A002268 0x8>; 94 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>, <0x4A002268 0x8>;
95 reg-names = "base-address", "int-address", "efuse-address"; 95 reg-names = "base-address", "int-address", "efuse-address";
@@ -110,7 +110,7 @@ Example #3: Efuse bits contain ABB mode setting and LDO override capability
110abb_z: regulator-abb-z { 110abb_z: regulator-abb-z {
111 compatible = "ti,abb-v2"; 111 compatible = "ti,abb-v2";
112 regulator-name = "abb_z"; 112 regulator-name = "abb_z";
113 #address-cell = <0>; 113 #address-cells = <0>;
114 #size-cells = <0>; 114 #size-cells = <0>;
115 reg = <0x4ae07ce4 0x8>, <0x4ae06010 0x4>, 115 reg = <0x4ae07ce4 0x8>, <0x4ae06010 0x4>,
116 <0x4a002194 0x8>, <0x4ae0C314 0x4>; 116 <0x4a002194 0x8>, <0x4ae0C314 0x4>;