OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 --- a/arch/mips/bcm63xx/boards/board_common.c 1 --- a/arch/mips/bcm63xx/boards/board_common.c
2 +++ b/arch/mips/bcm63xx/boards/board_common.c 2 +++ b/arch/mips/bcm63xx/boards/board_common.c
3 @@ -97,6 +97,8 @@ void __init board_early_setup(const stru 3 @@ -98,6 +98,8 @@ void __init board_early_setup(const stru
4 if (BCMCPU_IS_6348()) 4 if (BCMCPU_IS_6348())
5 val |= GPIO_MODE_6348_G3_EXT_MII | 5 val |= GPIO_MODE_6348_G3_EXT_MII |
6 GPIO_MODE_6348_G0_EXT_MII; 6 GPIO_MODE_6348_G0_EXT_MII;
7 + else if (BCMCPU_IS_6358()) 7 + else if (BCMCPU_IS_6358())
8 + val |= GPIO_MODE_6358_ENET1_MII_CLK_INV; 8 + val |= GPIO_MODE_6358_ENET1_MII_CLK_INV;