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 CD396CD8C8B for ; Tue, 10 Oct 2023 14:17:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232787AbjJJORr (ORCPT ); Tue, 10 Oct 2023 10:17:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232529AbjJJORp (ORCPT ); Tue, 10 Oct 2023 10:17:45 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56C6699; Tue, 10 Oct 2023 07:17:44 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2A73C433C8; Tue, 10 Oct 2023 14:17:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696947464; bh=0uqXFpVu4xMd/m4hEO1AB1o5xxHqn9bBpK0vECkb/vE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rvrmVv6spV6Gc04pzXp+ZXDo39SMDSuAiyargrd3zHWfVezi6KUVnJ+7cTwHlVPv9 RcT5QogpVfhySDASUvSXSc6FwVFUPWyi0x9RYzxx853U9xP5E5Ewf6emGZcN3GX5lj 4RQimH6z8DI3ldy8ImQZvKCSreTzPW2stx4hMnqPtJZQ8/uE0OnLy0LVOfuZdkImAP nzox6ZGmBwWdn78zKtTInhY9QNUQoHQwLxf3bxsRoYd00q54rGm5HcWTt2EDmdHiMT ID3Yx8kWCUWP90DZ1ST1IRPVjt4of5LpnQK8xmjWRl3x6wuQI1ZkGZq/n0/ZR0uoSk mvoGsZpUJpoTA== Received: (nullmailer pid 803567 invoked by uid 1000); Tue, 10 Oct 2023 14:17:41 -0000 Date: Tue, 10 Oct 2023 09:17:41 -0500 From: Rob Herring To: Dmitry Rokosov Cc: lee@kernel.org, pavel@ucw.cz, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, andy.shevchenko@gmail.com, kernel@sberdevices.ru, rockosov@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, George Stark Subject: Re: [PATCH v1 11/11] dt-bindings: leds: Add binding for AW20108 led driver Message-ID: <20231010141741.GA779946-robh@kernel.org> References: <20231006160437.15627-1-ddrokosov@salutedevices.com> <20231006160437.15627-12-ddrokosov@salutedevices.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231006160437.15627-12-ddrokosov@salutedevices.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 06, 2023 at 07:04:37PM +0300, Dmitry Rokosov wrote: > From: George Stark > > Add aw20108 compatible in devicetree binding for aw200xx led driver. Binding is for the hardware, not a driver. For the subject: dt-bindings: leds: awinic,aw200xx: Add AW20108 device > > Signed-off-by: George Stark > Signed-off-by: Dmitry Rokosov > --- > .../devicetree/bindings/leds/awinic,aw200xx.yaml | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/leds/awinic,aw200xx.yaml b/Documentation/devicetree/bindings/leds/awinic,aw200xx.yaml > index 5cd167ab0f04..c3abb0f7ded3 100644 > --- a/Documentation/devicetree/bindings/leds/awinic,aw200xx.yaml > +++ b/Documentation/devicetree/bindings/leds/awinic,aw200xx.yaml > @@ -10,15 +10,16 @@ maintainers: > - Martin Kurbanov > > description: | > - This controller is present on AW20036/AW20054/AW20072. > - It is a 3x12/6x9/6x12 matrix LED programmed via > - an I2C interface, up to 36/54/72 LEDs or 12/18/24 RGBs, > + This controller is present on AW20036/AW20054/AW20072/AW20108. > + It is a 3x12/6x9/6x12/9x12 matrix LED programmed via > + an I2C interface, up to 36/54/72/108 LEDs or 12/18/24/36 RGBs, > 3 pattern controllers for auto breathing or group dimming control. > > For more product information please see the link below: > aw20036 - https://www.awinic.com/en/productDetail/AW20036QNR#tech-docs > aw20054 - https://www.awinic.com/en/productDetail/AW20054QNR#tech-docs > aw20072 - https://www.awinic.com/en/productDetail/AW20072QNR#tech-docs > + aw20108 - https://www.awinic.com/en/productDetail/AW20108QNR#tech-docs > > properties: > compatible: > @@ -26,6 +27,7 @@ properties: > - awinic,aw20036 > - awinic,aw20054 > - awinic,aw20072 > + - awinic,aw20108 > > reg: > maxItems: 1 > -- > 2.36.0 >