summaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-07-28 01:19:35 +0300
committerStefano Babic <sbabic@denx.de>2021-08-09 15:46:50 +0300
commitaea162c10e3dcf05fe8ee7bbe3f9989fd51a84b8 (patch)
treed354075aa921f6c6c48acb0bc7512513392cdfd8 /arch/arm/dts
parent98559e02f16fc3fb96b0760d1b63780c46d95eab (diff)
downloadu-boot-aea162c10e3dcf05fe8ee7bbe3f9989fd51a84b8.tar.xz
arm: dts: imx8mm-venice-gw700x: fix fifo-depth phy props
Replace the deprecated 'tx-fifo-depth' and 'rx-fifo-depth' properties not supported by U-Boot drivers/net/phy/dp83867.c with the proper 'ti,fifo-depth' property. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/imx8mm-venice-gw700x.dtsi3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/dts/imx8mm-venice-gw700x.dtsi b/arch/arm/dts/imx8mm-venice-gw700x.dtsi
index c769fadbd0..cc850e7dce 100644
--- a/arch/arm/dts/imx8mm-venice-gw700x.dtsi
+++ b/arch/arm/dts/imx8mm-venice-gw700x.dtsi
@@ -111,8 +111,7 @@
reg = <0>;
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
- tx-fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
- rx-fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
+ ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
};
};
};