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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0C5C4CD5BD1 for ; Tue, 2 Jun 2026 13:49:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6357C10F157; Tue, 2 Jun 2026 13:49:15 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="fhSTvcJp"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 94E9710F156 for ; Tue, 2 Jun 2026 13:49:13 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id DC38C6008A; Tue, 2 Jun 2026 13:49:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A4A21F00893; Tue, 2 Jun 2026 13:49:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780408152; bh=Jxz7AiPZd+/zQM9BBDeTbCUyNUIlXYCv5RTkwcrq5a8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=fhSTvcJp3Y4wVofTGFX+RijrcQQbKP2pMijXpaM6ocnQd6Ap1GYxt4H+9rkNFI1om q9IkS5rnZ1VKqrIzacb8o9RrVYnXkgeEfPO0D2Hr5apbeU5COhOyU7N9Vtvbqtw2Sk NgColEFOaeP5KkXKq91uCR14Pvckfi0NyDy5ojRk7siGla5f3aq398Z1U8A7ff2mUl MuuyF68TWgPPFMm93qfC0Qlmhg6IiB+EY6vZmk0TjT9KqBa0rRXOKd8HLP055GSMH+ DMs1QoXpsTg1KXiFQ9beili4waQI3Kwoj+GI35uUb3LW67vBBp+nldG1MxWCSKO40y jVquFADxvtkuQ== Date: Tue, 2 Jun 2026 14:49:06 +0100 From: Daniel Thompson To: Svyatoslav Ryhel Cc: Lee Jones , Jingoo Han , Pavel Machek , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jonathan Cameron , David Lechner , Nuno =?iso-8859-1?Q?S=E1?= , Andy Shevchenko , Helge Deller , Johan Hovold , dri-devel@lists.freedesktop.org, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH v3 01/11] dt-bindings: leds: Document TI LM3533 LED controller Message-ID: References: <20260601151831.76350-1-clamor95@gmail.com> <20260601151831.76350-2-clamor95@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260601151831.76350-2-clamor95@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Jun 01, 2026 at 06:18:21PM +0300, Svyatoslav Ryhel wrote: > Document the LM3533 - a complete power source for backlight, keypad and > indicator LEDs in smartphone handsets. The high-voltage inductive boost > converter provides the power for two series LED strings display backlight > and keypad functions. > > Signed-off-by: Svyatoslav Ryhel > Reviewed-by: Jonathan Cameron #for light sensor Reviewed-by: Daniel Thompson (RISCstar) #for backlight Daniel.