From: Andy Yan Date: Sun, 4 Sep 2016 08:34:27 +0000 (+0800) Subject: ARM: dts: rockchip: fix L3G4200D i2c address on PopMetal-RK3288 board X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9369554d73c79396772c5e20dd19c75249a4ecbe;p=linux-beck.git 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 Signed-off-by: Heiko Stuebner --- 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 @@ pinctrl-0 = <&comp_int>; }; - l3g4200d: l3g4200d@68 { + l3g4200d: l3g4200d@69 { compatible = "st,l3g4200d-gyro"; st,drdy-int-pin = <2>; - reg = <0x6b>; + reg = <0x69>; }; mma8452: mma8452@1d {