]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/input/fsl-mma8450.txt
Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / Documentation / devicetree / bindings / input / fsl-mma8450.txt
1 * Freescale MMA8450 3-Axis Accelerometer
2
3 Required properties:
4 - compatible : "fsl,mma8450".
5 - reg: the I2C address of MMA8450
6
7 Example:
8
9 accelerometer: mma8450@1c {
10         compatible = "fsl,mma8450";
11         reg = <0x1c>;
12 };