regulator: axp20x: Use parent device as regulator configuration device
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 20 Sep 2014 20:06:34 +0000 (22:06 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 23 Sep 2014 01:18:59 +0000 (18:18 -0700)
commit0d90ecf31e11f8204649943ed3478d7a015c2cb9
tree15aeee31b2937d44fbac4985c588aee1d4064b4f
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
regulator: axp20x: Use parent device as regulator configuration device

The current device used for the regulator configuration is the child device
created by the MFD driver. This means that it doesn't have any of_node pointing
to it, and whenever we register the regulators, it will not look into the
regulator supply in the DT, hence requiring to provide regulator aliases in the
MFD driver.

We can easily fix that by using the parent device in our configuration, which
has a DT node associated to it, and will allow a DT lookup. Eventually, we will
be able to remove the aliases in the MFD driver.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/axp20x-regulator.c