diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-01-19 13:46:05 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-01-19 13:46:05 +0000 |
commit | 97174e266fee6435c065f227804c8d5bf2fc0ead (patch) | |
tree | 5292c5acac698743b02aa383c04bf95f96caad58 /target/linux/brcm63xx/patches-3.10/403-6358-enet1-external-mii-clk.patch | |
parent | bb35646894f86d3e62d7e16b9221ec0bd28ec25a (diff) | |
download | upstream-97174e266fee6435c065f227804c8d5bf2fc0ead.tar.gz upstream-97174e266fee6435c065f227804c8d5bf2fc0ead.tar.bz2 upstream-97174e266fee6435c065f227804c8d5bf2fc0ead.zip |
brcm63xx: add USB support for BCM63268
Add and enable USB support for the BCM63268 family of SoCs.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39323 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10/403-6358-enet1-external-mii-clk.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/403-6358-enet1-external-mii-clk.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/403-6358-enet1-external-mii-clk.patch b/target/linux/brcm63xx/patches-3.10/403-6358-enet1-external-mii-clk.patch index 6c0c1f4021..c5ce6ac17e 100644 --- a/target/linux/brcm63xx/patches-3.10/403-6358-enet1-external-mii-clk.patch +++ b/target/linux/brcm63xx/patches-3.10/403-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 -@@ -767,6 +767,8 @@ +@@ -770,6 +770,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) |