mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	gpio: mvebu: drop pwm base assignment
pwmchip_add() unconditionally assigns the base ID dynamically. Commitf9a8ee8c8b("pwm: Always allocate PWM chip base ID dynamically") dropped all base assignment from drivers under drivers/pwm/. It missed this driver. Fix that. Fixes:f9a8ee8c8b("pwm: Always allocate PWM chip base ID dynamically") Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
This commit is contained in:
		
							parent
							
								
									e75f88efac
								
							
						
					
					
						commit
						e5f6e5d554
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		|  | @ -871,13 +871,6 @@ static int mvebu_pwm_probe(struct platform_device *pdev, | ||||||
| 	mvpwm->chip.dev = dev; | 	mvpwm->chip.dev = dev; | ||||||
| 	mvpwm->chip.ops = &mvebu_pwm_ops; | 	mvpwm->chip.ops = &mvebu_pwm_ops; | ||||||
| 	mvpwm->chip.npwm = mvchip->chip.ngpio; | 	mvpwm->chip.npwm = mvchip->chip.ngpio; | ||||||
| 	/*
 |  | ||||||
| 	 * There may already be some PWM allocated, so we can't force |  | ||||||
| 	 * mvpwm->chip.base to a fixed point like mvchip->chip.base. |  | ||||||
| 	 * So, we let pwmchip_add() do the numbering and take the next free |  | ||||||
| 	 * region. |  | ||||||
| 	 */ |  | ||||||
| 	mvpwm->chip.base = -1; |  | ||||||
| 
 | 
 | ||||||
| 	spin_lock_init(&mvpwm->lock); | 	spin_lock_init(&mvpwm->lock); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Baruch Siach
						Baruch Siach