commit | 22d7dc8aba3bf34fdf324f43718c238075cc7cf7 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Fri Sep 27 14:25:55 2013 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Oct 23 16:21:41 2013 +0100 |
tree | 94d110c29650c6b3529f3fbdfeecbe128ed96ddf | |
parent | 5e172d751869ca6756a7276168e11d641dc6b58a [diff] |
mfd: arizona: Only attempt to parse DT if platform data was not passed If platform data is passed when probing the device then it should take precedence over Device Tree. This patch saves cycles in the pdata case and prevents error messages when DT is not passed. Reported-by: Mark Brown <broonie@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>