summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-vusolo2-2.6.37/bcmgenet_oobctrl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-vusolo2-2.6.37/bcmgenet_oobctrl.patch')
-rw-r--r--recipes/linux/linux-vusolo2-2.6.37/bcmgenet_oobctrl.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/linux-vusolo2-2.6.37/bcmgenet_oobctrl.patch b/recipes/linux/linux-vusolo2-2.6.37/bcmgenet_oobctrl.patch
new file mode 100644
index 0000000..80183f9
--- /dev/null
+++ b/recipes/linux/linux-vusolo2-2.6.37/bcmgenet_oobctrl.patch
@@ -0,0 +1,13 @@
+diff --git a/drivers/net/bcmgenet/bcmmii.c b/drivers/net/bcmgenet/bcmmii.c
+index 7e2027a..127d2d0 100755
+--- a/drivers/net/bcmgenet/bcmmii.c
++++ b/drivers/net/bcmgenet/bcmmii.c
+@@ -229,7 +229,7 @@ int mii_init(struct net_device *dev)
+ case BRCM_PHY_TYPE_EXT_RGMII:
+ GENET_RGMII_OOB_CTRL(pDevCtrl) |= RGMII_MODE_EN;
+ /* Don't shift tx clock by 90 degree, does it still needed? */
+- GENET_RGMII_OOB_CTRL(pDevCtrl) |= (1 << 16);
++ //csh GENET_RGMII_OOB_CTRL(pDevCtrl) |= (1 << 16);
+ pDevCtrl->mii.supports_gmii = 1;
+ pDevCtrl->sys->sys_port_ctrl = PORT_MODE_EXT_GPHY;
+ mii_write(dev, pDevCtrl->phyAddr, MII_BMCR, bmcr|MII_BMCR);