commit | 5c05d671db9ca915a1e8bc1e16242184303a40c7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 02 17:17:23 2014 +0300 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:36:55 2014 -0600 |
tree | 0cb694e96f8db4b3dfa92a6d08a9e2f5c5aa8bdf | |
parent | 8d91436e81de2f1c2beacd610718aa0dcb1bb42a [diff] |
dm: imx: i2c: Use gpio_request() to request GPIOs GPIOs should be requested before use. Without this, driver model will not permit the GPIO to be used. Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il>