From patchwork Mon Apr 4 16:14:28 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: 558439 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 6BABEC4321E for ; Mon, 4 Apr 2022 21:18:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379005AbiDDVUG (ORCPT ); Mon, 4 Apr 2022 17:20:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379011AbiDDQTR (ORCPT ); Mon, 4 Apr 2022 12:19:17 -0400 X-Greylist: delayed 148 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 04 Apr 2022 09:17:21 PDT Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0991E31922; Mon, 4 Apr 2022 09:17:20 -0700 (PDT) Received: from [92.206.166.137] (helo=note-book.lan) by smtprelay01.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nbPMf-0006pF-Q4; Mon, 04 Apr 2022 18:15:37 +0200 From: =?utf-8?q?Andr=C3=A9_Apitzsch?= To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-leds@vger.kernel.org, Pavel Machek , Rob Herring Cc: =?utf-8?q?Andr=C3=A9_Apitzsch?= , Rob Herring Subject: [PATCH] dt-bindings: leds: sgm3140: Document ocp8110 compatible Date: Mon, 4 Apr 2022 18:14:28 +0200 Message-Id: <20220404161428.17175-1-git@apitzsch.eu> X-Mailer: git-send-email 2.35.1 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