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

Stijn Segers foss at volatilesystems.org
Thu Apr 8 11:33:47 BST 2021


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 at volatilesystems.org>
---
 target/linux/realtek/base-files/etc/board.d/02_network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.30.2




More information about the openwrt-devel mailing list