summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2021-05-24 20:38:46 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2021-05-24 20:57:06 -0700
commitba5b93d56c8d63f5ab8d30b6f59e0afbd7a1c3ae (patch)
tree008888bd58660116107538dc9ce40f77cde0a118 /Documentation
parentd9b576917a1d0efa293801a264150a1b37691617 (diff)
dt-bindings: input: remove fsl-mma8450 which is handled by trivial-devices
trivial-devices.yaml already provide bindings for fsl-mma8450. Since input/fsl-mma8450.txt provides no extra value, lets remove it. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Link: https://lore.kernel.org/r/20210521192210.12839-1-clabbe@baylibre.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/input/fsl-mma8450.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/devicetree/bindings/input/fsl-mma8450.txt b/Documentation/devicetree/bindings/input/fsl-mma8450.txt
deleted file mode 100644
index 0b96e5737d3a..000000000000
--- a/Documentation/devicetree/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>;
-};