From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v5 1/4] Document nexus nodes/specifier remapping Date: Fri, 2 Feb 2018 14:10:10 -0600 Message-ID: References: <20180131023618.14292-1-stephen.boyd@linaro.org> <20180131023618.14292-2-stephen.boyd@linaro.org> Mime-Version: 1.0 Return-path: In-Reply-To: <20180131023618.14292-2-stephen.boyd-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-spec-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Stephen Boyd Cc: Frank Rowand , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Russell King - ARM Linux , devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Tue, Jan 30, 2018 at 8:36 PM, Stephen Boyd wrote: > Document the generic nexus node properties. This can be used by > any specifier that conforms to #-cells where they > want to support remapping phandle lists through nexus nodes. This > is similar to interrupt remapping, but slightly different because > we don't consider unit addresses when doing mappings. This is > mostly a copy/paste of the interrupt specification, with the unit > address parts removed and generalized to any specifier. There's > also the addition of a pass through mechanism to make things more > compact if desired in the mapping table. > > Signed-off-by: Stephen Boyd > --- > source/devicetree-basics.rst | 206 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 206 insertions(+) I've applied this. I'm considering in pending until we do another release if anyone cares to chime in on this. I'll queue the rest to the kernel for 4.17. Rob