commit | 625eff9fcc628b6c3d2f821b24cc69225b2815a6 | [log] [tgz] |
---|---|---|
author | Johan Jonker <jbx6244@gmail.com> | Mon Mar 13 01:30:20 2023 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sat May 06 17:28:18 2023 +0800 |
tree | 7c8a1002f5fc5f49accf56db8a22e84353e182a5 | |
parent | 19bb23b32a82f3f428e3c90a7c2ec622581ed5c7 [diff] |
rockchip: spi: rk_spi: use base variable with uintptr_t size The fdt_addr_t and phys_addr_t size have been decoupled. A 32bit CPU can expect 64-bit data from the device tree parser, so use a base variable with uintptr_t size in the rk_spi.c file. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>