From: Armando Uribe de Leon <x0095078@xxxxxx> This patch increases the supported opp numbers within bridge driver, it will also fix the opp table to be fully populated in the shared memory; before, it was causing the QOS test reported numbers to be inaccurate. Signed-off-by: Armando Uribe de Leon <x0095078@xxxxxx> Signed-off-by: Fernando Guzman Lugo <x0095840@xxxxxx> --- drivers/dsp/bridge/rmgr/drv_interface.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dsp/bridge/rmgr/drv_interface.c b/drivers/dsp/bridge/rmgr/drv_interface.c index c8af75c..e937766 100755 --- a/drivers/dsp/bridge/rmgr/drv_interface.c +++ b/drivers/dsp/bridge/rmgr/drv_interface.c @@ -210,7 +210,7 @@ static struct file_operations bridge_fops = { static u32 timeOut = 1000; #ifdef CONFIG_BRIDGE_DVFS static struct clk *clk_handle; -s32 dsp_max_opps = VDD1_OPP3; +s32 dsp_max_opps = VDD1_OPP5; #endif /* Maximum Opps that can be requested by IVA*/ -- 1.6.2.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html