diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-08-25 10:47:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-27 23:04:36 +0200 |
commit | 3a4c695965cb1b3fd5b7e420eeab958af139328c (patch) | |
tree | c5290eea6dba7090358236d31517341b4ddfd9ae /Documentation/power/regulator/machine.txt | |
parent | Linux 3.17-rc1 (diff) | |
download | linux-3a4c695965cb1b3fd5b7e420eeab958af139328c.tar.xz linux-3a4c695965cb1b3fd5b7e420eeab958af139328c.zip |
regulator: Proofread documentation
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/power/regulator/machine.txt')
-rw-r--r-- | Documentation/power/regulator/machine.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/power/regulator/machine.txt b/Documentation/power/regulator/machine.txt index ce63af0a8e35..757e3b53dc11 100644 --- a/Documentation/power/regulator/machine.txt +++ b/Documentation/power/regulator/machine.txt @@ -11,7 +11,7 @@ Consider the following machine :- +-> [Consumer B @ 3.3V] The drivers for consumers A & B must be mapped to the correct regulator in -order to control their power supply. This mapping can be achieved in machine +order to control their power supplies. This mapping can be achieved in machine initialisation code by creating a struct regulator_consumer_supply for each regulator. @@ -39,7 +39,7 @@ to the 'Vcc' supply for Consumer A. Constraints can now be registered by defining a struct regulator_init_data for each regulator power domain. This structure also maps the consumers -to their supply regulator :- +to their supply regulators :- static struct regulator_init_data regulator1_data = { .constraints = { |