Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
90a76bab
Commit
90a76bab
authored
5 years ago
by
Mark Dykes
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "drivers: marvell: comphy-a3700: fix USB3 powering on when on lane 2" into integration
parents
4962385e
b662232d
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/marvell/comphy/phy-comphy-3700.c
+2
-2
drivers/marvell/comphy/phy-comphy-3700.c
with
2 additions
and
2 deletions
+2
-2
drivers/marvell/comphy/phy-comphy-3700.c
View file @
90a76bab
...
...
@@ -721,11 +721,11 @@ static int mvebu_a3700_comphy_usb3_power_on(uint8_t comphy_index,
udelay
(
PLL_SET_DELAY_US
);
if
(
comphy_index
==
COMPHY_LANE2
)
{
data
=
COMPHY_
LOOPBACK_REG0
+
USB3PHY_LANE2_REG_BASE_OFFSET
;
data
=
COMPHY_
REG_LANE_STATUS1_ADDR
+
USB3PHY_LANE2_REG_BASE_OFFSET
;
mmio_write_32
(
reg_base
+
COMPHY_LANE2_INDIR_ADDR_OFFSET
,
data
);
addr
=
COMPHY_LOOPBACK_REG0
+
USB3PHY_LANE2_REG_BASE
_OFFSET
;
addr
=
reg_base
+
COMPHY_LANE2_INDIR_DATA
_OFFSET
;
ret
=
polling_with_timeout
(
addr
,
TXDCLK_PCLK_EN
,
TXDCLK_PCLK_EN
,
COMPHY_PLL_TIMEOUT
,
REG_32BIT
);
}
else
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help