Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KED ARM trusted-firmware Fork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KED Software Projects
Miscellaneous
KED ARM trusted-firmware Fork
Commits
90a76bab
Commit
90a76bab
authored
5 years ago
by
Mark Dykes
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge "drivers: marvell: comphy-a3700: fix USB3 powering on when on lane 2" into integration
parents
4962385e
b662232d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/marvell/comphy/phy-comphy-3700.c
+2
-2
2 additions, 2 deletions
drivers/marvell/comphy/phy-comphy-3700.c
with
2 additions
and
2 deletions
drivers/marvell/comphy/phy-comphy-3700.c
+
2
−
2
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.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment