Skip to content

Commit 86a176f

Browse files
Joakim Zhangdavem330
authored andcommitted
ARM: dts: imx7-mba7: remove un-used "phy-reset-delay" property
Remove un-used "phy-reset-delay" property which found when do dtbs_check (set additionalProperties: false in fsl,fec.yaml). Double check current driver and commit history, "phy-reset-delay" never comes up, so it should be safe to remove it. $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/net/fsl,fec.yaml arch/arm/boot/dts/imx7d-mba7.dt.yaml: ethernet@30be0000: 'phy-reset-delay' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/imx7d-mba7.dt.yaml: ethernet@30bf0000: 'phy-reset-delay' does not match any of the regexes: 'pinctrl-[0-9]+' /arch/arm/boot/dts/imx7s-mba7.dt.yaml: ethernet@30be0000: 'phy-reset-delay' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Joakim Zhang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 95740a9 commit 86a176f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/arm/boot/dts/imx7-mba7.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@
216216
phy-mode = "rgmii-id";
217217
phy-reset-gpios = <&gpio7 15 GPIO_ACTIVE_LOW>;
218218
phy-reset-duration = <1>;
219-
phy-reset-delay = <1>;
220219
phy-supply = <&reg_fec1_pwdn>;
221220
phy-handle = <&ethphy1_0>;
222221
fsl,magic-packet;

arch/arm/boot/dts/imx7d-mba7.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
phy-mode = "rgmii-id";
2424
phy-reset-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
2525
phy-reset-duration = <1>;
26-
phy-reset-delay = <1>;
2726
phy-supply = <&reg_fec2_pwdn>;
2827
phy-handle = <&ethphy2_0>;
2928
fsl,magic-packet;

0 commit comments

Comments
 (0)