rk610 lvds: fix Lvds macro define
authoryzq <yzq@rock-chips.com>
Fri, 12 Oct 2012 06:34:01 +0000 (14:34 +0800)
committeryzq <yzq@rock-chips.com>
Fri, 12 Oct 2012 06:34:01 +0000 (14:34 +0800)
drivers/video/display/transmitter/rk610_lcd.h

index bc290f653d701df01482002e5e9d54c9b1f7baac..427417c9ab4e571964a053e8ae7e7d06bc4b594c 100644 (file)
@@ -43,10 +43,10 @@ Y   TX11    G7              G1              GND             GND
     TX23    RSVD            RSVD            RSVD            RSVD
 ----------------------------------------------------------------------        
 */
-#define LVDS_8BIT_1     0x00
-#define LVDS_8BIT_2     0x01
-#define LVDS_8BIT_3     0x10
-#define LVDS_6BIT       0x11
+#define LVDS_8BIT_1     0
+#define LVDS_8BIT_2     1
+#define LVDS_8BIT_3     2
+#define LVDS_6BIT       3
 //LVDS lane input format
 #define DATA_D0_MSB         0
 #define DATA_D7_MSB         1