aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/opp4xxx_data.c
diff options
context:
space:
mode:
authorDjamil Elaidi <d-elaidi@ti.com>2011-12-07 10:13:50 +0100
committerZiyann <jaraidaniel@gmail.com>2014-10-01 12:55:07 +0200
commit2966dcbc8219412f3e76a3a29e895b0a3b6653b2 (patch)
treecacba24294eb60b8a6b245f77d9691eef572fe13 /arch/arm/mach-omap2/opp4xxx_data.c
parentd6283790f6609c44b65ea2d84df22909a8346823 (diff)
downloadkernel_samsung_tuna-2966dcbc8219412f3e76a3a29e895b0a3b6653b2.zip
kernel_samsung_tuna-2966dcbc8219412f3e76a3a29e895b0a3b6653b2.tar.gz
kernel_samsung_tuna-2966dcbc8219412f3e76a3a29e895b0a3b6653b2.tar.bz2
OMAP4: HSI: changed Fclk to 192Mhz for OPP100
HSI RX and TX bit rates depend on HSI Functional clock and cannot be higher than Fclk. Allowed higher HSI throughputs by enabling 192MHz@OPP100. Change-Id: I274f0860d48ec79a1331366b8866f883ae372d2f Signed-off-by: Djamil Elaidi <d-elaidi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/opp4xxx_data.c')
-rw-r--r--arch/arm/mach-omap2/opp4xxx_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c
index 61c7e41..c1d3e6e 100644
--- a/arch/arm/mach-omap2/opp4xxx_data.c
+++ b/arch/arm/mach-omap2/opp4xxx_data.c
@@ -146,7 +146,7 @@ static struct omap_opp_def __initdata omap443x_opp_def_list[] = {
/* HSI OPP1 - OPP50 */
OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 96000000, OMAP4430_VDD_CORE_OPP50_UV),
/* HSI OPP2 - OPP100 */
- OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 96000000, OMAP4430_VDD_CORE_OPP100_UV),
+ OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 192000000, OMAP4430_VDD_CORE_OPP100_UV),
/* ABE OPP1 - OPP50 */
OPP_INITIALIZER("aess", "abe_clk", "iva", true, 98304000, OMAP4430_VDD_IVA_OPP50_UV),
/* ABE OPP2 - OPP100 */
@@ -276,7 +276,7 @@ static struct omap_opp_def __initdata omap446x_opp_def_list[] = {
/* HSI OPP1 - OPP50 */
OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 96000000, OMAP4460_VDD_CORE_OPP50_UV),
/* HSI OPP2 - OPP100 */
- OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 96000000, OMAP4460_VDD_CORE_OPP100_UV),
+ OPP_INITIALIZER("hsi", "hsi_fck", "core", true, 192000000, OMAP4460_VDD_CORE_OPP100_UV),
/* ABE OPP1 - OPP50 */
OPP_INITIALIZER("aess", "abe_clk", "iva", true, 98304000, OMAP4460_VDD_IVA_OPP50_UV),
/* ABE OPP2 - OPP100 */