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 коммит произвёл Kevin Hilman
Родитель 53bdd72c68
Коммит 386f56bb73
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

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