Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp1212047ybz; Sat, 25 Apr 2020 13:35:31 -0700 (PDT) X-Google-Smtp-Source: APiQypJb2yTz2Ur8rpOLQT6cFIb3yCcvD/t6+Yn3yMMyRNDWqgoq+5W2af5bpWHgxbhIFgsgiYwU X-Received: by 2002:a50:81c5:: with SMTP id 63mr12582319ede.115.1587846931154; Sat, 25 Apr 2020 13:35:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587846931; cv=none; d=google.com; s=arc-20160816; b=sx1Sx30Btl0etqSnejyErbAP9ktCqC0eZpriQwreX8z0FZPEuOD7eqYqexbTZ6lhgW 6puxbVyMdkHvmxIsL7XYql3T9G7165UJOgjpuRNimmPz6iLRuKQTI7GeTf8NSXzKrK9t IpnGvAqgEuH7LoK1IBf0eXuSaaXvQ4G/RWf63ehg/uvFGSfgQ/uqxRlSa0t3WG++U11G jr80Q0wB5kHi7CZEl+OBztOZxOeORUNZF9F6twPlHreyeGOD78TOrvQVXaIkL4YSV/Ux EFTBRUI+AGSYXMhd9lqSujkIk43X2pJKKUONClAyBQnQDostAGPXabvYSJntQVQOM2h5 CTZg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=PjufpFhFtBazOXR+OK4jUXiph942pso7gbUroiI+r0I=; b=ihDHG4GBRNgD9/EM4a4jAStCtP72dpxB7u+BC0m8JisrVyiUnsJ/lkpwJR9bZgvICc YB320K11pwVuWXyGPEJcuFUndyZBPfUPd3KV2fP8pAi+5XiB8k6jYlCN2CSqk9A1Am8v 6WDeuYm3mFLOYEgAIedmhT8v0OsMW9f8HWmSmPyvsDqa1M5dK+K3eDhQoZkX/dhgUIKi oWDPtg0AwLhzxYaubJyr+XLkpidbMegfzIVHlZqm2r0NBm4/x/7krQ9Z5GWFmkF54W/k 5eHrSGPyjlRStZvdDE7p05DtjmvOvCqoAKxFVovaqtKun9/FcnZKVhk5+CK0GgpEPOZT vb7Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b12si5436228ejq.312.2020.04.25.13.35.08; Sat, 25 Apr 2020 13:35:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726278AbgDYUbr (ORCPT + 99 others); Sat, 25 Apr 2020 16:31:47 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:55800 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726190AbgDYUbr (ORCPT ); Sat, 25 Apr 2020 16:31:47 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 8F1A51C023A; Sat, 25 Apr 2020 22:31:45 +0200 (CEST) Date: Sat, 25 Apr 2020 22:31:45 +0200 From: Pavel Machek To: Dan Murphy Cc: jacek.anaszewski@gmail.com, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Subject: Re: [PATCH v20 09/17] ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 channel node Message-ID: <20200425203145.GC23926@amd> References: <20200423155524.13971-1-dmurphy@ti.com> <20200423155524.13971-10-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uXxzq0nDebZQVNAZ" Content-Disposition: inline In-Reply-To: <20200423155524.13971-10-dmurphy@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --uXxzq0nDebZQVNAZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu 2020-04-23 10:55:16, Dan Murphy wrote: > Add the reg property to each channel node. This update is > to accomodate the multicolor framework. In addition to the > accomodation this allows the LEDs to be placed on any channel > and allow designs to skip channels as opposed to requiring > sequential order. >=20 > Signed-off-by: Dan Murphy > CC: Shawn Guo > CC: Sascha Hauer > CC: Pengutronix Kernel Team > CC: Fabio Estevam > CC: NXP Linux Team Acked-by: Pavel Machek --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --uXxzq0nDebZQVNAZ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl6knjEACgkQMOfwapXb+vIRywCeLrJr9C+6ZAAzd/E0Rk1K1Iy4 N/QAn01TeJXasIUxngFjU1pyDUYXGNG4 =Yboa -----END PGP SIGNATURE----- --uXxzq0nDebZQVNAZ--