mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	mx7dsabre: Fix dm probe pmic
With commit 0d52bab462 ("mx7dsabre: Enable DM_ETH")
Device Tree has been update and change pfuze3000 node
Signed-off-by: Joris Offouga <offougajoris@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
			
			
This commit is contained in:
		
				
					committed by
					
						 Stefano Babic
						Stefano Babic
					
				
			
			
				
	
			
			
			
						parent
						
							30b8eb5ee6
						
					
				
				
					commit
					e2b14bf4ba
				
			| @@ -264,7 +264,7 @@ int power_init_board(void) | |||||||
| 	struct udevice *dev; | 	struct udevice *dev; | ||||||
| 	int ret, dev_id, rev_id; | 	int ret, dev_id, rev_id; | ||||||
|  |  | ||||||
| 	ret = pmic_get("pfuze3000@08", &dev); | 	ret = pmic_get("pfuze3000@8", &dev); | ||||||
| 	if (ret == -ENODEV) | 	if (ret == -ENODEV) | ||||||
| 		return 0; | 		return 0; | ||||||
| 	if (ret != 0) | 	if (ret != 0) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user