mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 01:01:52 +00:00
[MIPS] MTX1: remove unneeded settings
This patch removes unnecessary settings at setup time. Signed-off-by: Florian Fainelli <florian.fainelli@int-evry.fr> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
5b648a98db
commit
6fff989157
@ -66,9 +66,7 @@ void __init board_setup(void)
|
||||
#endif
|
||||
|
||||
// initialize sys_pinfunc:
|
||||
// disable second ethernet port (SYS_PF_NI2)
|
||||
// set U3/GPIO23 to GPIO23 (SYS_PF_U3)
|
||||
au_writel( SYS_PF_NI2 | SYS_PF_U3, SYS_PINFUNC );
|
||||
au_writel( SYS_PF_NI2, SYS_PINFUNC );
|
||||
|
||||
// initialize GPIO
|
||||
au_writel( 0xFFFFFFFF, SYS_TRIOUTCLR );
|
||||
|
Loading…
Reference in New Issue
Block a user