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
1
Issues
1
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
f6661973
Commit
f6661973
authored
Jun 25, 2019
by
Jacky Bai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "plat: imx8mn: Keep PLAT(SCU) domain on in wait mode temporarily"
This reverts commit
160e4141
.
parent
8ef22461
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
plat/imx/imx8mn/gpc.c
plat/imx/imx8mn/gpc.c
+1
-4
No files found.
plat/imx/imx8mn/gpc.c
View file @
f6661973
...
...
@@ -391,16 +391,13 @@ void imx_set_cluster_powerdown(int last_core, uint8_t power_state)
/* L2 cache memory is on in WAIT mode */
if
(
is_local_state_off
(
power_state
))
val
|=
(
L2PGE
|
EN_PLAT_PDN
);
#if 0
else
val
|=
EN_PLAT_PDN
;
#endif
mmio_write_32
(
IMX_GPC_BASE
+
LPCR_A53_AD
,
val
);
/* config SLOT for PLAT power up/down */
if
(
is_local_state_off
(
power_state
))
imx_a53_plat_slot_config
(
true
);
imx_a53_plat_slot_config
(
true
);
}
else
{
/* clear the slot and ack for cluster power down */
imx_a53_plat_slot_config
(
false
);
...
...
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