Skip to content

Commit

Permalink
ARM: nomadik: set proper compatible for accelerometer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Kevin Hilman committed Jun 11, 2015
1 parent 53bdd72 commit 386f56b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -722,8 +722,9 @@
reg = <0x1a>;
};
lis3lv02dl@1d {
compatible = "st,lis3lv02dl";
reg = <0x1d>;
/* Accelerometer */
compatible = "st,lis3lv02dl-accel";
reg = <0x1d>;
};
};

Expand Down

0 comments on commit 386f56b

Please sign in to comment.