diff options
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index be71426359f2..d64ed974286b 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
| @@ -579,6 +579,9 @@ static void __init omap3_beagle_init(void) | |||
| 579 | omap_nand_flash_init(NAND_BUSWIDTH_16, omap3beagle_nand_partitions, | 579 | omap_nand_flash_init(NAND_BUSWIDTH_16, omap3beagle_nand_partitions, |
| 580 | ARRAY_SIZE(omap3beagle_nand_partitions)); | 580 | ARRAY_SIZE(omap3beagle_nand_partitions)); |
| 581 | 581 | ||
| 582 | /* Ensure msecure is mux'd to be able to set the RTC. */ | ||
| 583 | omap_mux_init_signal("sys_drm_msecure", OMAP_PIN_OFF_OUTPUT_HIGH); | ||
| 584 | |||
| 582 | /* Ensure SDRC pins are mux'd for self-refresh */ | 585 | /* Ensure SDRC pins are mux'd for self-refresh */ |
| 583 | omap_mux_init_signal("sdrc_cke0", OMAP_PIN_OUTPUT); | 586 | omap_mux_init_signal("sdrc_cke0", OMAP_PIN_OUTPUT); |
| 584 | omap_mux_init_signal("sdrc_cke1", OMAP_PIN_OUTPUT); | 587 | omap_mux_init_signal("sdrc_cke1", OMAP_PIN_OUTPUT); |
