mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 18:58:18 +01:00
drivers: net: Disable RE bit for nssnoc clocks
Enabling the RE bit causes some issue in Kernel when rcgr is configured. Currently the RE bit is not set for these clocks in Kernel as well and so reverting the same. Change-Id: I12e29863531b64637d906026cab4374b49268cd0 Signed-off-by: Selvam Sathappan Periakaruppan <quic_speriaka@quicinc.com>
This commit is contained in:
parent
ac52f93c49
commit
488378dfbc
1 changed files with 2 additions and 2 deletions
|
|
@ -856,10 +856,10 @@ void nssnoc_init(void){
|
|||
unsigned int gcc_qdss_at_cmd_rcgr_addr = 0x182D004;
|
||||
|
||||
writel(0x102, gcc_nssnoc_memnoc_bfdcd_cmd_rcgr_addr + 4);
|
||||
writel(0x3, gcc_nssnoc_memnoc_bfdcd_cmd_rcgr_addr);
|
||||
writel(0x1, gcc_nssnoc_memnoc_bfdcd_cmd_rcgr_addr);
|
||||
|
||||
writel(0x109, gcc_qdss_at_cmd_rcgr_addr + 4);
|
||||
writel(0x3, gcc_qdss_at_cmd_rcgr_addr);
|
||||
writel(0x1, gcc_qdss_at_cmd_rcgr_addr);
|
||||
|
||||
/* Enable required NSSNOC clocks */
|
||||
writel(readl(GCC_MEM_NOC_NSSNOC_CLK) | GCC_CBCR_CLK_ENABLE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue