Re: [U-Boot] [Patch V2 3/3] armv8/fsl-layerscape: fdt: add fixup for fman

2016-01-22 Thread Scott Wood
On Fri, 2016-01-22 at 20:07 +0800, Gong Qianyu wrote: > Add fdt fixup for Fman clock and inserting Fman ucode blob > into the device tree. > > Signed-off-by: Gong Qianyu > --- > V2: > - Removed the duplicated function. > > arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 14

[U-Boot] [Patch V2 3/3] armv8/fsl-layerscape: fdt: add fixup for fman

2016-01-22 Thread Gong Qianyu
Add fdt fixup for Fman clock and inserting Fman ucode blob into the device tree. Signed-off-by: Gong Qianyu --- V2: - Removed the duplicated function. arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 14 ++ 1 file changed, 14 insertions(+) diff --git