]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/input/fsl-mma8450.txt
x86-64, reboot: Be more paranoid in 64-bit reboot=bios
[~andy/linux] / Documentation / devicetree / bindings / input / fsl-mma8450.txt
1 * Freescale MMA8450 3-Axis Accelerometer
2
3 Required properties:
4 - compatible : "fsl,mma8450".
5
6 Example:
7
8 accelerometer: mma8450@1c {
9         compatible = "fsl,mma8450";
10         reg = <0x1c>;
11 };