• Peter Chen's avatar
    usb: cdns3: delete role_override · 160c1634
    Peter Chen authored
    In short, we have three kinds of role switches:
    - Based on SoC: ID and VBUS
    - Based on external connnctor, eg, Type-C or GPIO Connector
    - Based on user choices through sysfs
    
    Since HW handling and usb-role-switch handling are at
    different places, we do not need role_override any more,
    and this flag could not judge external connector case well.
    
    With role_override deleted, We use cdns3_hw_role_switch for
    the 1st use case, and usb-role-switch for the 2nd and 3rd cases.
    Reviewed-by: default avatarRoger Quadros <rogerq@ti.com>
    Signed-off-by: default avatarPeter Chen <peter.chen@nxp.com>
    Signed-off-by: default avatarFelipe Balbi <balbi@kernel.org>
    160c1634
core.c 13.6 KB