From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] arm64: tegra: Remove 0, prefix from unit-addresses Date: Mon, 11 Apr 2016 10:06:20 -0600 Message-ID: <570BCB7C.40309@wwwdotorg.org> References: <1460383271-27306-1-git-send-email-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1460383271-27306-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thierry Reding Cc: Alexandre Courbot , Rob Herring , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 04/11/2016 08:01 AM, Thierry Reding wrote: > From: Thierry Reding > > When Tegra124 support was first merged the unit-addresses of all devices > were listed with a "0," prefix to encode the reg property's second cell. > It turns out that this notation is not correct, and the "," separator is > only used to separate fields in the unit address (such as the device and > function number in PCI devices), not individual cells for addresses with > more than one cell. Acked-by: Stephen Warren