mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-05 18:48:45 +00:00
Merge pull request #1207 from hzhuang1/isp_clk
hikey960: set isp clks as unsecure mode
This commit is contained in:
commit
8d356425e5
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue