diff options
Diffstat (limited to 'arch/arm/mach-omap2/display.c')
-rw-r--r-- | arch/arm/mach-omap2/display.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/display.c b/arch/arm/mach-omap2/display.c index ff37be1f6f93..03a0516c7f67 100644 --- a/arch/arm/mach-omap2/display.c +++ b/arch/arm/mach-omap2/display.c | |||
@@ -400,7 +400,7 @@ int __init omap_display_init(struct omap_dss_board_info *board_data) | |||
400 | 400 | ||
401 | /* Create devices for DPI and SDI */ | 401 | /* Create devices for DPI and SDI */ |
402 | 402 | ||
403 | pdev = create_simple_dss_pdev("omapdss_dpi", -1, | 403 | pdev = create_simple_dss_pdev("omapdss_dpi", 0, |
404 | board_data, sizeof(*board_data), dss_pdev); | 404 | board_data, sizeof(*board_data), dss_pdev); |
405 | if (IS_ERR(pdev)) { | 405 | if (IS_ERR(pdev)) { |
406 | pr_err("Could not build platform_device for omapdss_dpi\n"); | 406 | pr_err("Could not build platform_device for omapdss_dpi\n"); |
@@ -408,7 +408,7 @@ int __init omap_display_init(struct omap_dss_board_info *board_data) | |||
408 | } | 408 | } |
409 | 409 | ||
410 | if (cpu_is_omap34xx()) { | 410 | if (cpu_is_omap34xx()) { |
411 | pdev = create_simple_dss_pdev("omapdss_sdi", -1, | 411 | pdev = create_simple_dss_pdev("omapdss_sdi", 0, |
412 | board_data, sizeof(*board_data), dss_pdev); | 412 | board_data, sizeof(*board_data), dss_pdev); |
413 | if (IS_ERR(pdev)) { | 413 | if (IS_ERR(pdev)) { |
414 | pr_err("Could not build platform_device for omapdss_sdi\n"); | 414 | pr_err("Could not build platform_device for omapdss_sdi\n"); |