OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53bdd72
)
ARM: nomadik: set proper compatible for accelerometer
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 5 Jun 2015 07:42:25 +0000
(09:42 +0200)
committer
Kevin Hilman
<khilman@linaro.org>
Thu, 11 Jun 2015 21:20:25 +0000
(14:20 -0700)
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>
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
index
f182f65
..
9a5f2ba
100644
(file)
--- a/
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
+++ b/
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
@@
-722,8
+722,9
@@
reg = <0x1a>;
};
lis3lv02dl@1d {
- compatible = "st,lis3lv02dl";
- reg = <0x1d>;
+ /* Accelerometer */
+ compatible = "st,lis3lv02dl-accel";
+ reg = <0x1d>;
};
};