mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Since i.MX9 uses same DDR PHY with i.MX8M, split the DDRPHY to a common directory under imx, then use dedicated ddr controller driver for each iMX9 and iMX8M. The DDRPHY registers are space compressed, so it needs conversion to access the DDRPHY address. Introduce a common PHY address remap function for both iMX8M and iMX9 for all PHY registers accessing. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			155 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			155 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
source "drivers/ddr/imx/imx8m/Kconfig"
 | 
						|
source "drivers/ddr/imx/imx8ulp/Kconfig"
 | 
						|
source "drivers/ddr/imx/imx9/Kconfig"
 | 
						|
source "drivers/ddr/imx/phy/Kconfig"
 |