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 | 3931c9524c6895823b648abaf47e57b00a57627b (patch) | |
tree | ad75f595c7a3982f3673df85487eb50ffc934acb /target/linux/generic/files/include | |
parent | a0b31f97bb215b2de2c4addbc426121511f1d625 (diff) | |
download | upstream-3931c9524c6895823b648abaf47e57b00a57627b.tar.gz upstream-3931c9524c6895823b648abaf47e57b00a57627b.tar.bz2 upstream-3931c9524c6895823b648abaf47e57b00a57627b.zip |
generic: ar8316: allow to configure port 6 via platform data on AR8327
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34847
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; }; |