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

Commit 0c724b1f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 295a4e80 df1442ee
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";
	};
};