From patchwork Thu May 5 18:53:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Apitzsch?= X-Patchwork-Id: 570620 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 025E5C433EF for ; Thu, 5 May 2022 18:54:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383527AbiEES6E (ORCPT ); Thu, 5 May 2022 14:58:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1383090AbiEES6E (ORCPT ); Thu, 5 May 2022 14:58:04 -0400 Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.18.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EFB213EB83; Thu, 5 May 2022 11:54:21 -0700 (PDT) Received: from [92.206.160.44] (helo=note-book.lan) by smtprelay06.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nmgcJ-0004eJ-3e; Thu, 05 May 2022 20:54:23 +0200 From: =?utf-8?q?Andr=C3=A9_Apitzsch?= To: linux-leds@vger.kernel.org, Pavel Machek Cc: Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Andr=C3=A9_Apitzsch?= , Rob Herring Subject: [PATCH RESEND] dt-bindings: leds: sgm3140: Document ocp8110 compatible Date: Thu, 5 May 2022 20:53:44 +0200 Message-Id: <20220505185344.10067-1-git@apitzsch.eu> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 X-Df-Sender: YW5kcmVAYXBpdHpzY2guZXU= Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org Add devicetree binding for Orient Chip OCP8110 charge pump used for camera flash LEDs. Signed-off-by: André Apitzsch Reviewed-by: Rob Herring --- This patch was originally submitted as part of a series [1]. But only 1/3 and 3/3 made it into torvalds/linux.git So this is a resubmisson to add the missing documentation. [1]: https://lore.kernel.org/all/20220212180942.8241-2-git@apitzsch.eu/ Documentation/devicetree/bindings/leds/leds-sgm3140.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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