Home
last modified time | relevance | path

Searched hist:a2c1229c39e39d9a5ff90055d78b8de061943097 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.ca2c1229c39e39d9a5ff90055d78b8de061943097 Tue Sep 20 23:24:36 UTC 2011 Timur Tabi <timur@freescale.com> 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>