diff options
author | 2019-05-20 07:08:21 +0300 | |
---|---|---|
committer | 2019-06-03 16:19:40 +0200 | |
commit | 188ea2fc99b73b579d65003dae57e0bdb640ba3e (patch) | |
tree | 7d81aebe3e0fdb04011ddbfca13925a0c55a97a5 | |
parent | arm64: dts: marvell: mcbin: enlarge PCI memory window (diff) | |
download | linux-dev-188ea2fc99b73b579d65003dae57e0bdb640ba3e.tar.xz linux-dev-188ea2fc99b73b579d65003dae57e0bdb640ba3e.zip |
arm64: dts: marvell: clearfog-gt-8k: set SFP power limit
The Clearfog GT-8K board is capable of supplying power up to 2W to SFP
modules. Make that explicit in the device-tree. Without this property
current kernel does not allow SFP modules that require more than 1W.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts b/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts index 9143aa13ceb1..f275d9420d5b 100644 --- a/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts +++ b/arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts @@ -63,6 +63,7 @@ tx-disable-gpio = <&cp1_gpio1 29 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&cp0_sfp_present_pins &cp1_sfp_tx_disable_pins>; + maximum-power-milliwatt = <2000>; }; leds { |