Skip to content
Snippets Groups Projects
Commit a8d2a75d authored by Gerald Van Baren's avatar Gerald Van Baren
Browse files

fdt: introduce fdt_create_phandle()


The ePAPR specification says that phandle properties should be called
"phandle", and not "linux,phandle".  To facilitate the migration from
"linux,phandle" to "phandle", introduce function fdt_create_phandle(),
which creates a phandle in a given node.  For now, we create both the
"phandle" and "linux,phandle" properties.  A later version of this
function will remove support for "linux,phandle".

Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
parent b3606f14
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment