diff mbox series

dt-bindings: input: remove fsl-mma8450 which is handled by trivial-devices

Message ID 20210521192210.12839-1-clabbe@baylibre.com (mailing list archive)
State Accepted
Commit ba5b93d56c8d63f5ab8d30b6f59e0afbd7a1c3ae
Headers show
Series dt-bindings: input: remove fsl-mma8450 which is handled by trivial-devices | expand

Commit Message

Corentin LABBE May 21, 2021, 7:22 p.m. UTC
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>
---
 .../devicetree/bindings/input/fsl-mma8450.txt        | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/input/fsl-mma8450.txt

Comments

Fabio Estevam May 24, 2021, 8:22 p.m. UTC | #1
On Fri, May 21, 2021 at 5:27 PM Corentin Labbe <clabbe@baylibre.com> wrote:
>
> 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>
Dmitry Torokhov May 25, 2021, 3:39 a.m. UTC | #2
On Fri, May 21, 2021 at 07:22:10PM +0000, Corentin Labbe wrote:
> 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>

Applied, thank you.
diff mbox series

Patch

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>;
-};