mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	x86: coral: Add a devicetree node for eMMC
Add a node for this so we can indicate that it is does not require any ACPI code. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
		
							parent
							
								
									9edf20f156
								
							
						
					
					
						commit
						0751cda574
					
				@ -575,6 +575,12 @@
 | 
			
		||||
			acpi,name = "SDCD";
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
		emmc: emmc@1c,0 {
 | 
			
		||||
			reg = <0x0000e000 0 0 0 0>;
 | 
			
		||||
			compatible = "intel,apl-emmc";
 | 
			
		||||
			non-removable;
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
		pch: pch@1f,0 {
 | 
			
		||||
			reg = <0x0000f800 0 0 0 0>;
 | 
			
		||||
			compatible = "intel,apl-pch";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user