mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	gpio: tegra186: add Tegra234 PMC compatible in GPIO driver
Using this patch we are adding PMC compatible string for Tegra234 in GPIO driver so the IRQ hierarchy can be set. Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Signed-off-by: Prathamesh Shete <pshete@nvidia.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
		
							parent
							
								
									297a44f664
								
							
						
					
					
						commit
						0c27537ad0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -670,6 +670,7 @@ static unsigned int tegra186_gpio_child_offset_to_irq(struct gpio_chip *chip, | |||
| static const struct of_device_id tegra186_pmc_of_match[] = { | ||||
| 	{ .compatible = "nvidia,tegra186-pmc" }, | ||||
| 	{ .compatible = "nvidia,tegra194-pmc" }, | ||||
| 	{ .compatible = "nvidia,tegra234-pmc" }, | ||||
| 	{ /* sentinel */ } | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Prathamesh Shete
						Prathamesh Shete