mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	PM / devfreq: tegra30: Don't enable consecutive-down interrupt on startup
The consecutive-down event tells that we should perform frequency de-boosting, but boosting is in a reset state on start and hence the event won't do anything useful for us and it will be just a dummy interrupt request. Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Tested-by: Peter Geis <pgwipeout@gmail.com> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
This commit is contained in:
		
							parent
							
								
									1426655827
								
							
						
					
					
						commit
						61d9320841
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -490,7 +490,6 @@ static void tegra_actmon_configure_device(struct tegra_devfreq *tegra,
 | 
				
			||||||
		<< ACTMON_DEV_CTRL_CONSECUTIVE_ABOVE_WMARK_NUM_SHIFT;
 | 
							<< ACTMON_DEV_CTRL_CONSECUTIVE_ABOVE_WMARK_NUM_SHIFT;
 | 
				
			||||||
	val |= ACTMON_DEV_CTRL_AVG_ABOVE_WMARK_EN;
 | 
						val |= ACTMON_DEV_CTRL_AVG_ABOVE_WMARK_EN;
 | 
				
			||||||
	val |= ACTMON_DEV_CTRL_AVG_BELOW_WMARK_EN;
 | 
						val |= ACTMON_DEV_CTRL_AVG_BELOW_WMARK_EN;
 | 
				
			||||||
	val |= ACTMON_DEV_CTRL_CONSECUTIVE_BELOW_WMARK_EN;
 | 
					 | 
				
			||||||
	val |= ACTMON_DEV_CTRL_CONSECUTIVE_ABOVE_WMARK_EN;
 | 
						val |= ACTMON_DEV_CTRL_CONSECUTIVE_ABOVE_WMARK_EN;
 | 
				
			||||||
	val |= ACTMON_DEV_CTRL_ENB;
 | 
						val |= ACTMON_DEV_CTRL_ENB;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue