]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
FB: sa1100: remove assabet specific initialization
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 14 Jan 2012 12:21:18 +0000 (12:21 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 21 Feb 2012 11:56:20 +0000 (11:56 +0000)
Remove the assabet specific initialization for PAL output mode -
we call the lcd_power function before we enable the LCD controller,
which will disable the LCD panel to prevent it receiving incorrect
timings.  Therefore, this setup here is redundant.

Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/video/sa1100fb.c

index c9f1e7cd95f8ed2df46789686862a287a5e687c3..f6e27f4da1d83905176fedfbaac2ddc1c85fcb7c 100644 (file)
 
 #include <mach/hardware.h>
 #include <asm/mach-types.h>
-#include <mach/assabet.h>
 #include <mach/shannon.h>
 
 /*
  */
 #define DEBUG_VAR 1
 
-#undef ASSABET_PAL_VIDEO
-
 #include "sa1100fb.h"
 
 static const struct sa1100fb_rgb rgb_4 = {
@@ -1229,11 +1226,6 @@ static int __devinit sa1100fb_probe(struct platform_device *pdev)
                goto failed;
        }
 
-#ifdef ASSABET_PAL_VIDEO
-       if (machine_is_assabet())
-               ASSABET_BCR_clear(ASSABET_BCR_LCD_ON);
-#endif
-
        /*
         * This makes sure that our colour bitfield
         * descriptors are correctly initialised.