[ARM] omap: i2c: use short connection ids
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
b820ce4e67
commit
1d14de087d
@ -186,12 +186,12 @@ static struct omap_clk omap24xx_clks[] = {
|
||||
CLK(NULL, "eac_fck", &eac_fck, CK_242X),
|
||||
CLK(NULL, "hdq_ick", &hdq_ick, CK_243X | CK_242X),
|
||||
CLK(NULL, "hdq_fck", &hdq_fck, CK_243X | CK_242X),
|
||||
CLK("i2c_omap.1", "i2c_ick", &i2c1_ick, CK_243X | CK_242X),
|
||||
CLK("i2c_omap.1", "i2c_fck", &i2c1_fck, CK_242X),
|
||||
CLK("i2c_omap.1", "i2c_fck", &i2chs1_fck, CK_243X),
|
||||
CLK("i2c_omap.2", "i2c_ick", &i2c2_ick, CK_243X | CK_242X),
|
||||
CLK("i2c_omap.2", "i2c_fck", &i2c2_fck, CK_242X),
|
||||
CLK("i2c_omap.2", "i2c_fck", &i2chs2_fck, CK_243X),
|
||||
CLK("i2c_omap.1", "ick", &i2c1_ick, CK_243X | CK_242X),
|
||||
CLK("i2c_omap.1", "fck", &i2c1_fck, CK_242X),
|
||||
CLK("i2c_omap.1", "fck", &i2chs1_fck, CK_243X),
|
||||
CLK("i2c_omap.2", "ick", &i2c2_ick, CK_243X | CK_242X),
|
||||
CLK("i2c_omap.2", "fck", &i2c2_fck, CK_242X),
|
||||
CLK("i2c_omap.2", "fck", &i2chs2_fck, CK_243X),
|
||||
CLK(NULL, "gpmc_fck", &gpmc_fck, CK_243X | CK_242X),
|
||||
CLK(NULL, "sdma_fck", &sdma_fck, CK_243X | CK_242X),
|
||||
CLK(NULL, "sdma_ick", &sdma_ick, CK_243X | CK_242X),
|
||||
|
Reference in New Issue
Block a user