Skip to content

Commit fe80877

Browse files
robimarkogclement
authored andcommitted
arm64: dts: marvell: uDPU: rename the SFP GPIO properties
Rename the GPIO related SFP properties to include the preffered -gpios suffix as defined in the SFP schema. This fixes the following warning: arch/arm64/boot/dts/marvell/armada-3720-eDPU.dtb: sfp-eth1: 'los-gpio', 'mod-def0-gpio', 'tx-disable-gpio', 'tx-fault-gpio' do not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/net/sff,sfp.yaml# Signed-off-by: Robert Marko <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 0878fd8 commit fe80877

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
sfp_eth1: sfp-eth1 {
6262
compatible = "sff,sfp";
6363
i2c-bus = <&i2c1>;
64-
los-gpio = <&gpiosb 7 GPIO_ACTIVE_HIGH>;
65-
mod-def0-gpio = <&gpiosb 8 GPIO_ACTIVE_LOW>;
66-
tx-disable-gpio = <&gpiosb 9 GPIO_ACTIVE_HIGH>;
67-
tx-fault-gpio = <&gpiosb 10 GPIO_ACTIVE_HIGH>;
64+
los-gpios = <&gpiosb 7 GPIO_ACTIVE_HIGH>;
65+
mod-def0-gpios = <&gpiosb 8 GPIO_ACTIVE_LOW>;
66+
tx-disable-gpios = <&gpiosb 9 GPIO_ACTIVE_HIGH>;
67+
tx-fault-gpios = <&gpiosb 10 GPIO_ACTIVE_HIGH>;
6868
maximum-power-milliwatt = <3000>;
6969
};
7070
};

0 commit comments

Comments
 (0)