|
@@ -175,7 +175,7 @@ static void sun4i_usb_phy_write(struct sun4i_usb_phy *phy, u32 addr, u32 data,
|
|
{
|
|
{
|
|
struct sun4i_usb_phy_data *phy_data = to_sun4i_usb_phy_data(phy);
|
|
struct sun4i_usb_phy_data *phy_data = to_sun4i_usb_phy_data(phy);
|
|
u32 temp, usbc_bit = BIT(phy->index * 2);
|
|
u32 temp, usbc_bit = BIT(phy->index * 2);
|
|
- void *phyctl = phy_data->base + phy_data->cfg->phyctl_offset;
|
|
|
|
|
|
+ void __iomem *phyctl = phy_data->base + phy_data->cfg->phyctl_offset;
|
|
int i;
|
|
int i;
|
|
|
|
|
|
mutex_lock(&phy_data->mutex);
|
|
mutex_lock(&phy_data->mutex);
|