aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2024-07-04 16:22:46 -0500
committerFabio Estevam <festevam@gmail.com>2024-07-06 13:10:57 -0300
commitc619535eb5433110b5f39417f332cace81d9cff0 (patch)
tree8c3edc634e97957628a9bf55121924a570223be7 /arch
parent3a6a7a8dda69bc51c68be0f2287a6c1dbf9b41b6 (diff)
downloadu-boot-c619535eb5433110b5f39417f332cace81d9cff0.zip
u-boot-c619535eb5433110b5f39417f332cace81d9cff0.tar.gz
u-boot-c619535eb5433110b5f39417f332cace81d9cff0.tar.bz2
ARM: dts: imx8mp-beacon-kit-u-boot: Drop EQoS clock work-around
Since commit ecb1c37a7b64 ("clk: imx8mp: Add EQoS MAC clock"), the clocks for the DWMAC driver can be configured, and removing them breaks operation. Fixes: ecb1c37a7b64 ("clk: imx8mp: Add EQoS MAC clock") Suggested-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi b/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi
index ed183f8..3801465 100644
--- a/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi
@@ -32,12 +32,6 @@
bootph-pre-ram;
};
-&eqos {
- /delete-property/ assigned-clocks;
- /delete-property/ assigned-clock-parents;
- /delete-property/ assigned-clock-rates;
-};
-
&ethphy0 {
reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
reset-assert-us = <15000>;