diff options
author | Daniel Golle <daniel@makrotopia.org> | 2023-04-18 19:09:01 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2023-04-20 01:03:56 +0100 |
commit | 929634c4dedc744f7e5df3bd16f59054c7fc6e82 (patch) | |
tree | 811d66517c2f1209346bdfaed62f18f62fe462aa /target/linux/mediatek | |
parent | 1416b9bbe9d3455c7ab64543a65236fea213a978 (diff) | |
download | upstream-929634c4dedc744f7e5df3bd16f59054c7fc6e82.tar.gz upstream-929634c4dedc744f7e5df3bd16f59054c7fc6e82.tar.bz2 upstream-929634c4dedc744f7e5df3bd16f59054c7fc6e82.zip |
mediatek: bpi-r3: allow up to 3W per SFP module
According to SinoVoip up to 3A @ 3.3V are available for both
SFP modules together. Raise energy limit from 1W (default) to 3W,
however, be aware that using modules consuming more than 1W will
require active cooling!
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3.dts b/target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3.dts index 4d118b0fbc..bcd682fee0 100644 --- a/target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3.dts +++ b/target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3.dts @@ -120,6 +120,7 @@ mod-def0-gpios = <&pio 49 GPIO_ACTIVE_LOW>; tx-disable-gpios = <&pio 20 GPIO_ACTIVE_HIGH>; tx-fault-gpios = <&pio 7 GPIO_ACTIVE_HIGH>; + maximum-power-milliwatt = <3000>; }; /* SFP2 cage (LAN) */ @@ -139,6 +140,7 @@ mod-def0-gpios = <&pio 47 GPIO_ACTIVE_LOW>; tx-disable-gpios = <&pio 15 GPIO_ACTIVE_HIGH>; tx-fault-gpios = <&pio 48 GPIO_ACTIVE_HIGH>; + maximum-power-milliwatt = <3000>; }; }; |