commit | 0094050d783bbadffe83effef11a0bda901153ce | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Jan 30 21:25:14 2014 -0800 |
committer | Mark Brown <broonie@linaro.org> | Tue Feb 04 18:36:48 2014 +0000 |
tree | 7b0518bc8106f4484ce91729e771b241e00773ea | |
parent | 9c25960cbba1fb452adf6a7b9d740fc4358f7d92 [diff] |
regulator: gpio: add gpios-status for DT config->gpios[x].flags indicates initial pin status, and it will be used for drvdata->state on gpio_regulator_probe(). But, current of_get_gpio_regulator_config() doesn't care about this flags. This patch adds new gpios-status property in order to care about initial pin status. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@linaro.org>