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 A2B42C43334 for ; Mon, 27 Jun 2022 19:14:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240416AbiF0TOq (ORCPT ); Mon, 27 Jun 2022 15:14:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240375AbiF0TOg (ORCPT ); Mon, 27 Jun 2022 15:14:36 -0400 Received: from mail-io1-f54.google.com (mail-io1-f54.google.com [209.85.166.54]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E48462D7; Mon, 27 Jun 2022 12:14:29 -0700 (PDT) Received: by mail-io1-f54.google.com with SMTP id a10so10563760ioe.9; Mon, 27 Jun 2022 12:14:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=VKesCXfY04/5OFDon+mnSwk30hKS4yzZQW5j1iQ74Mw=; b=7uPcl0OKipmgAwT1zirTq/ukYXdfxIPe0VwprdRnryCYJ30zVFoIE0CEZaqZuNvcI3 mNQ8y97MJ4J3i1WkH3tPU8xdeTwwG2+eA9v/SefM0/td58ceYLv4QP0PYoPdi/6ij6wX S+jsk5pZauR6t/sO+wm9tlflcK8Lv5KK+Ro+ElGebRTSWHwCCrkdurGMdQKMfHiydOoX LVq+mDmOlxygMPah5twSPbVcwzDMCzE+JGMZIhdRPzkOfGMAA0ICteww/iEZ/Hi4wWlb CIYt/znZ6lmDDH06V87Qn+Dl97X3KQaCS6bEKWVx+EHvp790OZiSfleGZTFCELWaYbUB 6jbg== X-Gm-Message-State: AJIora+SiS9X1WIICjHpo/3qZhkTN7enl8eTtFV6AdwTIevDL45Z2JvV /dr8AHHno0g27CYyLYCDrA== X-Google-Smtp-Source: AGRyM1szasLJONCvA4WTwr8Z5fqYjv+SfDLCHX6hp3qABewkH9cCoQk8RJkFDuKHg7FszYv6EDT/2A== X-Received: by 2002:a05:6602:14cb:b0:669:e8a5:71b3 with SMTP id b11-20020a05660214cb00b00669e8a571b3mr7625062iow.150.1656357268879; Mon, 27 Jun 2022 12:14:28 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id t9-20020a056e02010900b002d928e265ffsm1917811ilm.81.2022.06.27.12.14.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Jun 2022 12:14:28 -0700 (PDT) Received: (nullmailer pid 2788947 invoked by uid 1000); Mon, 27 Jun 2022 19:14:27 -0000 Date: Mon, 27 Jun 2022 13:14:27 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, Rob Herring , Pavel Machek , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, Dan Murphy , Krzysztof Kozlowski , Jacek Anaszewski Subject: Re: [PATCH] dt-bindings: leds: lp50xx: fix LED children names Message-ID: <20220627191427.GA2788859-robh@kernel.org> References: <20220624111325.96478-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220624111325.96478-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 24 Jun 2022 13:13:25 +0200, Krzysztof Kozlowski wrote: > The lp50xx LEDs expects to have single-color LED children with unit > addresses. This is required by the driver and provided by existing > DTSes. Fix the binding to match actual usage. > > Signed-off-by: Krzysztof Kozlowski > Fixes: dce1452301e7 ("dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers") > --- > Documentation/devicetree/bindings/leds/leds-lp50xx.yaml | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring