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

ARM: dts: imx6qdl-icore-1.5: Remove duplicate phy reset methods

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>

authored by

Michael Trimarchi and committed by
Shawn Guo
b3d18de3 ff80398d

-2
-2
arch/arm/boot/dts/imx6qdl-icore-1.5.dtsi
··· 25 25 &fec { 26 26 pinctrl-names = "default"; 27 27 pinctrl-0 = <&pinctrl_enet>; 28 - phy-reset-gpios = <&gpio7 12 GPIO_ACTIVE_LOW>; 29 28 clocks = <&clks IMX6QDL_CLK_ENET>, 30 29 <&clks IMX6QDL_CLK_ENET>, 31 30 <&clks IMX6QDL_CLK_ENET_REF>; 32 - phy-mode = "rmii"; 33 31 status = "okay"; 34 32 };