lkml.org 
[lkml]   [2024]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC PATCH 2/2] usb: common: usb-conn-gpio: Update ID table to add usb-c connector
    Date
    Add gpio-usb-c-connector to Device ID compatible list to be used by
    QDU1000 IDP.

    Signed-off-by: Krishna Kurapati <quic_kriskura@quicinc.com>
    ---
    drivers/usb/common/usb-conn-gpio.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/usb/common/usb-conn-gpio.c b/drivers/usb/common/usb-conn-gpio.c
    index 501e8bc9738e..37b5c5a8ccd0 100644
    --- a/drivers/usb/common/usb-conn-gpio.c
    +++ b/drivers/usb/common/usb-conn-gpio.c
    @@ -334,6 +334,7 @@ static SIMPLE_DEV_PM_OPS(usb_conn_pm_ops,

    static const struct of_device_id usb_conn_dt_match[] = {
    { .compatible = "gpio-usb-b-connector", },
    + { .compatible = "gpio-usb-c-connector", },
    { }
    };
    MODULE_DEVICE_TABLE(of, usb_conn_dt_match);
    --
    2.34.1

    \
     
     \ /
      Last update: 2024-05-27 16:14    [W:2.795 / U:0.088 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site