Merge pull request #1207 from hzhuang1/isp_clk

hikey960: set isp clks as unsecure mode
This commit is contained in:
davidcunado-arm 2018-01-10 00:21:25 +00:00 committed by GitHub
commit 8d356425e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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)