Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4d3d534e
Commit
4d3d534e
authored
Feb 28, 2019
by
Ulf Hansson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixes' into next
parents
099b6481
e30be063
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
drivers/mmc/host/sdhci-esdhc-imx.c
drivers/mmc/host/sdhci-esdhc-imx.c
+5
-4
No files found.
drivers/mmc/host/sdhci-esdhc-imx.c
View file @
4d3d534e
...
@@ -1171,11 +1171,12 @@ static void sdhci_esdhc_imx_hwinit(struct sdhci_host *host)
...
@@ -1171,11 +1171,12 @@ static void sdhci_esdhc_imx_hwinit(struct sdhci_host *host)
writel
(
readl
(
host
->
ioaddr
+
SDHCI_HOST_CONTROL
)
writel
(
readl
(
host
->
ioaddr
+
SDHCI_HOST_CONTROL
)
|
ESDHC_BURST_LEN_EN_INCR
,
|
ESDHC_BURST_LEN_EN_INCR
,
host
->
ioaddr
+
SDHCI_HOST_CONTROL
);
host
->
ioaddr
+
SDHCI_HOST_CONTROL
);
/*
/*
* erratum ESDHC_FLAG_ERR004536 fix for MX6Q TO1.2 and MX6DL
* erratum ESDHC_FLAG_ERR004536 fix for MX6Q TO1.2 and MX6DL
* TO1.1, it's harmless for MX6SL
* TO1.1, it's harmless for MX6SL
*/
*/
writel
(
readl
(
host
->
ioaddr
+
0x6c
)
|
BIT
(
7
),
writel
(
readl
(
host
->
ioaddr
+
0x6c
)
&
~
BIT
(
7
),
host
->
ioaddr
+
0x6c
);
host
->
ioaddr
+
0x6c
);
/* disable DLL_CTRL delay line settings */
/* disable DLL_CTRL delay line settings */
...
...
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