Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed3f9095 authored by Kishore Y's avatar Kishore Y Committed by Tomi Valkeinen
Browse files

OMAP3: Enable display on ZOOM2/3/3630SDP



Enable Display on zoom2, zoom3 and 3630sdp boards.

Signed-off-by: default avatarMukund Mittal <mmittal@ti.com>
Signed-off-by: default avatarKishore Y <kishore.y@ti.com>
Signed-off-by: default avatarSamreen <samreen@ti.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@nokia.com>
parent a6490335
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -207,6 +207,7 @@ static void __init omap_sdp_init(void)
{
	omap3_mux_init(board_mux, OMAP_PACKAGE_CBP);
	zoom_peripherals_init();
	zoom_display_init();
	board_smc91x_init();
	board_flash_init(sdp_flash_partitions, chip_sel_sdp);
	enable_board_wakeup_source();
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ static void __init omap_zoom_init(void)
			ARRAY_SIZE(zoom_nand_partitions), ZOOM_NAND_CS);
	zoom_debugboard_init();
	zoom_peripherals_init();
	zoom_display_init();
}

MACHINE_START(OMAP_ZOOM2, "OMAP Zoom2 board")