commit | a8d2a75d729ef0a701258a4b5bfcaf121fa30463 | [log] [tgz] |
---|---|---|
author | Gerald Van Baren <gvb@unssw.com> | Thu Jul 14 21:40:10 2011 -0400 |
committer | Gerald Van Baren <gvb@unssw.com> | Thu Jul 14 21:43:45 2011 -0400 |
tree | f0d94cc0ffde9c4268d2779fb0190f0d3fc3e7d9 | |
parent | b3606f141e56df972b5caf5e2316d652f0089ee6 [diff] |
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: Timur Tabi <timur@freescale.com>