Re: [PATCH 6/8] ARM: dts: imx: Configure FEC for iMX6QDL picoITX

2022-05-19 Thread Marek Vasut

On 5/19/22 13:08, Philip Oberfichtner wrote:

Add a u-boot dtsi for configuring the fec node of the DH picoITX.


Reviewed-by: Marek Vasut 


[PATCH 6/8] ARM: dts: imx: Configure FEC for iMX6QDL picoITX

2022-05-19 Thread Philip Oberfichtner
Add a u-boot dtsi for configuring the fec node of the DH picoITX.

Signed-off-by: Philip Oberfichtner 
---

 arch/arm/dts/imx6dl-dhcom-picoitx-u-boot.dtsi | 10 ++
 1 file changed, 10 insertions(+)
 create mode 100644 arch/arm/dts/imx6dl-dhcom-picoitx-u-boot.dtsi

diff --git a/arch/arm/dts/imx6dl-dhcom-picoitx-u-boot.dtsi 
b/arch/arm/dts/imx6dl-dhcom-picoitx-u-boot.dtsi
new file mode 100644
index 00..16669b2533
--- /dev/null
+++ b/arch/arm/dts/imx6dl-dhcom-picoitx-u-boot.dtsi
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: (GPL-2.0+)
+/*
+ * Copyright (C) 2022 Philip Oberfichtner 
+ */
+
+#include "imx6qdl-dhcom-u-boot.dtsi"
+
+ {
+   phy-reset-gpios = < 0 GPIO_ACTIVE_LOW>;
+};
-- 
2.34.1