提交 386f56bb 编写于 作者: L Linus Walleij 提交者: Kevin Hilman

ARM: nomadik: set proper compatible for accelerometer

Adjust device tree entry to the proper registered compatible
string for LIS3LV02DL.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NKevin Hilman <khilman@linaro.org>
上级 53bdd72c
...@@ -722,8 +722,9 @@ ...@@ -722,8 +722,9 @@
reg = <0x1a>; reg = <0x1a>;
}; };
lis3lv02dl@1d { lis3lv02dl@1d {
compatible = "st,lis3lv02dl"; /* Accelerometer */
reg = <0x1d>; compatible = "st,lis3lv02dl-accel";
reg = <0x1d>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册