diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-15 22:25:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-15 22:25:30 +0000 |
commit | 00667c38468902239345dd55c454d71db2cf6c50 (patch) | |
tree | 4c253368363ae36bd5b4f3fc0c4e8dcd27d6c637 /target/linux/ar71xx/files/arch | |
parent | 054097034552c4716ccc92a6d4446b1d7fe95c04 (diff) | |
download | mtk-20170518-00667c38468902239345dd55c454d71db2cf6c50.zip mtk-20170518-00667c38468902239345dd55c454d71db2cf6c50.tar.gz mtk-20170518-00667c38468902239345dd55c454d71db2cf6c50.tar.bz2 |
ar71xx: ag71xx: allow to connect PHY4 to the CPU on AR934X
SVN-Revision: 29553
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/platform.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/platform.h index 88dd051..206c4d7 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/platform.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/platform.h @@ -18,7 +18,7 @@ #include <linux/spi/spi.h> struct ag71xx_switch_platform_data { - int dummy; + u8 phy4_mii_en:1; }; struct ag71xx_platform_data { |