mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq9574: Remove IMEM Clock config
IMEM is not needed in U-Boot. This patch removes the IMEM Clock config. Change-Id: I76c20b4d1fb83be958ff98edd9935aa234e6a67a Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
af18e13699
commit
05b77e3907
2 changed files with 0 additions and 4 deletions
|
|
@ -956,9 +956,6 @@ void noc_clock_init(void)
|
|||
|
||||
reg_val = readl(GCC_MEM_NOC_SNOC_AXI_CBCR);
|
||||
writel(reg_val | GCC_CBCR_CLK_ENABLE, GCC_MEM_NOC_SNOC_AXI_CBCR);
|
||||
|
||||
reg_val = readl(GCC_IMEM_AXI_CBCR);
|
||||
writel(reg_val | GCC_CBCR_CLK_ENABLE, GCC_IMEM_AXI_CBCR);
|
||||
}
|
||||
|
||||
void fixed_clock_init(void)
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@
|
|||
#define GCC_NSSNOC_SNOC_CBCR 0x1817028
|
||||
#define GCC_NSSNOC_SNOC_1_CBCR 0x181707C
|
||||
#define GCC_MEM_NOC_SNOC_AXI_CBCR 0x1819018
|
||||
#define GCC_IMEM_AXI_CBCR 0x180E004
|
||||
#define NSS_CC_UNIPHY_PORT1_RX_ADDR 0x39B28904
|
||||
#define NSS_CC_PPE_RESET_ADDR 0x39B28A08
|
||||
#define NSS_CC_UNIPHY_MISC_RESET 0x39B28A24
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue