diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-07-05 05:37:33 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-07-11 02:02:07 -0400 |
commit | 2125a8a69b9909c1fa33c90fb9498a7be4a46bec (patch) | |
tree | 0f1a04220648a0b4e6f7b8c3d5dcc597fd4c7f19 /arch/sh | |
parent | 1ec353a04e76c5737e84e2e31692bf8d8840075e (diff) |
sh: clock-sh7722: modify I2C clock settings
I2C doesn't work without this patch on SH7722
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c index 9d23a36f0647..e0e80d2bddf7 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c | |||
@@ -176,6 +176,7 @@ static struct clk mstp_clks[HWBLK_NR] = { | |||
176 | }; | 176 | }; |
177 | 177 | ||
178 | #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk } | 178 | #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk } |
179 | #define CLKDEV_DEV_ID(_id, _clk) { .dev_id = _id, .clk = _clk } | ||
179 | 180 | ||
180 | static struct clk_lookup lookups[] = { | 181 | static struct clk_lookup lookups[] = { |
181 | /* main clocks */ | 182 | /* main clocks */ |
@@ -236,7 +237,7 @@ static struct clk_lookup lookups[] = { | |||
236 | .con_id = "sci_fck", | 237 | .con_id = "sci_fck", |
237 | .clk = &mstp_clks[HWBLK_SCIF2], | 238 | .clk = &mstp_clks[HWBLK_SCIF2], |
238 | }, | 239 | }, |
239 | CLKDEV_CON_ID("i2c0", &mstp_clks[HWBLK_IIC]), | 240 | CLKDEV_DEV_ID("i2c-sh_mobile.0", &mstp_clks[HWBLK_IIC]), |
240 | CLKDEV_CON_ID("rtc0", &mstp_clks[HWBLK_RTC]), | 241 | CLKDEV_CON_ID("rtc0", &mstp_clks[HWBLK_RTC]), |
241 | CLKDEV_CON_ID("sdhi0", &mstp_clks[HWBLK_SDHI]), | 242 | CLKDEV_CON_ID("sdhi0", &mstp_clks[HWBLK_SDHI]), |
242 | CLKDEV_CON_ID("keysc0", &mstp_clks[HWBLK_KEYSC]), | 243 | CLKDEV_CON_ID("keysc0", &mstp_clks[HWBLK_KEYSC]), |