summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguoyin.chen <guoyin.chen@freescale.com>2012-10-12 10:57:04 +0800
committerguoyin.chen <guoyin.chen@freescale.com>2012-10-26 10:12:22 +0800
commitdd5e7a7a26baa39fa2d74f162a3fe98b791c6f21 (patch)
tree718264b01ec216a4b51308a2f3a73be43ea77e91
parent54c7345a50451f9315391f1c786401f94ada7d0f (diff)
ENGR00231277 Change the mma8451 and mag3110's config to algin with SDP board
SDP boards layout have board's width aligne with LVDS's height Update the mma8451 and mag3110's config to algin with SDP board Signed-off-by: guoyin.chen <guoyin.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 d29d55e6ff9e..c56a844fe8fc 100644
--- a/arch/arm/mach-mx6/board-mx6q_sabresd.c
+++ b/arch/arm/mach-mx6/board-mx6q_sabresd.c
@@ -201,8 +201,8 @@
static struct clk *sata_clk;
static struct clk *clko;
-static int mma8451_position = 1;
-static int mag3110_position = 2;
+static int mma8451_position;
+static int mag3110_position = 1;
static int max11801_mode = 1;
static int enable_lcd_ldb;