]> git.proxmox.com Git - qemu.git/commit
dt: add helper for phandle references
authorAlexander Graf <agraf@suse.de>
Thu, 17 May 2012 12:11:52 +0000 (14:11 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:46 +0000 (01:04 +0200)
commit8535ab125853d1ba9067ba408c532c2ad79146e6
tree12dd5672862a7998db034b9de67af6b3114fcd63
parent7ae2291e8e0f34ac520044c8af0437a701e1c967
dt: add helper for phandle references

Phandles are the fancy device tree name for "pointer to another node".
To create a phandle property, we most likely want to reference to the
node we're pointing to by its path. So create a helper that allows
us to do so.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
device_tree.c
device_tree.h