commit | f88309c687002e28d144975a2075babb40a12835 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Mar 21 13:49:04 2014 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Mar 21 18:26:15 2014 +0100 |
tree | 71aa5e9f61e3d21591368bbfb5f8167a218a7503 | |
parent | 645e27b05203d1535819390bc40660c1669e6093 [diff] |
ARM: s3c24xx: osiris dvs needs tps65010 The osiris-dvs driver calls functions exported by the tps65010 driver, so we have to ensure that driver is enabled first. Using 'select' here doesn't work all that well, because it requires I2C to be enabled in turn. Signed-off-by: Arnd Bergmann <arnd@arndb.de>