[PATCH v2 2/2] dt-bindings: iio: light: Add bh1730fvc bindings

From: Pierre Bourdon
Date: Wed Feb 21 2018 - 14:46:03 EST


Signed-off-by: Pierre Bourdon <delroth@xxxxxxxxxx>
---
.../devicetree/bindings/iio/light/bh1730.txt | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/light/bh1730.txt

diff --git a/Documentation/devicetree/bindings/iio/light/bh1730.txt b/Documentation/devicetree/bindings/iio/light/bh1730.txt
new file mode 100644
index 000000000000..6b38c4010647
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/light/bh1730.txt
@@ -0,0 +1,15 @@
+* ROHM BH1730FVC ambient light sensor
+
+http://www.rohm.com/web/global/products/-/product/BH1730FVC
+
+Required properties:
+
+ - compatible : should be "rohm,bh1730fvc"
+ - reg : the I2C address of the sensor
+
+Example:
+
+bh1730fvc@29 {
+ compatible = "rohm,bh1730fvc";
+ reg = <0x29>;
+};
--
2.16.1.291.g4437f3f132-goog