ar71xx: add kernel support for the OpenMesh OM2P-HSv3
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-om2p.c
index 8adac0f65f44af65c065f8777c11e77d3859db6b..3b282a36ea3c8f4ed3e7795529c24af2e55fad98 100644 (file)
@@ -31,7 +31,7 @@
 #define OM2P_GPIO_LED_YELLOW   15
 #define OM2P_GPIO_LED_LAN      16
 #define OM2P_GPIO_LED_WAN      17
-#define OM2P_GPIO_BTN_RESET    11
+#define OM2P_GPIO_BTN_RESET    1
 
 #define OM2P_KEYS_POLL_INTERVAL                20      /* msecs */
 #define OM2P_KEYS_DEBOUNCE_INTERVAL    (3 * OM2P_KEYS_POLL_INTERVAL)
@@ -162,8 +162,8 @@ static void __init om2p_lc_setup(void)
                                        ARRAY_SIZE(om2p_gpio_keys),
                                        om2p_gpio_keys);
 
-       ath79_init_mac(ath79_eth1_data.mac_addr, mac1, 0);
-       ath79_init_mac(ath79_eth0_data.mac_addr, mac2, 0);
+       ath79_init_mac(ath79_eth0_data.mac_addr, mac1, 0);
+       ath79_init_mac(ath79_eth1_data.mac_addr, mac2, 0);
 
        ath79_register_mdio(0, 0x0);
 
@@ -174,6 +174,7 @@ static void __init om2p_lc_setup(void)
 }
 
 MIPS_MACHINE(ATH79_MACH_OM2P_LC, "OM2P-LC", "OpenMesh OM2P LC", om2p_lc_setup);
+MIPS_MACHINE(ATH79_MACH_OM2Pv2, "OM2Pv2", "OpenMesh OM2Pv2", om2p_lc_setup);
 
 static void __init om2p_hs_setup(void)
 {
@@ -221,3 +222,5 @@ static void __init om2p_hs_setup(void)
 }
 
 MIPS_MACHINE(ATH79_MACH_OM2P_HS, "OM2P-HS", "OpenMesh OM2P HS", om2p_hs_setup);
+MIPS_MACHINE(ATH79_MACH_OM2P_HSv2, "OM2P-HSv2", "OpenMesh OM2P HSv2", om2p_hs_setup);
+MIPS_MACHINE(ATH79_MACH_OM2P_HSv3, "OM2P-HSv3", "OpenMesh OM2P HSv3", om2p_hs_setup);