mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-30 18:05:48 +01:00 
			
		
		
		
	Commit 0aea5dda29 ("ARM: dts: imx7d-sdb-u-boot: Fix usdhc1 UHS
operation") did a temporary workaround by addng the usdhc1 fix
inside the -u-boot.dtsi file.
The imx7d-sdb.dts from kernel 6.5-rc1 contains the proper UHS
fix, so sync the devicetree tree and remove the previous fix
from -u-boot.dtsi.
Also, adjust the PMIC node name inside pmic_get() to match
the devicetree update.
Signed-off-by: Fabio Estevam <festevam@denx.de>
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			268 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			268 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+ OR MIT
 | |
| 
 | |
| #include "imx7s-u-boot.dtsi"
 | |
| 
 | |
| / {
 | |
| 	wdt-reboot {
 | |
| 		compatible = "wdt-reboot";
 | |
| 		wdt = <&wdog1>;
 | |
| 		bootph-pre-ram;
 | |
| 	};
 | |
| };
 | |
| 
 | |
| &fec2 {
 | |
| 	status = "disable";
 | |
| };
 | |
| 
 | |
| &usbotg1 {
 | |
| 	dr_mode = "peripheral";
 | |
| };
 | |
| 
 | |
| &wdog1 {
 | |
| 	bootph-pre-ram;
 | |
| };
 |