diff options
author | Bob Liu <lliubbo@gmail.com> | 2010-09-17 11:09:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-10 07:10:13 -0500 |
commit | 759a3f3f3171c521229dda2335e5ab105f6fdc40 (patch) | |
tree | 16c95f046b345a649928709ff812d3563562a274 /arch/blackfin/mach-bf527/boards/cm_bf527.c | |
parent | 1a314ad4b0e3d6d76fb04c0481e95bd026c57749 (diff) | |
download | blackbird-op-linux-759a3f3f3171c521229dda2335e5ab105f6fdc40.tar.gz blackbird-op-linux-759a3f3f3171c521229dda2335e5ab105f6fdc40.zip |
Blackfin: musb-boards: push clkin value to platform resources
In order to not touch the driver file for different xtal usage,
push the clkin value to board file and calculate the register
value instead of hardcoding it.
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/cm_bf527.c')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/cm_bf527.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf527/boards/cm_bf527.c b/arch/blackfin/mach-bf527/boards/cm_bf527.c index 50533edc3994..1c5aed443bca 100644 --- a/arch/blackfin/mach-bf527/boards/cm_bf527.c +++ b/arch/blackfin/mach-bf527/boards/cm_bf527.c @@ -104,6 +104,7 @@ static struct musb_hdrc_config musb_config = { * if it is the case. */ .gpio_vrsel_active = 1, + .clkin = 24, /* musb CLKIN in MHZ */ }; static struct musb_hdrc_platform_data musb_plat = { |