diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-08-02 18:55:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-08-02 18:55:55 +0000 |
commit | c37a9544bfcc33fbbe072186917348f335deaf82 (patch) | |
tree | 7f2b34e98b3506f84cf5001c0c33a2c7c82b6494 /target/linux/brcm63xx/patches-3.0/230-6358-enet1-external-mii-clk.patch | |
parent | 11c412877095f3d6e754038a6c83be278d613393 (diff) | |
download | mtk-20170518-c37a9544bfcc33fbbe072186917348f335deaf82.zip mtk-20170518-c37a9544bfcc33fbbe072186917348f335deaf82.tar.gz mtk-20170518-c37a9544bfcc33fbbe072186917348f335deaf82.tar.bz2 |
add support for BCM6345 Ethernet DMA engine
SVN-Revision: 27881
Diffstat (limited to 'target/linux/brcm63xx/patches-3.0/230-6358-enet1-external-mii-clk.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.0/230-6358-enet1-external-mii-clk.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.0/230-6358-enet1-external-mii-clk.patch b/target/linux/brcm63xx/patches-3.0/230-6358-enet1-external-mii-clk.patch index 8aba413..9b242d2 100644 --- a/target/linux/brcm63xx/patches-3.0/230-6358-enet1-external-mii-clk.patch +++ b/target/linux/brcm63xx/patches-3.0/230-6358-enet1-external-mii-clk.patch @@ -11,7 +11,7 @@ bcm_gpio_writel(val, GPIO_MODE_REG); --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h -@@ -402,6 +402,8 @@ +@@ -401,6 +401,8 @@ #define GPIO_MODE_6358_EXTRA_SPI_SS (1 << 7) #define GPIO_MODE_6358_SERIAL_LED (1 << 10) #define GPIO_MODE_6358_UTOPIA (1 << 12) |