commit | f8a9f757cb425c4784b80b001c7a77c7810b499f | [log] [tgz] |
---|---|---|
author | Frank Li <Frank.Li@freescale.com> | Mon Nov 12 17:59:52 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Nov 13 16:35:57 2012 +0900 |
tree | 3be3134fc9e358b2c381498b5d9422b9b8717434 | |
parent | dea05fe66edb4540a53ed6623794c4978315256a [diff] |
regulator: gpio-regulator: fix can't find regulator node in dt Need initilize of_node in regulator config when register regulator, otherwise regulator driver think it is no-dt device. in regulator_dev_lookup list_for_each_entry(r, ®ulator_list, list) if (r->dev.parent && node == r->dev.of_node) return r r->dev.of_noe will be zero if miss config in cfg. Signed-off-by: Frank Li <Frank.Li@freescale.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>