Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
A
arm-trusted-firmware
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
arm-trusted-firmware
Commits
fecb1ef2
Commit
fecb1ef2
authored
Jul 08, 2019
by
Robby Cai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "plat: imx8mm: change DISPMIX power domain handling"
This reverts commit
58fc5c73
.
parent
685e3e26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
plat/imx/imx8mm/gpc.c
plat/imx/imx8mm/gpc.c
+5
-10
No files found.
plat/imx/imx8mm/gpc.c
View file @
fecb1ef2
...
...
@@ -818,11 +818,11 @@ static void imx_gpc_pm_domain_enable(uint32_t domain_id, uint32_t on)
}
if
(
domain_id
==
DISPMIX
)
{
/*
de-reset bus_blk rstn and
* enable bus_blk clk
*/
mmio_write_32
(
0x32e28000
,
0x
40
);
mmio_write_32
(
0x32e2800
4
,
0x1
000
);
/*
special setting for DISPMIX */
mmio_write_32
(
0x303845d0
,
0x3
);
mmio_write_32
(
0x32e28004
,
0x1fff
);
mmio_write_32
(
0x32e28000
,
0x
7f
);
mmio_write_32
(
0x32e2800
8
,
0x30
000
);
}
/* handle the ADB400 sync */
...
...
@@ -920,11 +920,6 @@ static void imx_gpc_pm_domain_enable(uint32_t domain_id, uint32_t on)
while
(
mmio_read_32
(
IMX_GPC_BASE
+
PU_PGC_DN_TRG
)
&
GPU3D_PWR_REQ
);
}
if
(
domain_id
==
DISPMIX
)
{
mmio_write_32
(
0x32e28000
,
0x0
);
mmio_write_32
(
0x32e28004
,
0x0
);
}
/* HSIOMIX has no PU bit, so skip for it */
if
(
domain_id
!=
HSIOMIX
)
{
/* set the PGC bit */
...
...
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