diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 12:12:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 12:12:37 +0000 |
commit | 911703d3d7882cea8d7127b93a3e85eeeb21f2bf (patch) | |
tree | 0399fb798611eef68320d442bc80e77a7ed20805 /target/linux/generic/files/include | |
parent | 50709b5321f40245b7d4272ba7e2e1d68e6b83c8 (diff) | |
download | master-187ad058-911703d3d7882cea8d7127b93a3e85eeeb21f2bf.tar.gz master-187ad058-911703d3d7882cea8d7127b93a3e85eeeb21f2bf.tar.bz2 master-187ad058-911703d3d7882cea8d7127b93a3e85eeeb21f2bf.zip |
generic: ar8316: allow to configure port 6 via platform data on AR8327
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34847 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 f1673dbb53..5c75777fc3 100644 --- a/target/linux/generic/files/include/linux/ar8216_platform.h +++ b/target/linux/generic/files/include/linux/ar8216_platform.h @@ -75,6 +75,7 @@ struct ar8327_platform_data { struct ar8327_pad_cfg *pad5_cfg; struct ar8327_pad_cfg *pad6_cfg; struct ar8327_port_cfg port0_cfg; + struct ar8327_port_cfg port6_cfg; struct ar8327_led_cfg *led_cfg; }; |