]> Git Repo - linux.git/commitdiff
regulator: tps65090: Fix tps65090 typos in example
authorAndreas Färber <[email protected]>
Wed, 30 Jul 2014 21:29:27 +0000 (23:29 +0200)
committerMark Brown <[email protected]>
Wed, 6 Aug 2014 21:08:38 +0000 (22:08 +0100)
Specification and existing device trees use vsys-l{1,2}-supply,
not vsys_l{1,2}-supply. Fix the example to match the specification.

Fixes: 21d2202158e9 ("mfd: tps65090: add DT support for tps65090")
Reviewed-by: Doug Anderson <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Documentation/devicetree/bindings/regulator/tps65090.txt

index 340980239ea9f7e1fb35f59da3ebcc0bf5b96ef8..ca69f5e3040cfa48299682dd6371f99c90b49ffa 100644 (file)
@@ -45,8 +45,8 @@ Example:
                infet5-supply = <&some_reg>;
                infet6-supply = <&some_reg>;
                infet7-supply = <&some_reg>;
-               vsys_l1-supply = <&some_reg>;
-               vsys_l2-supply = <&some_reg>;
+               vsys-l1-supply = <&some_reg>;
+               vsys-l2-supply = <&some_reg>;
 
                regulators {
                        dcdc1 {
This page took 0.06204 seconds and 4 git commands to generate.