From: Dmitry Lifshitz Date: Tue, 1 Dec 2015 18:03:21 +0000 (+0200) Subject: ARM: dts: am57xx: cl-som-am57x: skip resetting ETH PHYs X-Git-Tag: v4.14-rc1~3962^2~34^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca17c4ff6d9e28f13db8a14ffe5ed9a8e3b9f774;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: am57xx: cl-som-am57x: skip resetting ETH PHYs ETH PHYs setup on CL-SOM-AM57X is established in U-Boot along with bringing them out of reset. This is done by toggling GPIOs belonging to GPIO2/3 controllers on AM57xx. Skip resetting ETH PHYs, by adding "ti,no-reset-on-init" to GPIO2/3 controllers DT nodes. Signed-off-by: Dmitry Lifshitz Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts index b2c4451..c538826 100644 --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts @@ -605,3 +605,13 @@ 1 2 0 0 >; }; + +&gpio3 { + status = "okay"; + ti,no-reset-on-init; +}; + +&gpio2 { + status = "okay"; + ti,no-reset-on-init; +};