source: freewrt/target/linux/au1000-2.6/patches/007-mtx1_sio2.patch@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 490 bytes
RevLine 
[475ad56]1--- linux-2.6.16.7/arch/mips/au1000/mtx-1/board_setup.c 2006-04-17 23:53:25.000000000 +0200
2+++ linux-2.6.16.7.new/arch/mips/au1000/mtx-1/board_setup.c 2006-04-23 14:35:42.000000000 +0200
3@@ -71,9 +71,7 @@
4 #endif
5
6 // initialize sys_pinfunc:
7- // disable second ethernet port (SYS_PF_NI2)
8- // set U3/GPIO23 to GPIO23 (SYS_PF_U3)
9- au_writel( SYS_PF_NI2 | SYS_PF_U3, SYS_PINFUNC );
10+ au_writel( SYS_PF_NI2, SYS_PINFUNC );
11
12 // initialize GPIO
13 au_writel( 0xFFFFFFFF, SYS_TRIOUTCLR );
Note: See TracBrowser for help on using the repository browser.