summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi
diff options
context:
space:
mode:
authorPhilip Oberfichtner <pro@denx.de>2022-05-20 10:46:23 +0200
committerStefano Babic <sbabic@denx.de>2022-05-20 12:36:49 +0200
commitdcb59a13061dc4d8fb60eff9d821baca10eef489 (patch)
tree1b095e8375e78c5126616d2f31452bbf74e466de /arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi
parent6ecd1d66a92d53e624c73f92d092a7220961be4c (diff)
downloadu-boot-dcb59a13061dc4d8fb60eff9d821baca10eef489.tar.gz
ARM: dts: imx: Simplify fec node for iMX6QDL DHCOM boards
Firstly the FEC can now use the regulator reg_eth_vio from imx6qdl-dhcom-som.dtsi instead of defining its own. Secondly the &fec node is moved to the more generic SoM device tree file, because it can be used by multiple boards. Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Philip Oberfichtner <pro@denx.de>
Diffstat (limited to 'arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi b/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi
index 91545ab6e9..190567ab7b 100644
--- a/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi
+++ b/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: (GPL-2.0+)
/*
* Copyright (C) 2020 Harald Seiler <hws@denx.de>
+ * Copyright (C) 2022 Philip Oberfichtner <pro@denx.de>
*/
/ {
@@ -9,6 +10,12 @@
};
};
+&fec {
+ phy-reset-duration = <1>;
+ phy-reset-post-delay = <10>;
+ phy-supply = <&reg_eth_vio>;
+};
+
&i2c3 {
eeprom0: eeprom@50 {
};