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 08EB0EB64D7 for ; Wed, 21 Jun 2023 15:08:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232936AbjFUPIX (ORCPT ); Wed, 21 Jun 2023 11:08:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233202AbjFUPHx (ORCPT ); Wed, 21 Jun 2023 11:07:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85D5E6581; Wed, 21 Jun 2023 08:02:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A4B4261539; Wed, 21 Jun 2023 15:01:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 56DA1C433C8; Wed, 21 Jun 2023 15:01:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687359706; bh=TuIlEW+QnlCN5szHBMsvumB71tGciD9z7toszAmdqdg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NaNQdRh4a0qKMdxSOhy6lt+3Hzz7URKYN2fsdozK655XPsjs+ziR8IqGWZfXITkpV XfJzywHPH+FEvhnIMNv8fmMe8OebO0SGdMTGvqF3ZjSNfZLF1K8NDpuKwLM9gT5Yxg JVRcsKiCe22MMapg01Q3fASchtexE4W86S7zSkPo7uZkZqHQoauzirhM3rfSBBxNFg wD3xE/dl+vd4SDhAvtatch+HKU8CuQuPxLQbI9pl20cedpI2Bh8nK+61wozTjHrSlg LOQ1Qk3VRmE/TglpZPuhbvC5ISNe+DXV55EgwyEjIDprX2kfDyQzMzl83EF2VtuiT3 V9V377/c+K/rQ== Date: Wed, 21 Jun 2023 16:01:41 +0100 From: Lee Jones To: Raymond Hackley Cc: linux-kernel@vger.kernel.org, Pavel Machek , Rob Herring , Krzysztof Kozlowski , Luca Weiss , "open list:LED SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Subject: Re: [PATCH 1/2] dt-bindings: leds: sgm3140: Document richtek,rt5033 compatible Message-ID: <20230621150141.GE10378@google.com> References: <20230602130644.259933-1-raymondhackley@protonmail.com> <20230602131009.260239-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: <20230602131009.260239-1-raymondhackley@protonmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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 Why is "-led" appended on to this one and not the others? > - sgmicro,sgm3140 > > > enable-gpios: > -- > > 2.30.2 > -- Lee Jones [李琼斯]