diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-05-07 06:44:55 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-07 22:40:04 -0400 |
commit | 06ee846a25642c434c55209151c633f538c12022 (patch) | |
tree | beedce2213222f2e42120f0c7da18138dad48a11 /arch/sh/configs | |
parent | b3cacf318172757783d8272fc333284dd4f50140 (diff) |
sh: r7785 highlander clock fixes
Update the r7785 highlander defconfig to fix
PCLK value and that mode4 is set high.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/configs')
-rw-r--r-- | arch/sh/configs/r7785rp_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/configs/r7785rp_defconfig b/arch/sh/configs/r7785rp_defconfig index 890fe3cc9142..5e677a8e3a36 100644 --- a/arch/sh/configs/r7785rp_defconfig +++ b/arch/sh/configs/r7785rp_defconfig | |||
@@ -269,7 +269,7 @@ CONFIG_SH_R7785RP=y | |||
269 | # | 269 | # |
270 | CONFIG_SH_TMU=y | 270 | CONFIG_SH_TMU=y |
271 | CONFIG_SH_TIMER_IRQ=28 | 271 | CONFIG_SH_TIMER_IRQ=28 |
272 | CONFIG_SH_PCLK_FREQ=50000000 | 272 | CONFIG_SH_PCLK_FREQ=33333333 |
273 | CONFIG_TICK_ONESHOT=y | 273 | CONFIG_TICK_ONESHOT=y |
274 | CONFIG_NO_HZ=y | 274 | CONFIG_NO_HZ=y |
275 | CONFIG_HIGH_RES_TIMERS=y | 275 | CONFIG_HIGH_RES_TIMERS=y |
@@ -333,7 +333,7 @@ CONFIG_GUSA=y | |||
333 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | 333 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 |
334 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 334 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
335 | CONFIG_CMDLINE_BOOL=y | 335 | CONFIG_CMDLINE_BOOL=y |
336 | CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1" | 336 | CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1 mode4_pin=high" |
337 | 337 | ||
338 | # | 338 | # |
339 | # Bus options | 339 | # Bus options |