diff options
author | Richard Acayan <mailingradian@gmail.com> | 2024-11-11 21:40:52 -0500 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-12-12 17:34:33 +0000 |
commit | a1234b215538279c8520481f6d539f1582bd17d8 (patch) | |
tree | c802004bf02172af7c6d23824fae04abf29b95ad | |
parent | 6fcafd33d2f85f0ffc1fc64e2b1ea607d0e75037 (diff) |
dt-bindings: leds: qcom,spmi-flash-led: Add pm660l compatible
Add the compatible for the flash LED controller on the PM660L PMIC.
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20241112024050.669578-7-mailingradian@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.yaml b/Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.yaml index 1ba607685f5f..bcf0ad4ea57e 100644 --- a/Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.yaml +++ b/Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.yaml @@ -23,6 +23,7 @@ properties: items: - enum: - qcom,pm6150l-flash-led + - qcom,pm660l-flash-led - qcom,pm8150c-flash-led - qcom,pm8150l-flash-led - qcom,pm8350c-flash-led |