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

Commit df1442ee authored by Chaojun Wang's avatar Chaojun Wang
Browse files

ARM: dts: msm: Add vl53l0x TOF ranging sensor device



add vl53l0x TOF sensor device.VL53L0X is a ranging and
gesture detection sensor through i2c .

Change-Id: I74bf599b565c50844cfa60ec5e26b63f4ec370df
Signed-off-by: default avatarChaojun Wang <chaojun@codeaurora.org>
parent d5546ff2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -186,3 +186,12 @@
&blsp1_uart2_hs {
	status = "ok";
};

&i2c_1 {
	status = "okay";
	vl53l0x@52 {
		compatible = "st,stmvl53l0";
		reg = <0x29>;
		status = "ok";
	};
};