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
8d356425
Unverified
Commit
8d356425
authored
Jan 10, 2018
by
davidcunado-arm
Committed by
GitHub
Jan 10, 2018
Browse files
Merge pull request #1207 from hzhuang1/isp_clk
hikey960: set isp clks as unsecure mode
parents
c14d3dcd
f7ff1084
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/hisilicon/hikey960/hikey960_bl1_setup.c
View file @
8d356425
...
@@ -519,6 +519,11 @@ static void hikey960_regulator_enable(void)
...
@@ -519,6 +519,11 @@ static void hikey960_regulator_enable(void)
set_audio_power_up
();
set_audio_power_up
();
set_pcie_power_up
();
set_pcie_power_up
();
set_isp_srt_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
)
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