diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2013-06-25 03:07:06 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-25 05:00:55 -0400 |
commit | f986c35689996caddfddb096ead8095c91f7f155 (patch) | |
tree | 3c9e8767f6755345945f5dcf4602638390291ddc /Documentation/devicetree | |
parent | 42dc30231ba35939213c33378c17cb81c31b0a37 (diff) |
regulator: max8973: fix a typo in documentation
Fix a s/maxium/maxim/ typo in DT binding documentation.
Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/max8973-regulator.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/regulator/max8973-regulator.txt b/Documentation/devicetree/bindings/regulator/max8973-regulator.txt index 8d38ab2acac5..4f15d8a1bfd0 100644 --- a/Documentation/devicetree/bindings/regulator/max8973-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/max8973-regulator.txt | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | 4 | ||
5 | - compatible: must be "maxium,max8973" | 5 | - compatible: must be "maxim,max8973" |
6 | - reg: the i2c slave address of the regulator. It should be 0x1b. | 6 | - reg: the i2c slave address of the regulator. It should be 0x1b. |
7 | 7 | ||
8 | Any standard regulator properties can be used to configure the single max8973 | 8 | Any standard regulator properties can be used to configure the single max8973 |
@@ -11,7 +11,7 @@ DCDC. | |||
11 | Example: | 11 | Example: |
12 | 12 | ||
13 | max8973@1b { | 13 | max8973@1b { |
14 | compatible = "maxium,max8973"; | 14 | compatible = "maxim,max8973"; |
15 | reg = <0x1b>; | 15 | reg = <0x1b>; |
16 | 16 | ||
17 | regulator-min-microvolt = <935000>; | 17 | regulator-min-microvolt = <935000>; |