OSDN Git Service

i2c: davinci: Add PM Runtime Support
authorFranklin S Cooper Jr <fcooper@ti.com>
Mon, 11 Sep 2017 20:11:44 +0000 (15:11 -0500)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 17 Oct 2017 21:46:55 +0000 (23:46 +0200)
commit17f88151ff190b9357f473d7704eee7ae3097d11
treea3638c723a34cdca2d017824b116b18bca773701
parent98e8201039afad5d2af87df9ac682f62f69c0c2f
i2c: davinci: Add PM Runtime Support

66AK2G has I2C instances that are not apart of the ALWAYS_ON power domain
unlike other Keystone 2 SoCs and OMAPL138. Therefore, pm_runtime
is required to insure the power domain used by the specific I2C instance is
properly turned on along with its functional clock.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-davinci.c