diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-01-19 16:02:29 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-08 12:50:19 -0500 |
commit | 1d14de087dd1cab0436fb7c9d5e38d852f33df69 (patch) | |
tree | 6aebc10cd49bb223b60c059fb4dd17f10c818982 /arch/arm/mach-omap1/clock.c | |
parent | b820ce4e6736ddad7ccda528e10aaf37ad3f13f9 (diff) |
[ARM] omap: i2c: use short connection ids
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap1/clock.c')
-rw-r--r-- | arch/arm/mach-omap1/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c index b62da4c95630..382e09a1ceca 100644 --- a/arch/arm/mach-omap1/clock.c +++ b/arch/arm/mach-omap1/clock.c | |||
@@ -130,8 +130,8 @@ static struct omap_clk omap_clks[] = { | |||
130 | CLK("mmci-omap.1", "ick", &armper_ck.clk, CK_16XX), | 130 | CLK("mmci-omap.1", "ick", &armper_ck.clk, CK_16XX), |
131 | /* Virtual clocks */ | 131 | /* Virtual clocks */ |
132 | CLK(NULL, "mpu", &virtual_ck_mpu, CK_16XX | CK_1510 | CK_310), | 132 | CLK(NULL, "mpu", &virtual_ck_mpu, CK_16XX | CK_1510 | CK_310), |
133 | CLK("i2c_omap.1", "i2c_fck", &i2c_fck, CK_16XX | CK_1510 | CK_310), | 133 | CLK("i2c_omap.1", "fck", &i2c_fck, CK_16XX | CK_1510 | CK_310), |
134 | CLK("i2c_omap.1", "i2c_ick", &i2c_ick, CK_16XX), | 134 | CLK("i2c_omap.1", "ick", &i2c_ick, CK_16XX), |
135 | CLK("omap-mcbsp.1", "ick", &dspper_ck, CK_16XX), | 135 | CLK("omap-mcbsp.1", "ick", &dspper_ck, CK_16XX), |
136 | CLK("omap-mcbsp.1", "ick", &dummy_ck, CK_1510 | CK_310), | 136 | CLK("omap-mcbsp.1", "ick", &dummy_ck, CK_1510 | CK_310), |
137 | CLK("omap-mcbsp.2", "ick", &armper_ck.clk, CK_16XX), | 137 | CLK("omap-mcbsp.2", "ick", &armper_ck.clk, CK_16XX), |