From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Sender: glikely@secretlab.ca In-Reply-To: <20100201045242.GB8095@yookeroo> References: <20100201045242.GB8095@yookeroo> From: Grant Likely Date: Mon, 1 Feb 2010 14:20:32 -0700 Message-ID: Subject: Re: [resend] Make the kernel accept ePAPR style phandle information To: Grant Likely , linuxppc-dev@ozlabs.org, devicetree-discuss@ozlabs.org Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, Jan 31, 2010 at 9:52 PM, David Gibson wrote: > Grant, I've updated this for your current test-devicetree branch. > Please apply. > > Currently when processing flattened device trees, the kernel expects > the phandle in a property called "linux,phandle". =A0The ePAPR spec - > not being Linux specific - instead requires phandles to be encoded in > a property named simply "phandle". =A0This patch makes the kernel accept > either form when unflattening the device tree. > > Signed-off-by: David Gibson Applied, thanks. g.