|
@@ -1837,17 +1837,10 @@ void __init u300_init_devices(void)
|
|
|
/* Register subdevices on the SPI bus */
|
|
|
u300_spi_register_board_devices();
|
|
|
|
|
|
-#ifndef CONFIG_MACH_U300_SEMI_IS_SHARED
|
|
|
- /*
|
|
|
- * Enable SEMI self refresh. Self-refresh of the SDRAM is entered when
|
|
|
- * both subsystems are requesting this mode.
|
|
|
- * If we not share the Acc SDRAM, this is never the case. Therefore
|
|
|
- * enable it here from the App side.
|
|
|
- */
|
|
|
+ /* Enable SEMI self refresh */
|
|
|
val = readw(U300_SYSCON_VBASE + U300_SYSCON_SMCR) |
|
|
|
U300_SYSCON_SMCR_SEMI_SREFREQ_ENABLE;
|
|
|
writew(val, U300_SYSCON_VBASE + U300_SYSCON_SMCR);
|
|
|
-#endif /* CONFIG_MACH_U300_SEMI_IS_SHARED */
|
|
|
}
|
|
|
|
|
|
static int core_module_init(void)
|