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

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
......@@ -722,8 +722,9 @@ stw5095@1a {
reg = <0x1a>;
};
lis3lv02dl@1d {
compatible = "st,lis3lv02dl";
reg = <0x1d>;
/* Accelerometer */
compatible = "st,lis3lv02dl-accel";
reg = <0x1d>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment