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 X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5DAAAC55179 for ; Fri, 23 Oct 2020 16:48:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 095CC223EA for ; Fri, 23 Oct 2020 16:48:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603471739; bh=YFBiOdDfj++UXGnEhQBDdZG7G/dajd8ry2EmY77dF+c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=QhyZlmlw+YFhSXZZJJ94c4mnjkZ+6idh1dMwMfh4uBB2xjY4nFifwLckLPkQXv+aP 51Ff1iNxdULJxgy5I0tdTjU5PoQLa+x+JYluC8GgEl6MWI5bGlq7dQ945lCdKS/ygE 4DUZIE5RI2XrJ8awoPKRulLwgNNqeJI8qNi3iOS0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750248AbgJWQs5 (ORCPT ); Fri, 23 Oct 2020 12:48:57 -0400 Received: from mail-ot1-f66.google.com ([209.85.210.66]:45744 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S465779AbgJWQs5 (ORCPT ); Fri, 23 Oct 2020 12:48:57 -0400 Received: by mail-ot1-f66.google.com with SMTP id f37so1928437otf.12; Fri, 23 Oct 2020 09:48:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=t41Wz1ftPJdXoRBo6WvXtJCsvezv0jqP6YqdxmMi1Bc=; b=BU2XYLGaYNiJG1++zXuJf5XdXlDoDAJehIk50hyQTVdXnFe2FKqLaIpao5JrP5sAvf s3JR/SfB5dMpyUuYltjpUD+v6bplgByO6R4V/sivHbz1J+3tyigOsSoCw2bd9YiBsQFs dP6JxyeEIBu5cfCsjsURrTE3Oxh9dDMUwwRicW2ho4vga6qjlEfsHoc4CwWV+DvJ4n8c HJ+1CWZRsuM3u8kEzA/0vceSzap+G1MZLBZ8NQFto42uFd3o6UHOHQyyAa7RcTkBaQ6Q sY1DFqlY8u2gKYK9SNa8vntnagxK256B6X7HnRmBBuOE/YyhpEtYqC3y9bqzBliPrLw8 KQTQ== X-Gm-Message-State: AOAM533qNV0ELNaouwgGmGS3TJUbvRlJzcm8a7oJKtp5TmodgV/cTTgm UHj1TwObbYYlyApjZLObeA== X-Google-Smtp-Source: ABdhPJzfGSbMJv/KSQd6oguikGdkSvbMIqgnr+wSNyj8vVZh/6asblfBhCslPDOELSEjJGqwDkH/PA== X-Received: by 2002:a05:6830:13c4:: with SMTP id e4mr2212329otq.142.1603471735136; Fri, 23 Oct 2020 09:48:55 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id j7sm507432otc.77.2020.10.23.09.48.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Oct 2020 09:48:54 -0700 (PDT) Received: (nullmailer pid 2850563 invoked by uid 1000); Fri, 23 Oct 2020 16:48:53 -0000 Date: Fri, 23 Oct 2020 11:48:53 -0500 From: Rob Herring To: Dan Murphy Cc: Zhen Lei , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, pavel@ucw.cz, robh+dt@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: leds: Update devicetree documents for ID_RGB Message-ID: <20201023164853.GA2850155@bogus> References: <20201016115703.30184-1-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201016115703.30184-1-dmurphy@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 16 Oct 2020 06:57:03 -0500, Dan Murphy wrote: > Update the leds/common.yaml to indicate that the max color ID is 9. > Reflect the same change in the leds-class-multicolor.yaml > > Reported-by: Zhen Lei > Signed-off-by: Dan Murphy > --- > Documentation/devicetree/bindings/leds/common.yaml | 2 +- > .../devicetree/bindings/leds/leds-class-multicolor.yaml | 9 +++++---- > 2 files changed, 6 insertions(+), 5 deletions(-) > Applied, thanks!