Hello naveen krishna chatradhi,
I'd like you to do a code review. Please visit
https://gerrit.chromium.org/gerrit/56220
to review the following change.
Change subject: clk: exynos5420: add gate clocks for i2c channel 8, 9 and 10
......................................................................
clk: exynos5420: add gate clocks for i2c channel 8, 9 and 10
This patch adds the gate clocks for i2c channels 8, 9 and 10 on
exynos5420.
BUG=chrome-os-partner:19007
TEST=booted on smdk board.
Change-Id: I1fe12c8380c3ce089f78c9909e46b51bf923ab62
Signed-off-by: Naveen Krishna Chatradhi <
ch.n...@samsung.com>
---
M drivers/clk/samsung/clk-exynos5420.c
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://
gerrit.chromium.org:29418/chromiumos/third_party/kernel-next refs/changes/20/56220/1
diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420.c
index 186f145..f862b2b 100755
--- a/drivers/clk/samsung/clk-exynos5420.c
+++ b/drivers/clk/samsung/clk-exynos5420.c
@@ -473,6 +473,9 @@
GATE(i2c5, "i2c5", "aclk66_peric", GATE_BUS_PERIC, 14, 0, 0),
GATE(i2c6, "i2c6", "aclk66_peric", GATE_BUS_PERIC, 15, 0, 0),
GATE(i2c7, "i2c7", "aclk66_peric", GATE_BUS_PERIC, 16, 0, 0),
+ GATE(i2c8, "i2c8", "aclk66_peric", GATE_BUS_PERIC1, 0, 0, 0),
+ GATE(i2c9, "i2c9", "aclk66_peric", GATE_BUS_PERIC1, 1, 0, 0),
+ GATE(i2c10, "i2c10", "aclk66_peric", GATE_BUS_PERIC1, 2, 0, 0),
/* SPI */
GATE(spi0, "spi0", "aclk66_peric", GATE_BUS_PERIC, 19, 0, 0),
GATE(spi1, "spi1", "aclk66_peric", GATE_BUS_PERIC, 20, 0, 0),
--
To view, visit
https://gerrit.chromium.org/gerrit/56220
To unsubscribe, visit
https://gerrit.chromium.org/gerrit/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1fe12c8380c3ce089f78c9909e46b51bf923ab62
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/third_party/kernel-next
Gerrit-Branch: chromeos-3.8
Gerrit-Owner: Arun Kumar K <
aru...@samsung.com>
Gerrit-Reviewer: naveen krishna chatradhi <
nav...@chromium.org>