mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
dt-bindings: misc: Add documentation for isl97900 property
Add documentation for isl97900 led property. Change-Id: I420fb1b834820ed28e0d3ab7bb622e33121986fe
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
2fd7940d52
commit
fe2388cdbc
17
bindings/misc/qcom,isl97900-led.txt
Normal file
17
bindings/misc/qcom,isl97900-led.txt
Normal 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>;
|
||||
};
|
||||
Reference in New Issue
Block a user