mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	ARM: k2g: Program DDR PHY MR2 register with the default value
K2G GP doesn't require the MR2 register to be programed since the default is good enough. However, newer K2G boards do need to change this register value. Therefore, instead of not writing this register if ran on a K2G board just program the value to be written to match the default/reset value. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
		
				
					committed by
					
						 Tom Rini
						Tom Rini
					
				
			
			
				
	
			
			
			
						parent
						
							f8b4a2d7e2
						
					
				
				
					commit
					a76a6f3e04
				
			| @@ -52,8 +52,7 @@ void ddr3_init_ddrphy(u32 base, struct ddr3_phy_config *phy_cfg) | ||||
| 	__raw_writel(phy_cfg->dtpr2, base + KS2_DDRPHY_DTPR2_OFFSET); | ||||
| 	__raw_writel(phy_cfg->mr0,   base + KS2_DDRPHY_MR0_OFFSET); | ||||
| 	__raw_writel(phy_cfg->mr1,   base + KS2_DDRPHY_MR1_OFFSET); | ||||
| 	if (!cpu_is_k2g()) | ||||
| 		__raw_writel(phy_cfg->mr2,   base + KS2_DDRPHY_MR2_OFFSET); | ||||
| 	__raw_writel(phy_cfg->mr2,   base + KS2_DDRPHY_MR2_OFFSET); | ||||
| 	__raw_writel(phy_cfg->dtcr,  base + KS2_DDRPHY_DTCR_OFFSET); | ||||
| 	__raw_writel(phy_cfg->pgcr2, base + KS2_DDRPHY_PGCR2_OFFSET); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user