Skip to content

Commit 6413cbc

Browse files
frank-wAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3
All SFP power supplies are connected to the system VDD33 which is 3v3/8A. Set 3A per SFP slot to allow SFPs work which need more power than the default 1W. Cc: stable@vger.kernel.org Fixes: 8e01fb1 ("arm64: dts: mt7986: add Bananapi R3") Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20231025170832.78727-3-linux@fw-web.de Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 8dfe51c commit 6413cbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
compatible = "sff,sfp";
127127
i2c-bus = <&i2c_sfp1>;
128128
los-gpios = <&pio 46 GPIO_ACTIVE_HIGH>;
129+
maximum-power-milliwatt = <3000>;
129130
mod-def0-gpios = <&pio 49 GPIO_ACTIVE_LOW>;
130131
tx-disable-gpios = <&pio 20 GPIO_ACTIVE_HIGH>;
131132
tx-fault-gpios = <&pio 7 GPIO_ACTIVE_HIGH>;
@@ -137,6 +138,7 @@
137138
i2c-bus = <&i2c_sfp2>;
138139
los-gpios = <&pio 31 GPIO_ACTIVE_HIGH>;
139140
mod-def0-gpios = <&pio 47 GPIO_ACTIVE_LOW>;
141+
maximum-power-milliwatt = <3000>;
140142
tx-disable-gpios = <&pio 15 GPIO_ACTIVE_HIGH>;
141143
tx-fault-gpios = <&pio 48 GPIO_ACTIVE_HIGH>;
142144
};

0 commit comments

Comments
 (0)