Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: nomadik: set proper compatible for accelerometer

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

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>

authored by

Linus Walleij and committed by
Kevin Hilman
386f56bb 53bdd72c

+3 -2
+3 -2
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
··· 722 722 reg = <0x1a>; 723 723 }; 724 724 lis3lv02dl@1d { 725 - compatible = "st,lis3lv02dl"; 726 - reg = <0x1d>; 725 + /* Accelerometer */ 726 + compatible = "st,lis3lv02dl-accel"; 727 + reg = <0x1d>; 727 728 }; 728 729 }; 729 730