]> git.baikalelectronics.ru Git - kernel.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)
commit3d5e98b61f5927f137e9ec6861d51290b54efce9
tree3cfd40ed6002d7dfae6f8c4ad2136dcb2c04ee54
parent2b2527d621c9dde7455f2abaea2ab9efcfbb7211
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