Home
last modified time | relevance | path

Searched hist:"2 cbe57cf26769cff6f8e79c0c9afe6773edbf16b" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/usb/
H A Dulpi.h2cbe57cf26769cff6f8e79c0c9afe6773edbf16b Thu Mar 31 21:12:20 UTC 2016 Mateusz Kulikowski <mateusz.kulikowski@gmail.com> usb: ulpi: Fix viewport_addr type

viewport_addr is address of memory mapped ULPI viewport.
It is used only as argument to readl/writel later
causing compile warnings on 64-bit devices.

This fix changes its type to match pointer size.

Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Acked-by: Marek Vasut <marex@denx.de>