[U-Boot] [PATCH] freescale: fman: make sure phy-handle property is big endian

York Sun yorksun at freescale.com
Tue Dec 15 01:42:36 CET 2015



On 11/10/2015 07:20 PM, shh.xie at gmail.com wrote:
> From: Shaohui Xie <Shaohui.Xie at freescale.com>
> 
> When creating phy-handle property, an unsigned int value is created by
> fdt_create_phandle, and memcpy is used to get the value, since DTS is
> big endian, the value cannot be used directly on little endian SoCs,
> it should be converted by cpu_to_fdt32.
> 
> Signed-off-by: Shaohui Xie <Shaohui.Xie at freescale.com>
> ---

Applied to fsl-qoriq master. Awaiting upstream.

York



More information about the U-Boot mailing list