From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 17 May 2016 09:32:26 -0700 Subject: [U-Boot] [PATCH 1/4] spi: fsl_qspi: Fix issues on arm64 In-Reply-To: <1458023804-7233-1-git-send-email-yao.yuan@freescale.com> References: <1458023804-7233-1-git-send-email-yao.yuan@freescale.com> Message-ID: <573B479A.70704@nxp.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 03/14/2016 11:45 PM, Yuan Yao wrote: > From: Yuan Yao > > The address value and size value get from dts "reg" property have type > of u64 on arm64. > If we assign those values to "u32" variables, driver can't work correctly. > Converting the type of those variables to fdt_xxx_t. > > Signed-off-by: Yuan Yao > Signed-off-by: Prabhakar Kushwaha > Signed-off-by: Yuan Yao > --- Yuan, Did you mean to put both your legacy freescale email id and your nxp email id in the signature lines? I can remove your freescale id if it was added by mistake. I need to reformat your commit message anyway because some lines are too long. York