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>
This commit is contained in:
Linus Walleij 2015-06-05 09:42:25 +02:00 committed by Kevin Hilman
parent 53bdd72c68
commit 386f56bb73
1 changed files with 3 additions and 2 deletions

View File

@ -722,8 +722,9 @@
reg = <0x1a>;
};
lis3lv02dl@1d {
compatible = "st,lis3lv02dl";
reg = <0x1d>;
/* Accelerometer */
compatible = "st,lis3lv02dl-accel";
reg = <0x1d>;
};
};