2
0
forked from Ivasoft/openwrt

generic: ar8216: add sgmii_delay_en field to ar8327_platform_data

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34881
This commit is contained in:
Gabor Juhos
2012-12-25 18:45:31 +00:00
parent 1dc2b6e8fa
commit d4b4c7d102
3 changed files with 5 additions and 0 deletions

View File

@@ -917,6 +917,9 @@ ar8327_get_pad_cfg(struct ar8327_pad_cfg *cfg)
if (cfg->txclk_delay_en)
t |= AR8327_PAD_RGMII_TXCLK_DELAY_EN;
if (cfg->sgmii_delay_en)
t |= AR8327_PAD_SGMII_DELAY_EN;
break;
case AR8327_PAD_MAC2PHY_MII: