msm: add handling for clocks tagged as CLK_MINMAX
authorDaniel Walker <dwalker@codeaurora.org>
Mon, 13 Dec 2010 22:35:10 +0000 (14:35 -0800)
committerDavid Brown <davidb@codeaurora.org>
Wed, 15 Dec 2010 22:13:17 +0000 (14:13 -0800)
commit3a790bbe790e79a9744adf105ed135624a590f5b
tree3f0b144ca135b92a239f441fa7cb46ae2688ecd1
parent304a09c3251c7c74660fc2ff9c590edf3d4bdd7e
msm: add handling for clocks tagged as CLK_MINMAX

CLK_MINMAX is used to denote clocks that have a wide variation
in possible frequencies. This handling just sets the min and
max values to the same value.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/clock.c