Skip to content

Commit f431ab6

Browse files
nxpfrankliShawn Guo
authored andcommitted
ARM: dts: vf: vf610-zii-cfu1: rename node name *-gpio to *-gpios
Rename node name *-gpio to *-gpios to fix below CHECK_DTB warning: arch/arm/boot/dts/nxp/vf/vf610-zii-cfu1.dtb: sfp (sff,sff): 'los-gpio', 'tx-disable-gpio' do not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 83b77c4 commit f431ab6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/nxp/vf/vf610-zii-cfu1.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
pinctrl-0 = <&pinctrl_optical>;
6969
pinctrl-names = "default";
7070
i2c-bus = <&i2c0>;
71-
los-gpio = <&gpio4 4 GPIO_ACTIVE_HIGH>;
72-
tx-disable-gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>;
71+
los-gpios = <&gpio4 4 GPIO_ACTIVE_HIGH>;
72+
tx-disable-gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>;
7373
};
7474

7575
supply-voltage-monitor {

0 commit comments

Comments
 (0)