ARM: dts: imx6qdl-icore-1.5: Remove duplicate phy reset methods
authorMichael Trimarchi <michael@amarulasolutions.com>
Mon, 30 Dec 2019 12:00:20 +0000 (17:30 +0530)
committerShawn Guo <shawnguo@kernel.org>
Thu, 9 Jan 2020 07:43:48 +0000 (15:43 +0800)
Engicam i.CoreM6 1.5 Quad/Dual MIPI dtsi is reusing fec node
from Engicam i.CoreM6 dtsi but have sampe copy of phy-reset-gpio
and phy-mode properties.

So, drop this phy reset methods from imx6qdl-icore-1.5 dsti file.

Cc: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-icore-1.5.dtsi

index d91d46b..0fd7f2e 100644 (file)
 &fec {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_enet>;
-       phy-reset-gpios = <&gpio7 12 GPIO_ACTIVE_LOW>;
        clocks = <&clks IMX6QDL_CLK_ENET>,
                 <&clks IMX6QDL_CLK_ENET>,
                 <&clks IMX6QDL_CLK_ENET_REF>;
-       phy-mode = "rmii";
        status = "okay";
 };