Skip to content

Commit

Permalink
sh: r7780 highlander clock fixes
Browse files Browse the repository at this point in the history
Update the r7780 highlander defconfig to fix
PCLK value, while at it fix cmdline on r7785.

Signed-off-by: Magnus Damm <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
Magnus Damm authored and pmundt committed May 11, 2009
1 parent 3d6ad46 commit 50e2d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/sh/configs/r7780mp_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ CONFIG_SH_R7780MP=y
#
CONFIG_SH_TMU=y
CONFIG_SH_TIMER_IRQ=28
CONFIG_SH_PCLK_FREQ=32000000
CONFIG_SH_PCLK_FREQ=33333333
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
Expand Down
2 changes: 1 addition & 1 deletion arch/sh/configs/r7785rp_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ CONFIG_GUSA=y
CONFIG_ZERO_PAGE_OFFSET=0x00001000
CONFIG_BOOT_LINK_OFFSET=0x00800000
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1 mode4_pin=high"
CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1"

#
# Bus options
Expand Down

0 comments on commit 50e2d0d

Please sign in to comment.