]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am33xx: tx48: add .phy_if member to cpsw_slave_data
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 24 Jun 2013 09:44:46 +0000 (11:44 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 24 Jun 2013 09:44:46 +0000 (11:44 +0200)
board/karo/tx48/tx48.c

index 319fe07d515df1db78f5139c1fc8b184c97f2123..f0af4b4c2107281a9a7de646fa626855c776317c 100644 (file)
@@ -721,6 +721,7 @@ static struct cpsw_slave_data cpsw_slaves[] = {
                .slave_reg_ofs  = 0x208,
                .sliver_reg_ofs = 0xd80,
                .phy_id         = 0,
+               .phy_if         = PHY_INTERFACE_MODE_RMII,
        },
 };