dt-bindings: misc: Add documentation for isl97900 property

Add documentation for isl97900 led property.

Change-Id: I420fb1b834820ed28e0d3ab7bb622e33121986fe
This commit is contained in:
Yahui Wang
2022-05-26 15:37:16 +08:00
committed by Gerrit - the friendly Code Review server
parent 64741eac76
commit c8803c3bd4

View File

@@ -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>;
};