From mboxrd@z Thu Jan 1 00:00:00 1970 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 0F739C7EE25 for ; Thu, 8 Jun 2023 12:46:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236045AbjFHMqe (ORCPT ); Thu, 8 Jun 2023 08:46:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233180AbjFHMqd (ORCPT ); Thu, 8 Jun 2023 08:46:33 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98F6B26B0; Thu, 8 Jun 2023 05:46:32 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2E05964D2E; Thu, 8 Jun 2023 12:46:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A510EC433EF; Thu, 8 Jun 2023 12:46:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686228391; bh=BVMYpn9deUNOxNer1oOxAtHoRObvC6n99auv5H7OZIE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FDIdw3oeQmfiqgKK+ydiuXt8an/7OYFdC8Fh4sX7+dVJfQ0289PGxtDzuhBKISQOh dv4j/+C6tVOcWUeDdySVTlwZ0O6pOHcasvwPI4stAMOPY7mN13OyyK9LSsEVbrLD69 HEJEt0yzCEil/BZGytK01tqHtTF3BhLpu+cA8JbZD36IF23TYsi88P6yUaqWb+VUt9 BdFDBwBMw/kbQ8S3aAgWJTGnSh+iZVJXlnD6+PjGQ+gxlz6+Sh51tMth/n5JlMdNoS MqnqAesVmfw3BFt+xKo/0JiBMRrulrm406OS2YlykojmmFzSmoVB78M2F9eWlu1bHV gJrwpYEt/LcPQ== Date: Thu, 8 Jun 2023 13:46:26 +0100 From: Lee Jones To: Raymond Hackley Cc: open list , Pavel Machek , Rob Herring , Krzysztof Kozlowski , Luca Weiss , "open list : LED SUBSYSTEM" , "open list : OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , ~postmarketos/upstreaming@lists.sr.ht Subject: Re: [RESEND PATCH 1/2] dt-bindings: leds: sgm3140: Document richtek,rt5033 compatible Message-ID: <20230608124626.GI1930705@google.com> References: <20230602133533.260502-1-raymondhackley@protonmail.com> <20230602133714.260556-1-raymondhackley@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230602133714.260556-1-raymondhackley@protonmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org I've not seen this because Protonmail has encoded your mail. On Fri, 02 Jun 2023, Raymond Hackley wrote: > Add devicetree binding for Richtek RT5033 Flash LED charge pump used for > camera flash LEDs. > > Signed-off-by: Raymond Hackley > --- > Documentation/devicetree/bindings/leds/leds-sgm3140.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml b/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml > index 4d2ffe5fcfc7..37d2a93780ab 100644 > --- a/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml > +++ b/Documentation/devicetree/bindings/leds/leds-sgm3140.yaml > @@ -20,6 +20,7 @@ properties: > compatible: > enum: > - ocs,ocp8110 > + - richtek,rt5033-led > - sgmicro,sgm3140 > > enable-gpios: > -- > 2.30.2 > > -- Lee Jones [李琼斯]