diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2022-12-09 14:54:06 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-03-23 14:54:00 +0000 |
commit | d4856dccdac9cd742a7c8c6dd0ff9de165b62fa2 (patch) | |
tree | 0f784e68f5e93f5ef3053a93e528a90481145e65 | |
parent | 820d7550a99cc09bb321fb2b890647e3669ce53f (diff) |
dt-bindings: leds: spmi-flash-led: Add pm6150l compatible
Add the compatible for the flash-led block found on pm6150l PMIC.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221209-fp4-pm6150l-flash-v1-1-531521eb2a72@fairphone.com
-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 1b273aecaaec..ffacf703d9f9 100644 --- a/Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.yaml +++ b/Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.yaml @@ -22,6 +22,7 @@ properties: compatible: items: - enum: + - qcom,pm6150l-flash-led - qcom,pm8150c-flash-led - qcom,pm8150l-flash-led - qcom,pm8350c-flash-led |