aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhang sanshan <b51434@freescale.com>2015-11-17 10:54:36 +0800
committerzhang sanshan <b51434@freescale.com>2015-11-17 12:00:47 +0800
commit9f97da53b791c6590a51208bfeb2265efaf7fdae (patch)
tree4c05f0b83f12e506a0f05c7fc5d452aeb3f7942f
parent4957f0c1ea27dfcc5456d20a54be20cae4269de8 (diff)
downloadfreescale-9f97da53b791c6590a51208bfeb2265efaf7fdae.tar.gz
MA-7226 [Android_6QP_SD]G-sensor: The intial orientation of 6QP_SD is different with 6Q_SD, 90 degree difference. 100%
The position of MMA8451Q on 6qp board is not the same with 6q. Correct the init position value in 6qp sabresd dts. Signed-off-by: zhang sanshan <b51434@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx6qp-sabresd.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qp-sabresd.dts b/arch/arm/boot/dts/imx6qp-sabresd.dts
index a77b375353c..4b0fc0347cf 100644
--- a/arch/arm/boot/dts/imx6qp-sabresd.dts
+++ b/arch/arm/boot/dts/imx6qp-sabresd.dts
@@ -51,6 +51,11 @@
};
};
+&i2c1 {
+ mma8451@1c {
+ position = <1>;
+ };
+};
&mxcfb1 {
prefetch;
};