diff mbox series

[v2,2/3] realtek: correct PoE power budget for GS110TPP v1

Message ID 20210408103348.26561-3-foss@volatilesystems.org
State Superseded
Headers show
Series Realtek: various fixes | expand

Commit Message

Stijn Segers April 8, 2021, 10:33 a.m. UTC
According to multiple sources (Netgear web page [1], Wikidevi [2] and Biot's
wiki [3] this switch has a 120W PoE power budget, not a 130W one.

[1] https://www.netgear.com/business/wired/switches/smart-cloud/gs110tpp/
[2] https://wikidevi.wi-cat.ru/Netgear_GS110TPP
[3] https://biot.com/switches/gs110tpp

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
---
 target/linux/realtek/base-files/etc/board.d/02_network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/realtek/base-files/etc/board.d/02_network b/target/linux/realtek/base-files/etc/board.d/02_network
index 1e199db589..b27bed9a63 100644
--- a/target/linux/realtek/base-files/etc/board.d/02_network
+++ b/target/linux/realtek/base-files/etc/board.d/02_network
@@ -49,7 +49,7 @@  done
 
 case $board in
 netgear,gs110tpp-v1)
-	ucidef_set_poe 130 "$lan_list"
+	ucidef_set_poe 120 "$lan_list"
 	;;
 zyxel,gs1900-10hp)
 	ucidef_set_poe 77 "$lan_list"