diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-25 18:45:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-25 18:45:31 +0000 |
commit | 2e918d7ca50862d2f0477969c542a30130f63764 (patch) | |
tree | 1e4ae48a592b780f83c5ae9ce4560af4627e8a6c /target/linux/generic/files/include | |
parent | 17bb18be18bd5d88146d893d0f8ac63833f3f2c8 (diff) | |
download | master-187ad058-2e918d7ca50862d2f0477969c542a30130f63764.tar.gz master-187ad058-2e918d7ca50862d2f0477969c542a30130f63764.tar.bz2 master-187ad058-2e918d7ca50862d2f0477969c542a30130f63764.zip |
generic: ar8216: add sgmii_delay_en field to ar8327_platform_data
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34881 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/include')
-rw-r--r-- | target/linux/generic/files/include/linux/ar8216_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/linux/ar8216_platform.h b/target/linux/generic/files/include/linux/ar8216_platform.h index 5c75777fc3..c6c6144e85 100644 --- a/target/linux/generic/files/include/linux/ar8216_platform.h +++ b/target/linux/generic/files/include/linux/ar8216_platform.h @@ -44,6 +44,7 @@ struct ar8327_pad_cfg { bool pipe_rxclk_sel; bool txclk_delay_en; bool rxclk_delay_en; + bool sgmii_delay_en; enum ar8327_clk_delay_sel txclk_delay_sel; enum ar8327_clk_delay_sel rxclk_delay_sel; }; |