diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2016-09-04 04:34:27 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-09-05 05:08:35 -0400 |
commit | 9369554d73c79396772c5e20dd19c75249a4ecbe (patch) | |
tree | 52565737fd00c124d4ed9c792115bc05d9cf1d80 /arch/arm/boot | |
parent | 5eb3fcf341f673de111fd88b867b411ff31c63ea (diff) |
ARM: dts: rockchip: fix L3G4200D i2c address on PopMetal-RK3288 board
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/rk3288-popmetal.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3288-popmetal.dts b/arch/arm/boot/dts/rk3288-popmetal.dts index acb0b1013a6c..d94e210d294b 100644 --- a/arch/arm/boot/dts/rk3288-popmetal.dts +++ b/arch/arm/boot/dts/rk3288-popmetal.dts | |||
@@ -389,10 +389,10 @@ | |||
389 | pinctrl-0 = <&comp_int>; | 389 | pinctrl-0 = <&comp_int>; |
390 | }; | 390 | }; |
391 | 391 | ||
392 | l3g4200d: l3g4200d@68 { | 392 | l3g4200d: l3g4200d@69 { |
393 | compatible = "st,l3g4200d-gyro"; | 393 | compatible = "st,l3g4200d-gyro"; |
394 | st,drdy-int-pin = <2>; | 394 | st,drdy-int-pin = <2>; |
395 | reg = <0x6b>; | 395 | reg = <0x69>; |
396 | }; | 396 | }; |
397 | 397 | ||
398 | mma8452: mma8452@1d { | 398 | mma8452: mma8452@1d { |