ramips: initial support for Sitecom WL-351 v1 002
[openwrt/staging/florian.git] / target / linux / ramips / files / arch / mips / include / asm / mach-ralink / rt305x_esw_platform.h
index 97ee375eb771253122aa2232499be745955a4a1c..9634322d140d990ea291e7de3942027c1f5fd531 100644 (file)
@@ -13,6 +13,7 @@
 
 enum {
        RT305X_ESW_VLAN_CONFIG_NONE = 0,
+       RT305X_ESW_VLAN_CONFIG_BYPASS,
        RT305X_ESW_VLAN_CONFIG_LLLLW,
        RT305X_ESW_VLAN_CONFIG_WLLLL,
 };
@@ -20,6 +21,8 @@ enum {
 struct rt305x_esw_platform_data
 {
        u8 vlan_config;
+       u32 reg_initval_fct2;
+       u32 reg_initval_fpa2;
 };
 
 #endif /* _RT305X_ESW_PLATFORM_H */