From fe2388cdbc7672c6330daff44b3d64440122e372 Mon Sep 17 00:00:00 2001 From: Yahui Wang Date: Thu, 26 May 2022 15:37:16 +0800 Subject: [PATCH] dt-bindings: misc: Add documentation for isl97900 property Add documentation for isl97900 led property. Change-Id: I420fb1b834820ed28e0d3ab7bb622e33121986fe --- bindings/misc/qcom,isl97900-led.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bindings/misc/qcom,isl97900-led.txt diff --git a/bindings/misc/qcom,isl97900-led.txt b/bindings/misc/qcom,isl97900-led.txt new file mode 100644 index 00000000..bb0abc73 --- /dev/null +++ b/bindings/misc/qcom,isl97900-led.txt @@ -0,0 +1,17 @@ +Qualcomm Technologies, Inc. ISL97900 Driver + +ISL97900 Device + +This device is used to support the current adjustment for R/G/B LED. +By changing the current through I2C registers, user can see different +brightness of R/G/B LED device. + +Required properties: + - compatible: "qcom,isl97900-led" + - reg: I2C address of the device + +Example: + isl97900_left: isl97900_left@28 { + compatible = "qcom,isl97900-led"; + reg = <0x28>; + };