Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: sff,sfp: update binding

Add a minimum and default for the maximum-power-milliwatt option;
module power levels were originally up to 1W, so this is the default
and the minimum power level we can have for a functional SFP cage.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Russell King (Oracle) and committed by
Jakub Kicinski
a272bcb9 1b3d6ecd

+2 -1
+2 -1
Documentation/devicetree/bindings/net/sff,sfp.yaml
··· 22 22 phandle of an I2C bus controller for the SFP two wire serial 23 23 24 24 maximum-power-milliwatt: 25 - maxItems: 1 25 + minimum: 1000 26 + default: 1000 26 27 description: 27 28 Maximum module power consumption Specifies the maximum power consumption 28 29 allowable by a module in the slot, in milli-Watts. Presently, modules can