commit | e4e7e42803ec2399211883ad7793406b7eafa776 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue May 10 15:28:14 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jul 22 01:49:39 2011 -0500 |
tree | bc6b57736ce5632c762a51377e27b7373ff1aa2b | |
parent | 74fac70084bb040342fafc3b0d2ef50fbe35646f [diff] |
powerpc/85xx: add support the ePAPR "phandle" property The ePAPR specification says that phandle properties should be called "phandle", and not "linux,phandle". To facilitate the migration from "linux,phandle" to "phandle", we update fdt_qportal() to use the new function, fdt_create_phandle(). This function abstracts the creation of phandle properties. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>