Skip to content

Commit

Permalink
regulator: max8973: fix a typo in documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guennadi Liakhovetski authored and Mark Brown committed Jun 25, 2013
1 parent 42dc302 commit f986c35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Required properties:

- compatible: must be "maxium,max8973"
- compatible: must be "maxim,max8973"
- reg: the i2c slave address of the regulator. It should be 0x1b.

Any standard regulator properties can be used to configure the single max8973
Expand All @@ -11,7 +11,7 @@ DCDC.
Example:

max8973@1b {
compatible = "maxium,max8973";
compatible = "maxim,max8973";
reg = <0x1b>;

regulator-min-microvolt = <935000>;
Expand Down

0 comments on commit f986c35

Please sign in to comment.