Skip to content
GitLab
Menu
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
f7ff1084
Commit
f7ff1084
authored
Dec 18, 2017
by
Haojian Zhuang
Browse files
hikey960: set isp clks as unsecure mode
Signed-off-by:
Haojian Zhuang
<
haojian.zhuang@linaro.org
>
parent
5627c1ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/hisilicon/hikey960/hikey960_bl1_setup.c
View file @
f7ff1084
...
...
@@ -519,6 +519,11 @@ static void hikey960_regulator_enable(void)
set_audio_power_up
();
set_pcie_power_up
();
set_isp_srt_power_up
();
/* set ISP_CORE_CTRL_S to unsecure mode */
mmio_write_32
(
0xe8583800
,
0x7
);
/* set ISP_SUB_CTRL_S to unsecure mode */
mmio_write_32
(
0xe8583804
,
0xf
);
}
static
void
hikey960_ufs_reset
(
void
)
...
...
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