ENGR00117205: Enable M4IF power savings only for MX51 TO3 parts.

Disable M4IF auto clock gating for EMI_FAST on MX51 TO2.

Signed-off-by: Ranjani Vaidyanathan-RA5478 <Ranjani.Vaidyanathan@freescale.com>
This commit is contained in:
Ranjani Vaidyanathan-RA5478
2009-10-12 10:59:00 -05:00
committed by Matt Sealey
parent e717ff90e8
commit cf982c8f39

View File

@@ -118,8 +118,8 @@ static int __devinit sdram_autogating_probe(struct platform_device *pdev)
}
sdram_autogating_is_active = 0;
enable_sdram_autogating();
if (mxc_cpu_is_rev(CHIP_REV_3_0) >= 1)
enable_sdram_autogating();
return 0;
}