summaryrefslogtreecommitdiff
path: root/arch/mips/mach-ath79/include
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-05-06 20:10:39 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:36:38 +0200
commit4771bbee5d7f7857de47794e9636783d55c438f6 (patch)
tree87e663d837ae3ca29c1751cd8946586b1b75a196 /arch/mips/mach-ath79/include
parent2986a9d4bd2197ff3db16c8a4f61574b5a5cca49 (diff)
downloadu-boot-imx-4771bbee5d7f7857de47794e9636783d55c438f6.zip
u-boot-imx-4771bbee5d7f7857de47794e9636783d55c438f6.tar.gz
u-boot-imx-4771bbee5d7f7857de47794e9636783d55c438f6.tar.bz2
mips: ath79: Add support for ungating ethernet on ar933x and ar934x
Add code to ungate the ethernet controller on ar933x and ar934x . Signed-off-by: Marek Vasut <marex@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Wills Wang <wills.wang@live.com>
Diffstat (limited to 'arch/mips/mach-ath79/include')
-rw-r--r--arch/mips/mach-ath79/include/mach/ar71xx_regs.h1
-rw-r--r--arch/mips/mach-ath79/include/mach/ath79.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/include/mach/ar71xx_regs.h b/arch/mips/mach-ath79/include/mach/ar71xx_regs.h
index bff9d05..a9630c0 100644
--- a/arch/mips/mach-ath79/include/mach/ar71xx_regs.h
+++ b/arch/mips/mach-ath79/include/mach/ar71xx_regs.h
@@ -622,6 +622,7 @@
#define AR933X_RESET_GE1_MAC BIT(13)
#define AR933X_RESET_WMAC BIT(11)
#define AR933X_RESET_GE0_MAC BIT(9)
+#define AR933X_RESET_ETH_SWITCH BIT(8)
#define AR933X_RESET_USB_HOST BIT(5)
#define AR933X_RESET_USB_PHY BIT(4)
#define AR933X_RESET_USBSUS_OVERRIDE BIT(3)
diff --git a/arch/mips/mach-ath79/include/mach/ath79.h b/arch/mips/mach-ath79/include/mach/ath79.h
index 682b6a2..2c6c118 100644
--- a/arch/mips/mach-ath79/include/mach/ath79.h
+++ b/arch/mips/mach-ath79/include/mach/ath79.h
@@ -140,6 +140,7 @@ static inline int soc_is_qca956x(void)
return soc_is_tp9343() || soc_is_qca9561();
}
+int ath79_eth_reset(void);
int ath79_usb_reset(void);
#endif /* __ASM_MACH_ATH79_H */