From a6622ee6bfec7eb173d5b3bf7cb009b98551238c Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 17 Dec 2013 22:14:10 +0000 Subject: ar71xx: implement callback in mdio reset This enables us to add fixups to the board specific code for boards that require special treatment of PHYs on mdio bus reset. Signed-off-by: Felix Kaechele http://patchwork.openwrt.org/patch/4614/ Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39127 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h') diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h index 656a6ef860..68aea202bd 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h @@ -55,6 +55,8 @@ struct ag71xx_mdio_platform_data { u8 is_ar934x:1; unsigned long mdio_clock; unsigned long ref_clock; + + void (*reset)(struct mii_bus *bus); }; #endif /* __ASM_MACH_ATH79_PLATFORM_H */ -- cgit v1.2.3