Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9369554d authored by Andy Yan's avatar Andy Yan Committed by Heiko Stuebner
Browse files

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: default avatarAndy Yan <andy.yan@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5eb3fcf3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {