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 B15A5C61DA3 for ; Thu, 26 Jan 2023 14:36:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231675AbjAZOgX (ORCPT ); Thu, 26 Jan 2023 09:36:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229639AbjAZOgV (ORCPT ); Thu, 26 Jan 2023 09:36:21 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29E46222D4; Thu, 26 Jan 2023 06:36:21 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id C409EB81D0C; Thu, 26 Jan 2023 14:36:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 575CEC433D2; Thu, 26 Jan 2023 14:36:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674743778; bh=7nbBSRNGEontRbdD8GVbYdMCjS4jqmZWPhqfyLc7pEM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TxHFTGU0QFjWNjwOLWt56/8FeklWCuXPdXfETgWP3wUbeqvj8yEvKsZZAekmtWSyV mCrE/O9D+CeHSqfAmUwgAcZnGmb9/oL/Dcaojo3Y3i6mbJSxF4NXBFTWxA7ny/eT6p kWPbQuZ6NQqYyw+Z5+EFopPz8xF1rQKsgM+2qW5t6u+yNcP/eoockpCacgqYhMPdHE RJquKLmC6AEQpqq4w0F1wxsBxFdWyEbo5j6RwskPDDfoeTcE8MEPJWwgKEVEw+j4KX GSQphhaZppAqC5Y4/9c4fLWOCm/lkm9VD49uvfUqbAYkmnNerT97G2Ve/GMytKdkvM l4zAEtmpJqZVw== Date: Thu, 26 Jan 2023 14:36:12 +0000 From: Lee Jones To: Jianhua Lu Cc: Daniel Thompson , Jingoo Han , Pavel Machek , Rob Herring , Krzysztof Kozlowski , Helge Deller , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-fbdev@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v9 1/2] dt-bindings: leds: backlight: Add Kinetic KTZ8866 backlight Message-ID: References: <20230120155018.15376-1-lujianhua000@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230120155018.15376-1-lujianhua000@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 Jan 2023, Jianhua Lu wrote: > Add Kinetic KTZ8866 backlight binding documentation. > > Signed-off-by: Jianhua Lu > Reviewed-by: Krzysztof Kozlowski > --- > Changes in v2: > - Remove "items" between "compatible" and "const: kinetic,ktz8866". > - Change "additionalProperties" to "unevaluatedProperties". > > Changes in v3: > - Add Krzysztof's R-b. > > Changes in v4: > - Drop Krzysztof's R-b. > - Add some new properties. > > Changes in v5: > - Add missing enum under property description. > - Rename uncorrect properties. > > Changes in v6: > - Correct wrong property suffix and description. > > Changes in v7: > - Add vddpos and vddeg supply. > - Use enable-gpios instead of defining enable pin. > > Changes in v8: > - Rename current ramping time. > - Rename led ramping time. > > Changes in v9: > - Add Krzysztof's R-b. > - Add missing 1μs to the enum of "kinetic,led-enable-ramp-delay-ms". > > .../leds/backlight/kinetic,ktz8866.yaml | 76 +++++++++++++++++++ > 1 file changed, 76 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml Applied, thanks -- Lee Jones [李琼斯]