Commit f986c356 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Mark Brown

regulator: max8973: fix a typo in documentation

Fix a s/maxium/maxim/ typo in DT binding documentation.
Reported-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 42dc3023
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Required properties: Required properties:
- compatible: must be "maxium,max8973" - compatible: must be "maxim,max8973"
- reg: the i2c slave address of the regulator. It should be 0x1b. - reg: the i2c slave address of the regulator. It should be 0x1b.
Any standard regulator properties can be used to configure the single max8973 Any standard regulator properties can be used to configure the single max8973
...@@ -11,7 +11,7 @@ DCDC. ...@@ -11,7 +11,7 @@ DCDC.
Example: Example:
max8973@1b { max8973@1b {
compatible = "maxium,max8973"; compatible = "maxim,max8973";
reg = <0x1b>; reg = <0x1b>;
regulator-min-microvolt = <935000>; regulator-min-microvolt = <935000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment