ARM: UniPhier: fix comments in SoC Glue init function
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
d6bc30af52
commit
89a7c773ea
|
@ -21,7 +21,7 @@ void sg_init(void)
|
||||||
#endif
|
#endif
|
||||||
writel(tmp, SG_MEMCONF);
|
writel(tmp, SG_MEMCONF);
|
||||||
|
|
||||||
/* Input ports must be enabled deasserting reset of cores */
|
/* Input ports must be enabled before deasserting reset of cores */
|
||||||
tmp = readl(SG_IECTRL);
|
tmp = readl(SG_IECTRL);
|
||||||
tmp |= 0x1;
|
tmp |= 0x1;
|
||||||
writel(tmp, SG_IECTRL);
|
writel(tmp, SG_IECTRL);
|
||||||
|
|
|
@ -21,7 +21,7 @@ void sg_init(void)
|
||||||
#endif
|
#endif
|
||||||
writel(tmp, SG_MEMCONF);
|
writel(tmp, SG_MEMCONF);
|
||||||
|
|
||||||
/* Input ports must be enabled deasserting reset of cores */
|
/* Input ports must be enabled before deasserting reset of cores */
|
||||||
tmp = readl(SG_IECTRL);
|
tmp = readl(SG_IECTRL);
|
||||||
tmp |= 0x1;
|
tmp |= 0x1;
|
||||||
writel(tmp, SG_IECTRL);
|
writel(tmp, SG_IECTRL);
|
||||||
|
|
Loading…
Reference in New Issue