mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: imx6sx-sdb: remove PHY reset GPIO from DT
@ 2019-06-07  8:50 Lucas Stach
  2019-06-11  8:32 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2019-06-07  8:50 UTC (permalink / raw)
  To: barebox

From: Lucas Stach <dev@lynxeye.de>

The board file already has a more sophisticated PHY reset sequence,
so there is no need to do it in the driver.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
 arch/arm/dts/imx6sx-sdb.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/imx6sx-sdb.dts b/arch/arm/dts/imx6sx-sdb.dts
index 18d873ccf21e..8cf412a39f75 100644
--- a/arch/arm/dts/imx6sx-sdb.dts
+++ b/arch/arm/dts/imx6sx-sdb.dts
@@ -19,6 +19,10 @@
 	};
 };
 
+&fec1 {
+	/delete-property/ phy-reset-gpios;
+};
+
 &ocotp {
 	barebox,provide-mac-address = <&fec1 0x620 &fec2 0x632>;
 };
-- 
2.21.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-11  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07  8:50 [PATCH] ARM: imx6sx-sdb: remove PHY reset GPIO from DT Lucas Stach
2019-06-11  8:32 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox