From: Michael Ellerman Date: Mon, 27 Mar 2006 03:26:26 +0000 (+1100) Subject: [PATCH] powerpc: Cope with duplicate node & property names in /proc/device-tree X-Git-Tag: v2.6.17-rc1~165^2~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5149fa47ec90eb5e79e28f3a7fbcf29421524817;p=pandora-kernel.git [PATCH] powerpc: Cope with duplicate node & property names in /proc/device-tree Various dodgy firmware might give us nodes and/or properties in the device tree with conflicting names. That's generally ok, except for when we export the device tree via /proc, so check when we're creating the proc device tree and munge names accordingly. Tested on a faked device tree with kexec, would be good if someone with actual bogus firmware could try it, but just for completeness. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed