From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: Support ePAPR compliant phandle properties Date: Thu, 26 Nov 2009 15:08:31 -0600 Message-ID: References: <20091126043713.GA27334@yookeroo> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20091126043713.GA27334@yookeroo> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: David Gibson Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org > Currently, the Linux kernel, libfdt and dtc, when using flattened > device trees encode a node's phandle into a property named > "linux,phandle". The ePAPR specification, however - aiming as it is > to not be a Linux specific spec - requires that phandles be encoded in > a property named simply "phandle". > > This patch adds support for this newer approach to dtc and libfdt. > > ... > > Signed-off-by: David Gibson Applied. Thanks, jdl