aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuwei Zhou <b45643@freescale.com>2014-04-02 01:36:22 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:58:14 -0400
commit701f0267604ff070e97db8114edfde8d7e7263d0 (patch)
tree42d63a9ffe1021b4d860ee3dc688219e9fd86af7
parentd1b0a25b9014699b1d2860f2e53d6e22d2a6ddf5 (diff)
ENGR00306569: ARM: dts: imx6sx-sdb: Add mma8451 sensor dts support
This patch add mma8451 sensor device tree support on i.MX6SX-SDB platform. Signed-off-by: Luwei Zhou <b45643@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts
index 9586d245199f..57046d179c7a 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb.dts
@@ -368,6 +368,12 @@
368 interrupts = <5 1>; 368 interrupts = <5 1>;
369 shared-interrupt; 369 shared-interrupt;
370 }; 370 };
371
372 mma8451@1c {
373 compatible = "fsl,mma8451";
374 reg = <0x1c>;
375 position = <1>;
376 };
371}; 377};
372 378
373&i2c4 { 379&i2c4 {