Skip to content
Snippets Groups Projects
Commit bf9bffa9 authored by Yuan Yao's avatar Yuan Yao Committed by York Sun
Browse files

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: default avatarYuan Yao <yao.yuan@nxp.com>
Signed-off-by: default avatarPrabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent f13c99c2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment