Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 386f56bb authored by Linus Walleij's avatar Linus Walleij Committed by Kevin Hilman
Browse files

ARM: nomadik: set proper compatible for accelerometer



Adjust device tree entry to the proper registered compatible
string for LIS3LV02DL.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
parent 53bdd72c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -722,7 +722,8 @@
			   reg = <0x1a>;
		};
		lis3lv02dl@1d {
			   compatible = "st,lis3lv02dl";
			/* Accelerometer */
			compatible = "st,lis3lv02dl-accel";
			reg = <0x1d>;
		};
	};