X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fvsc9953.h;h=fd52c93044b4956470fa8e28e5b1811943d99962;hb=71dfe179cd3840f56bc812131b4031b0976efbc1;hp=5d6fc7716c7b23c187c990c5abb1ffad5472764e;hpb=cd93d625fd751d55c729c78b10f82109d56a5f1d;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/vsc9953.h b/include/vsc9953.h index 5d6fc77..fd52c93 100644 --- a/include/vsc9953.h +++ b/include/vsc9953.h @@ -691,7 +691,7 @@ struct vsc9953_vcap { .phyaddr = 0, \ .index = idx, \ .phy_regs = NULL, \ - .enet_if = PHY_INTERFACE_MODE_NONE, \ + .enet_if = PHY_INTERFACE_MODE_NA, \ .bus = NULL, \ .phydev = NULL, \ } @@ -712,7 +712,7 @@ struct vsc9953_info { struct vsc9953_port_info port[VSC9953_MAX_PORTS]; }; -void vsc9953_init(bd_t *bis); +void vsc9953_init(struct bd_info *bis); void vsc9953_port_info_set_mdio(int port_no, struct mii_dev *bus); void vsc9953_port_info_set_phy_address(int port_no, int address);