lkml.org 
[lkml]   [2020]   [Jun]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH V4 6/7] phy: tegra: xusb: Enable charger detect for Tegra186
    Date
    Tegra186 SoC supports charger detect, set corresponding soc flag.

    Signed-off-by: Nagarjuna Kristam <nkristam@nvidia.com>
    Acked-by: Thierry Reding <treding@nvidia.com>
    ---
    V4:
    - No changes
    ---
    V3:
    - Used supports_charger_detect name instead of charger_detect.
    - Added Acked-by updates to commit message.
    ---
    V2:
    - Patch re-based.
    ---
    drivers/phy/tegra/xusb-tegra186.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/phy/tegra/xusb-tegra186.c b/drivers/phy/tegra/xusb-tegra186.c
    index 59b78a7..da61721 100644
    --- a/drivers/phy/tegra/xusb-tegra186.c
    +++ b/drivers/phy/tegra/xusb-tegra186.c
    @@ -1041,6 +1041,7 @@ const struct tegra_xusb_padctl_soc tegra186_xusb_padctl_soc = {
    .ops = &tegra186_xusb_padctl_ops,
    .supply_names = tegra186_xusb_padctl_supply_names,
    .num_supplies = ARRAY_SIZE(tegra186_xusb_padctl_supply_names),
    + .supports_charger_detect = true,
    };
    EXPORT_SYMBOL_GPL(tegra186_xusb_padctl_soc);
    #endif
    --
    2.7.4
    \
     
     \ /
      Last update: 2020-06-26 12:21    [W:2.375 / U:0.280 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site