diff options
author | André Apitzsch <git@apitzsch.eu> | 2022-05-05 21:53:44 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-12-06 23:50:35 +0300 |
commit | 642bb6a736fc5a7fec9ef9f5487f0abd71a1dc31 (patch) | |
tree | ee5496cd95de49ae23c25b484f60c9cfac2da0ae /Documentation/devicetree/bindings/leds | |
parent | 43e6f4577d4dafa932a61bdef3971b711eca425a (diff) | |
download | linux-642bb6a736fc5a7fec9ef9f5487f0abd71a1dc31.tar.xz |
dt-bindings: leds: sgm3140: Document ocp8110 compatible
Add devicetree binding for Orient Chip OCP8110 charge pump used for
camera flash LEDs.
Signed-off-by: André Apitzsch <git@apitzsch.eu>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220505185344.10067-1-git@apitzsch.eu
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-sgm3140.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml b/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml index f68259619488..1c345cf16d08 100644 --- a/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml +++ b/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml @@ -18,7 +18,9 @@ description: | properties: compatible: - const: sgmicro,sgm3140 + enum: + - ocs,ocp8110 + - sgmicro,sgm3140 enable-gpios: maxItems: 1 |