Re: [U-Boot] [PATCH 2/2] [v3] powerpc/85xx: add support the ePAPR phandle property

2011-07-22 Thread Kumar Gala
On May 10, 2011, at 3:28 PM, Timur Tabi wrote: 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

[U-Boot] [PATCH 2/2] [v3] powerpc/85xx: add support the ePAPR phandle property

2011-05-10 Thread Timur Tabi
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.