commit | 96c051b6d4a6774c3c44bde62ed50521f0a39294 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue Sep 20 18:24:36 2011 -0500 |
committer | Gerald Van Baren <gvb@unssw.com> | Sat Oct 15 09:35:15 2011 -0400 |
tree | 71c2c28699ddddcf64d9873bd162fa4960a23c98 | |
parent | c6d830359946204d3553ac08302ba048419c0c6b [diff] |
powerpc/85xx: use fdt_create_phandle() to create the Fman firmware phandles Function fdt_create_phandle() conveniently creates new phandle properties using both "linux,phandle" and "phandle", so it should be used by all code that wants to create a phandle. The Fman firmware code, which embeds an Fman firmware into the device tree, was creating the phandle properties manually. Instead, change it to use fdt_create_phandle(). Signed-off-by: Timur Tabi <timur@freescale.com>