summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRobin Gong <B38343@freescale.com>2012-08-23 11:43:45 +0800
committerRobin Gong <B38343@freescale.com>2012-08-23 14:00:38 +0800
commitc292d1d4b87dd8865e8983b35975fd6223fb7cc6 (patch)
tree44812d62e519e361cf40aa6fdd74067f9a96f43f /drivers
parent76ff4e14a63bf7982e2301e61bea41fb7a9aea2d (diff)
ENGR00221102-1 MX6Q: increase VPU frequence to 352Mhz
Increase VPU frequency to 352Mhz for TV box, use pll2_pfd_400M.To avoid impact other code which assume ARM clock sourcing from pll2_pfd_400M, change cpu setpoint of 396M to 352M. and disable bus freq adjust. add CONFIG_MX6_VPU_352M to choose it, default is disabled. Signed-off-by: Robin Gong <B38343@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mxc/vpu/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mxc/vpu/Kconfig b/drivers/mxc/vpu/Kconfig
index dada2040e2ad..6562697f25f5 100644
--- a/drivers/mxc/vpu/Kconfig
+++ b/drivers/mxc/vpu/Kconfig
@@ -19,4 +19,13 @@ config MXC_VPU_DEBUG
This is an option for the developers; most people should
say N here. This enables MXC VPU driver debugging.
+config MX6_VPU_352M
+ bool "MX6 VPU 352M"
+ depends on MXC_VPU
+ default n
+ help
+ Increase VPU frequncy to 352M, the config will disable bus frequency
+ adjust dynamic, and CPU lowest setpoint will be 352Mhz.
+ This config is used for special VPU use case.
+
endmenu