Skip to content

Commit

Permalink
ipq40xx: add PoE passthrough GPIO
Browse files Browse the repository at this point in the history
Add the GPIO pin of the PoE passthrough switch on the Aruba AP-303H.
Power is activated when the pin is low. It enables a PSE chip, so power
is only supplied to downstream devices when they are 802.3af/at
compliant devices.

Ensure you use a sufficient power supply when chaining a consuming
device after the AP.

Signed-off-by: David Bauer <[email protected]>
(cherry picked from commit b40cc46)
  • Loading branch information
blocktrron committed Sep 20, 2024
1 parent 4d7ad37 commit dd4b05e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/linux/ipq40xx/base-files/etc/board.d/03_gpio_switches
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ board_config_update
board=$(board_name)

case "$board" in
aruba,ap-303h)
ucidef_add_gpio_switch "poe_passtrough" "POE passtrough disable" "546" "1"
;;
cellc,rtl30vw)
ucidef_add_gpio_switch "w_disable" "W_DISABLE mPCIE pin" "398" "1"
ucidef_add_gpio_switch "pmd_resin_n" "PMD_RESIN_N pin" "399" "1"
Expand Down

0 comments on commit dd4b05e

Please sign in to comment.