projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb3fcf
)
ARM: dts: rockchip: fix L3G4200D i2c address on PopMetal-RK3288 board
author
Andy Yan
<andy.yan@rock-chips.com>
Sun, 4 Sep 2016 08:34:27 +0000
(16:34 +0800)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 5 Sep 2016 09:08:35 +0000
(11:08 +0200)
The i2c address of the three-axis digital gyroscope L3G4200D should be
0x69 according to hardware design.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-popmetal.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3288-popmetal.dts
b/arch/arm/boot/dts/rk3288-popmetal.dts
index acb0b1013a6c25525e714a9e942417b0a2b3e675..d94e210d294b4daefd0a8702f2c44ee67df49829 100644
(file)
--- a/
arch/arm/boot/dts/rk3288-popmetal.dts
+++ b/
arch/arm/boot/dts/rk3288-popmetal.dts
@@
-389,10
+389,10
@@
pinctrl-0 = <&comp_int>;
};
- l3g4200d: l3g4200d@6
8
{
+ l3g4200d: l3g4200d@6
9
{
compatible = "st,l3g4200d-gyro";
st,drdy-int-pin = <2>;
- reg = <0x6
b
>;
+ reg = <0x6
9
>;
};
mma8452: mma8452@1d {