|
@@ -48,7 +48,7 @@ static struct omap_dss_board_info rx51_dss_board_info = {
|
|
|
|
|
|
static int __init rx51_video_init(void)
|
|
static int __init rx51_video_init(void)
|
|
{
|
|
{
|
|
- if (!machine_is_nokia_rx51() && !of_machine_is_compatible("nokia,omap3-n900"))
|
|
|
|
|
|
+ if (!machine_is_nokia_rx51())
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
if (omap_mux_init_gpio(RX51_LCD_RESET_GPIO, OMAP_PIN_OUTPUT)) {
|
|
if (omap_mux_init_gpio(RX51_LCD_RESET_GPIO, OMAP_PIN_OUTPUT)) {
|