mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	gpio: stm32f7_gpio: handle node ngpios
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
		
				
					committed by
					
						 Tom Rini
						Tom Rini
					
				
			
			
				
	
			
			
			
						parent
						
							d876eaf2be
						
					
				
				
					commit
					f11c308ac2
				
			| @@ -90,7 +90,8 @@ static int gpio_stm32_probe(struct udevice *dev) | ||||
| 	if (!name) | ||||
| 		return -EINVAL; | ||||
| 	uc_priv->bank_name = name; | ||||
| 	uc_priv->gpio_count = STM32_GPIOS_PER_BANK; | ||||
| 	uc_priv->gpio_count = dev_read_u32_default(dev, "ngpios", | ||||
| 						   STM32_GPIOS_PER_BANK); | ||||
| 	debug("%s, addr = 0x%p, bank_name = %s\n", __func__, (u32 *)priv->regs, | ||||
| 	      uc_priv->bank_name); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user