diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-12-01 14:15:05 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2022-12-07 21:11:41 +0100 |
commit | 6afd8bd5db7c5f734f24a2df8c1093df9f2ec38f (patch) | |
tree | ea7a65bd948b444d12ae9a0a0b423b9c58e6e86f /Documentation/devicetree/bindings/mfd | |
parent | leds: use sysfs_emit() to instead of scnprintf() (diff) | |
download | linux-6afd8bd5db7c5f734f24a2df8c1093df9f2ec38f.tar.xz linux-6afd8bd5db7c5f734f24a2df8c1093df9f2ec38f.zip |
leds: qcom,pm8058-led: Convert to DT schema
Convert the Qualcomm PM8058 PMIC LED bindings to DT schema.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml b/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml index 61bd0b3ce02f..bd6e4aecfe2b 100644 --- a/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml @@ -39,6 +39,10 @@ properties: interrupt-controller: true patternProperties: + "led@[0-9a-f]+$": + type: object + $ref: /schemas/leds/qcom,pm8058-led.yaml# + "rtc@[0-9a-f]+$": type: object $ref: "../rtc/qcom-pm8xxx-rtc.yaml" |