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=-8.6 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,USER_AGENT_SANE_1 autolearn=unavailable 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 7BDE3C433DF for ; Sun, 23 Aug 2020 00:52:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A17D2078A for ; Sun, 23 Aug 2020 00:52:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598143937; bh=fHKSK8wdF749P2iqH1it2zMw2LMD18Kh7O1CA/kPKLs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=MS4MDDF+2RRsYbV0AecIL8ADK6gPzx6DMYkyaDL1DyLvOi1Ysonj2oQ4H0JSHTTxL uwoJm+V2VA67t+2t+qzWcyA7aSUTvgSwvk0J5B1VUtz9Ce9TqMpWoyFmsR0PDKlED1 nCZNpFXUJ+ve+yByuW8wyfXWHh1oGx5yuErUSTTk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725838AbgHWAwO (ORCPT ); Sat, 22 Aug 2020 20:52:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:54844 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725821AbgHWAwO (ORCPT ); Sat, 22 Aug 2020 20:52:14 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 402412072D; Sun, 23 Aug 2020 00:52:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598143933; bh=fHKSK8wdF749P2iqH1it2zMw2LMD18Kh7O1CA/kPKLs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GX0WngMrj73Isxo8BzajuGY1NeGUDH9y8qqQwbwcTPgDOviruOgCM4LWLXCkdIwMz ygUj0VsFy8mmtC07WgEXEMyXpETytdYKFwRKh/3t7Y+steYARJH2Lvnt16af9IA+ES Z/IpqGR5TLfnpCiI3zzSZImi0PegfYLDSAIzF1mU= Date: Sun, 23 Aug 2020 08:52:07 +0800 From: Shawn Guo To: Dan Murphy Cc: jacek.anaszewski@gmail.com, pavel@ucw.cz, robh@kernel.org, marek.behun@nic.cz, devicetree@vger.kernel.org, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Subject: Re: [PATCH v33 5/6] ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 channel node Message-ID: <20200823005206.GD30094@dragon> References: <20200812195020.13568-1-dmurphy@ti.com> <20200812195020.13568-6-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200812195020.13568-6-dmurphy@ti.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Aug 12, 2020 at 02:50:19PM -0500, Dan Murphy wrote: > Add the reg property to each channel node. This update is > to accommodate the multicolor framework. In addition to the > accommodation this allows the LEDs to be placed on any channel > and allow designs to skip channels as opposed to requiring > sequential order. > > Acked-by: Pavel Machek > Signed-off-by: Dan Murphy > CC: Shawn Guo > CC: Sascha Hauer > CC: Pengutronix Kernel Team > CC: Fabio Estevam > CC: NXP Linux Team Applied, thanks.