generic: ar8316: allow to configure port 6 via platform data on AR8327

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

SVN-Revision: 34847
This commit is contained in:
Gabor Juhos
2012-12-22 12:12:37 +00:00
parent a0b31f97bb
commit 3931c9524c
2 changed files with 19 additions and 17 deletions

View File

@@ -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;
};