diff options
author | André Apitzsch <[email protected]> | 2022-05-05 20:53:44 +0200 |
---|---|---|
committer | Rob Herring <[email protected]> | 2022-12-06 14:50:35 -0600 |
commit | 642bb6a736fc5a7fec9ef9f5487f0abd71a1dc31 (patch) | |
tree | ee5496cd95de49ae23c25b484f60c9cfac2da0ae | |
parent | 43e6f4577d4dafa932a61bdef3971b711eca425a (diff) |
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 <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-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 |