Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions arch/arm64/boot/dts/qcom/glymur.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5493,8 +5493,6 @@
<&intc GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 12 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 11 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 14 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 13 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 78 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 77 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "dwc_usb3",
Expand All @@ -5504,8 +5502,6 @@
"hs_phy_2",
"dp_hs_phy_1",
"dm_hs_phy_1",
"dp_hs_phy_2",
"dm_hs_phy_2",
"ss_phy_1",
"ss_phy_2";

Expand Down
3 changes: 3 additions & 0 deletions drivers/phy/qualcomm/phy-qcom-eusb2-repeater.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,10 @@ static int eusb2_repeater_set_mode(struct phy *phy,
static int eusb2_repeater_exit(struct phy *phy)
{
struct eusb2_repeater *rptr = phy_get_drvdata(phy);
struct regmap *regmap = rptr->regmap;
u32 base = rptr->base;

regmap_write(regmap, base + EUSB2_EN_CTL1, 0);
return regulator_bulk_disable(rptr->cfg->num_vregs, rptr->vregs);
}

Expand Down
Loading