]> Pileus Git - ~andy/linux/commitdiff
regulator: max8973: fix a typo in documentation
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Tue, 25 Jun 2013 07:07:06 +0000 (09:07 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 25 Jun 2013 09:00:55 +0000 (10:00 +0100)
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>
Documentation/devicetree/bindings/regulator/max8973-regulator.txt

index 8d38ab2acac5446e040098b6914b15257a7e4a7c..4f15d8a1bfd005c09484d2acf76dc59f3a73107d 100644 (file)
@@ -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
@@ -11,7 +11,7 @@ DCDC.
 Example:
 
        max8973@1b {
-               compatible = "maxium,max8973";
+               compatible = "maxim,max8973";
                reg = <0x1b>;
 
                regulator-min-microvolt = <935000>;