From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 15 Dec 2015 08:42:36 +0800 Subject: [U-Boot] [PATCH] freescale: fman: make sure phy-handle property is big endian In-Reply-To: <1447154416-23916-1-git-send-email-shh.xie@gmail.com> References: <1447154416-23916-1-git-send-email-shh.xie@gmail.com> Message-ID: <566F61FC.9020808@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/10/2015 07:20 PM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > 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 > --- Applied to fsl-qoriq master. Awaiting upstream. York