summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinyu Chen <xinyu.chen@freescale.com>2012-03-15 15:46:02 +0800
committerXinyu Chen <xinyu.chen@freescale.com>2012-03-15 15:52:48 +0800
commit93c93c150c9c69aa02ab53499fbedd9273374f60 (patch)
treec5fe737e07416432043ec456a5e655e34740e355
parentf50650c670e9eccafd40c518f00daa22d017a33e (diff)
ENGR00176154 mx6q sabresd: change the position angle of board and LVDS
The LVDS display direction should be aligned with camera sensor. So we rotate it with 180 degree. Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
-rw-r--r--arch/arm/mach-mx6/board-mx6q_sabresd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_sabresd.c b/arch/arm/mach-mx6/board-mx6q_sabresd.c
index d8333c8a8d3e..a028d03fbba6 100644
--- a/arch/arm/mach-mx6/board-mx6q_sabresd.c
+++ b/arch/arm/mach-mx6/board-mx6q_sabresd.c
@@ -117,8 +117,8 @@
void __init early_console_setup(unsigned long base, struct clk *clk);
static struct clk *sata_clk;
-static int mma8451_position = 3;
-static int mag3110_position;
+static int mma8451_position = 1;
+static int mag3110_position = 2;
extern char *gp_reg_id;