Message ID | 20220212180942.8241-2-git@apitzsch.eu |
---|---|
State | Superseded |
Headers | show |
Series | None | expand |
Am Dienstag, dem 22.02.2022 um 14:56 -0600 schrieb Rob Herring: > On Sat, 12 Feb 2022 19:09:41 +0100, André Apitzsch wrote: > > Add devicetree binding for Orient Chip OCP8110 charge pump used for > > camera flash LEDs. > > > > Signed-off-by: André Apitzsch <git@apitzsch.eu> > > --- > > V2 -> V3: Add commit message, h/w info > > > > Documentation/devicetree/bindings/leds/leds-sgm3140.yaml | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > Reviewed-by: Rob Herring <robh@kernel.org> Hello Pavel, kind reminder that patch 2/3 hasn't been applied to [1], yet. Is there anything that needs to be done from my side? Best regards, André [1] https://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git/log/?h=for-next
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
Add devicetree binding for Orient Chip OCP8110 charge pump used for camera flash LEDs. Signed-off-by: André Apitzsch <git@apitzsch.eu> --- V2 -> V3: Add commit message, h/w info Documentation/devicetree/bindings/leds/leds-sgm3140.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)