]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit - arch/powerpc/cpu/mpc85xx/portals.c
powerpc/85xx: add support the ePAPR "phandle" property
authorTimur Tabi <timur@freescale.com>
Tue, 10 May 2011 20:28:14 +0000 (15:28 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 22 Jul 2011 06:49:39 +0000 (01:49 -0500)
commite4e7e42803ec2399211883ad7793406b7eafa776
treebc6b57736ce5632c762a51377e27b7373ff1aa2b
parent74fac70084bb040342fafc3b0d2ef50fbe35646f
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>
arch/powerpc/cpu/mpc85xx/portals.c