Adds clock gating bits for High Speed I2C channels 0, 1, 2 and 3. Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@xxxxxxxxxxx> --- arch/arm/mach-exynos/clock-exynos5.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c index 2d3057b..37c6104 100644 --- a/arch/arm/mach-exynos/clock-exynos5.c +++ b/arch/arm/mach-exynos/clock-exynos5.c @@ -781,6 +781,26 @@ static struct clk exynos5_init_clocks_off[] = { .enable = exynos5_clk_ip_peric_ctrl, .ctrlbit = (1 << 26), }, { + .name = "hsi2c", + .devname = "exynos5-hs-i2c.0", + .enable = exynos5_clk_ip_peric_ctrl, + .ctrlbit = (1 << 28), + }, { + .name = "hsi2c", + .devname = "exynos5-hs-i2c.1", + .enable = exynos5_clk_ip_peric_ctrl, + .ctrlbit = (1 << 29), + }, { + .name = "hsi2c", + .devname = "exynos5-hs-i2c.2", + .enable = exynos5_clk_ip_peric_ctrl, + .ctrlbit = (1 << 30), + }, { + .name = "hsi2c", + .devname = "exynos5-hs-i2c.3", + .enable = exynos5_clk_ip_peric_ctrl, + .ctrlbit = (1 << 31), + }, { .name = "ac97", .devname = "samsung-ac97", .enable = exynos5_clk_ip_peric_ctrl, -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html