mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
ARM: uniphier: remove IECTRL setup code of LD4 SoC
This should be handled by the pinctrl driver. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
cdc7e3cb32
commit
3756fe2a2c
1 changed files with 0 additions and 6 deletions
|
@ -11,8 +11,6 @@
|
|||
|
||||
void uniphier_ld4_pin_init(void)
|
||||
{
|
||||
u32 tmp;
|
||||
|
||||
/* Comment format: PAD Name -> Function Name */
|
||||
|
||||
#ifdef CONFIG_NAND_DENALI
|
||||
|
@ -34,8 +32,4 @@ void uniphier_ld4_pin_init(void)
|
|||
sg_set_pinsel(30, 0, 8, 4); /* MMCDAT6 -> NFD6_GB */
|
||||
sg_set_pinsel(31, 0, 8, 4); /* MMCDAT7 -> NFD7_GB */
|
||||
#endif
|
||||
|
||||
tmp = readl(SG_IECTRL);
|
||||
tmp |= 0x41;
|
||||
writel(tmp, SG_IECTRL);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue