summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/at91rm9200.c
diff options
context:
space:
mode:
authorJoachim Eastwood <manabian@gmail.com>2013-02-08 02:25:54 +0100
committerNicolas Ferre <nicolas.ferre@atmel.com>2013-03-21 16:07:13 +0100
commit2d25210ddd116e8fa4afc45529db6b5cb1f3538b (patch)
treef7c542f098cf2cae94513d9a23973eb60bd75824 /arch/arm/mach-at91/at91rm9200.c
parent463c9c7bf1f3ef508c8526a49763fb64cdf9ef95 (diff)
downloadop-kernel-dev-2d25210ddd116e8fa4afc45529db6b5cb1f3538b.zip
op-kernel-dev-2d25210ddd116e8fa4afc45529db6b5cb1f3538b.tar.gz
ARM: at91: add TWI bindings to RM9200 DT
Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/at91rm9200.c')
-rw-r--r--arch/arm/mach-at91/at91rm9200.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/arm/mach-at91/at91rm9200.c
index 9706c00..36b05fc 100644
--- a/arch/arm/mach-at91/at91rm9200.c
+++ b/arch/arm/mach-at91/at91rm9200.c
@@ -212,6 +212,7 @@ static struct clk_lookup periph_clocks_lookups[] = {
CLKDEV_CON_DEV_ID("t2_clk", "fffa4000.timer", &tc5_clk),
CLKDEV_CON_DEV_ID("mci_clk", "fffb4000.mmc", &mmc_clk),
CLKDEV_CON_DEV_ID("emac_clk", "fffbc000.ethernet", &ether_clk),
+ CLKDEV_CON_DEV_ID(NULL, "fffb8000.i2c", &twi_clk),
CLKDEV_CON_DEV_ID("hclk", "300000.ohci", &ohci_clk),
CLKDEV_CON_DEV_ID(NULL, "fffff400.gpio", &pioA_clk),
CLKDEV_CON_DEV_ID(NULL, "fffff600.gpio", &pioB_clk),
OpenPOWER on IntegriCloud