From: David Gibson Date: Tue, 2 Feb 2010 04:34:15 +0000 (-0700) Subject: of/flattree: Make the kernel accept ePAPR style phandle information X-Git-Tag: v2.6.34-rc1~289^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b954a673dd02f585a2769c4945a43880faa989;p=pandora-kernel.git of/flattree: Make the kernel accept ePAPR style phandle information Currently when processing flattened device trees, the kernel expects the phandle in a property called "linux,phandle". The ePAPR spec - not being Linux specific - instead requires phandles to be encoded in a property named simply "phandle". This patch makes the kernel accept either form when unflattening the device tree. Signed-off-by: David Gibson Signed-off-by: Grant Likely --- Reading git-diff-tree failed