From 646d1a09f05689a3a4781112a3b3e4747d0ba231 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 7 Nov 2018 09:48:28 +0100 Subject: dts: update to v4.20-rc1 Signed-off-by: Sascha Hauer --- dts/Bindings/iio/proximity/vl53l0x.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dts/Bindings/iio/proximity/vl53l0x.txt (limited to 'dts/Bindings/iio/proximity') diff --git a/dts/Bindings/iio/proximity/vl53l0x.txt b/dts/Bindings/iio/proximity/vl53l0x.txt new file mode 100644 index 0000000000..aac5f621f8 --- /dev/null +++ b/dts/Bindings/iio/proximity/vl53l0x.txt @@ -0,0 +1,12 @@ +ST VL53L0X ToF ranging sensor + +Required properties: + - compatible: must be "st,vl53l0x" + - reg: i2c address where to find the device + +Example: + +vl53l0x@29 { + compatible = "st,vl53l0x"; + reg = <0x29>; +}; -- cgit v1.2.3