summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/input/fsl-mma8450.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/input/fsl-mma8450.txt')
-rw-r--r--dts/Bindings/input/fsl-mma8450.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/dts/Bindings/input/fsl-mma8450.txt b/dts/Bindings/input/fsl-mma8450.txt
deleted file mode 100644
index 0b96e5737d..0000000000
--- a/dts/Bindings/input/fsl-mma8450.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-* Freescale MMA8450 3-Axis Accelerometer
-
-Required properties:
-- compatible : "fsl,mma8450".
-- reg: the I2C address of MMA8450
-
-Example:
-
-accelerometer: mma8450@1c {
- compatible = "fsl,mma8450";
- reg = <0x1c>;
-};