commit | 8c27aedb795c13072642680d03849ec18f23474d | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Sep 29 11:22:23 2015 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:24:21 2016 -0500 |
tree | 8ebc6348a8a480d937a25368b4702650d6e33279 | |
parent | 2104dcde39d28191baa2b502d839ba2a9668f262 [diff] |
pwm: pca9685: remove call to i2c_configure for every write The I2C controller should have been already setup before this driver. Since the only use right now is on Gelileo and I2C_DW driver. it is safe to remove the i2c_configure() call now as the driver has default configuration at boot. Change-Id: Ia384e28871bf76dcfec899860f93da4bf0948ba6 Signed-off-by: Daniel Leung <daniel.leung@intel.com>