]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: imx8mp-beacon-kit-u-boot: Drop EQoS clock work-around
authorAdam Ford <aford173@gmail.com>
Thu, 4 Jul 2024 21:22:46 +0000 (16:22 -0500)
committerFabio Estevam <festevam@gmail.com>
Sat, 6 Jul 2024 16:10:57 +0000 (13:10 -0300)
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>
arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi

index ed183f83a77b7697b4b20d968c163ad39f93a096..380146596c0ebef7a8f9c251fa3b9872cf3caa5f 100644 (file)
        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>;