Re: [PATCH 1/5] Add /proc device tree updating to of node add/remove

2012-11-14 Thread Grant Likely
On Tue, 02 Oct 2012 21:55:01 -0500, Nathan Fontenot wrote: > When adding or removing a device tree node we should also update > the device tree in /proc/device-tree. This action is already done in the > generic OF code for adding/removing properties of a node. This patch adds > this functionality

[PATCH 1/5] Add /proc device tree updating to of node add/remove

2012-10-02 Thread Nathan Fontenot
When adding or removing a device tree node we should also update the device tree in /proc/device-tree. This action is already done in the generic OF code for adding/removing properties of a node. This patch adds this functionality for nodes. Signed-off-by: Nathan Fontenot --- arch/powerpc/platf