commit | bf9bffa9784411ba743b127adc031bcb6e27735d | [log] [tgz] |
---|---|---|
author | Yuan Yao <yao.yuan@nxp.com> | Tue Mar 15 14:36:40 2016 +0800 |
committer | York Sun <york.sun@nxp.com> | Wed May 18 08:50:48 2016 -0700 |
tree | fecf19419eb7b5c5aee606d572fca1112962da09 | |
parent | f13c99c2a265d0586702523fab56a3562de31f86 [diff] |
spi: fsl_qspi: Fix issues on arm64 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 <yao.yuan@nxp.com> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <york.sun@nxp.com>