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 BF863C7EE23 for ; Thu, 8 Jun 2023 15:48:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236944AbjFHPsy (ORCPT ); Thu, 8 Jun 2023 11:48:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235583AbjFHPsv (ORCPT ); Thu, 8 Jun 2023 11:48:51 -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 A900230E0; Thu, 8 Jun 2023 08:48:12 -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 31F0464EA0; Thu, 8 Jun 2023 15:46:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E7A29C433D2; Thu, 8 Jun 2023 15:46:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686239202; bh=psBvk6mN593bIlBgtU6wkxUL3ZGst2R4Vx8Kkhe4M3M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UW02NtL8Fjy1LUBBkVDvMOiLTfqqjG4rdVzRLHS+d+X2PtkJov6QX7+BRfRoYiIc+ HB4YYXI8UFYzuBRam+RrVAuC9Kifdjmz05Nnr/eRIRoGlqYUQx2GgkCKMiP98KhOKx LiA6ja35HQG0kahlijXRE7SJEscPykCkRgipmLYjrYJawdXFZl4SbyP6Z2RlzGaNug Aoex1Dq9eJ/DhcYklNW+fIPLSbLxtS7TiKzO8KyKJ2Y8ZKLMZcHbiHsTgwMxF8p8P5 N/dwaxqgEPPOs2lheKsKHOuBoeibPrx/1s91s+DJGR9/kW/E+W+/Amj0na58ZHA3Em lVUkmWafBmHzg== Date: Thu, 8 Jun 2023 16:46:34 +0100 From: Lee Jones To: Artur Weber Cc: Rob Herring , Krzysztof Kozlowski , Daniel Thompson , Jingoo Han , Pavel Machek , Andy Gross , Bjorn Andersson , Konrad Dybcio , Thierry Reding , Jonathan Hunter , Helge Deller , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Luca Weiss , dri-devel@lists.freedesktop.org, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-tegra@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-pwm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, Rob Herring Subject: Re: [PATCH v2 1/4] dt-bindings: backlight: lp855x: convert to YAML and modernize Message-ID: <20230608154634.GQ1930705@google.com> References: <20230519180728.2281-1-aweber.kernel@gmail.com> <20230519180728.2281-2-aweber.kernel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230519180728.2281-2-aweber.kernel@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 19 May 2023, Artur Weber wrote: > Notable changes: > - ROM child nodes use dashes instead of underscores; the driver > reads all child nodes regardless of their names, so this doesn't > break ABI. > - pwm-period argument is deprecated, as it effectively duplicates > the period value provided in pwms. The driver continues to accept > the property, so this should not break ABI. > > Signed-off-by: Artur Weber > Reviewed-by: Rob Herring > --- > Changed in v2: > - Added additionalProperties to ROM patternProperties > --- > .../leds/backlight/lp855x-backlight.yaml | 149 ++++++++++++++++++ > .../bindings/leds/backlight/lp855x.txt | 72 --------- > 2 files changed, 149 insertions(+), 72 deletions(-) > create mode 100644 Documentation/devicetree/bindings/leds/backlight/lp855x-backlight.yaml > delete mode 100644 Documentation/devicetree/bindings/leds/backlight/lp855x.txt Applied, thanks -- Lee Jones [李琼斯]