1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-10 00:16:19 +01:00
Files
u-boot-megous/drivers
Vignesh Raghavendra d35f2cfa5b phy: omap-usb2-phy: Fix warnings when built for ARM64
Below warning is seen when this driver is built for devices with 64 bit
physical address space.

drivers/phy/omap-usb2-phy.c: In function ‘omap_usb2_phy_probe’:
drivers/phy/omap-usb2-phy.c:187:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   priv->phy_base = (void *)base;
                    ^
Fix this by using dev_read_addr_ptr() instead of dev_read_addr().

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2020-01-20 10:10:29 +05:30
..
2019-12-02 18:23:09 -05:00
2020-01-07 14:37:50 +01:00
2019-08-07 15:31:04 -04:00
2020-01-14 22:54:00 +01:00
2019-11-01 16:45:40 +03:00
2020-01-10 10:25:13 -05:00
2018-07-19 16:31:38 -04:00
2020-01-10 14:18:26 -05:00