mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	irqchip/stm32: Add exti0 translation for stm32mp1
This patch fixes a datasheet issue, in the draft version the "exti0" was not connected whereas is it. Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
This commit is contained in:
		
							parent
							
								
									ce397d215c
								
							
						
					
					
						commit
						6bdd0299cf
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -159,6 +159,7 @@ static const struct stm32_exti_bank *stm32mp1_exti_banks[] = { | |||
| }; | ||||
| 
 | ||||
| static const struct stm32_desc_irq stm32mp1_desc_irq[] = { | ||||
| 	{ .exti = 0, .irq_parent = 6 }, | ||||
| 	{ .exti = 1, .irq_parent = 7 }, | ||||
| 	{ .exti = 2, .irq_parent = 8 }, | ||||
| 	{ .exti = 3, .irq_parent = 9 }, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Ludovic Barre
						Ludovic Barre