• Felipe Balbi's avatar
    usb: dwc3: core: remove unnecessary dev_warn() · d9972f47
    Felipe Balbi authored
    When a SoC supports both PHY interfaces but
    doesn't define HSPHY in DT/pdata, we will get
    an unnecessary dev_warn() which can mislead users
    into thinking that they're missing something.
    
    Instead, let's just silently rely on a correct
    default. If the HW default is wrong, then HSPHY
    is required and USB won't work, this will be
    motivation enough for engineers to patch their
    way into a working setup.
    Reported-by: default avatarMurali Karicheri <m-karicheri2@ti.com>
    Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
    d9972f47
core.c 29 KB