commit | 6930db1e989c79ce3d7b77609efffc4b5183fe4b | [log] [tgz] |
---|---|---|
author | Mikko Perttunen <mperttunen@nvidia.com> | Tue Jun 18 13:30:13 2013 +0300 |
committer | Mark Brown <broonie@linaro.org> | Sun Nov 24 13:57:15 2013 +0000 |
tree | 7096425a9e0332022c7bbfa5be44044b23741844 | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae [diff] |
regulator: tps51632: Get regulator name from i2c_client Commit "i2c: core: make it possible to match a pure device tree driver" changed semantics of the i2c probing for device tree devices. Device tree probed devices now get a NULL i2c_device_id pointer. This causes the regulator name to be set to NULL and the regulator registration to fail. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>