]> git.karo-electronics.de Git - linux-beck.git/commit
of/fdt: create common debugfs
authorRob Herring <robh@kernel.org>
Wed, 2 Apr 2014 21:56:48 +0000 (16:56 -0500)
committerRob Herring <robh@kernel.org>
Wed, 30 Apr 2014 05:59:16 +0000 (00:59 -0500)
commitb0a6fb36a49f720c93c3da0b3f040e49e42435ad
tree3cfd40ed6002d7dfae6f8c4ad2136dcb2c04ee54
parentc972de14971f1482ab482f0a7abc85679a23326a
of/fdt: create common debugfs

Both powerpc and microblaze have the same FDT blob in debugfs feature.
Move this to common location and remove the powerpc and microblaze
implementations. This feature could become more useful when FDT
overlay support is added.

This changes the path of the blob from "$arch/flat-device-tree" to
"device-tree/flat-device-tree".

Signed-off-by: Rob Herring <robh@kernel.org>
Tested-by: Michal Simek <michal.simek@xilinx.com>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@lists.ozlabs.org
Tested-by: Grant Likely <grant.likely@linaro.org>
Tested-by: Stephen Chivers <schivers@csc.com>
arch/microblaze/kernel/prom.c
arch/powerpc/kernel/prom.c
drivers/of/fdt.c