Commits
eric.gao@rock-chips.com committed 0c9eceb7af8
rockchip: video: mipi: Modify variable type for arm32 compatibility Some address relevant varibable is defined originally as u64. To compatible with arm32, this patch change them to uintptr_t type. Signed-off-by: Eric Gao <eric.gao@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>