]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx8mp-venice-gw702x: Drop EQos clock workaround
authorTim Harvey <tharvey@gateworks.com>
Thu, 20 Jun 2024 01:30:18 +0000 (18:30 -0700)
committerFabio Estevam <festevam@gmail.com>
Mon, 24 Jun 2024 12:22:47 +0000 (09:22 -0300)
The assigned-clock no longer have to be dropped, the clock are now
defined in clk-imx8mp.c and used by DWMAC driver to configure the
DWMAC clock. Drop the workarounds from U-Boot specific DT extras.

Having the clocks dropped causes the EQoS to be non-functional.

See commit c7ea9612df0f ("arm64: dts: imx8mp: Drop EQoS clock
workaround").

Fixes: 48c6f9777cee ("board: gateworks: venice: add imx8mp-gw7905-2x support")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
arch/arm/dts/imx8mp-venice-gw702x-u-boot.dtsi

index b9e3db7de937ae2945291100d9c40c1cb0b6e297..98f71c73c9865a9ac27566dfa2f044f938b6ea76 100644 (file)
@@ -4,9 +4,3 @@
  */
 
 #include "imx8mp-venice-u-boot.dtsi"
-
-&eqos {
-       /delete-property/ assigned-clocks;
-       /delete-property/ assigned-clock-parents;
-       /delete-property/ assigned-clock-rates;
-};