ath79: add PoE passthrough switch for Ubiquiti Nanostation (XM/XW)
This adds the gpio switch to enable PoE passthrough on Ubiquiti Nanostation (XM/XW). Values are copied from the implementation in ar71xx. GPIO values checked on: - NanoStation M5 XW - NanoStation M2 XM Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
		| @@ -52,6 +52,12 @@ tplink,wbs210-v2) | |||||||
| ubnt,nanostation-ac) | ubnt,nanostation-ac) | ||||||
| 	ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "3" | 	ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "3" | ||||||
| 	;; | 	;; | ||||||
|  | ubnt,nanostation-m) | ||||||
|  | 	ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "8" | ||||||
|  | 	;; | ||||||
|  | ubnt,nanostation-m-xw) | ||||||
|  | 	ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "2" | ||||||
|  | 	;; | ||||||
| ubnt,acb-isp) | ubnt,acb-isp) | ||||||
| 	ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "11" | 	ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "11" | ||||||
| 	;; | 	;; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Adrian Schmutzler
					Adrian Schmutzler