diff options
| author | Tim Harvey <[email protected]> | 2024-06-19 18:30:18 -0700 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-06-24 09:22:47 -0300 |
| commit | 8ffd7fb0df6953d8baacef4706f50ca002c519e7 (patch) | |
| tree | fc14320b63f697b8f3e28922763cb567652f2244 | |
| parent | 5b74b613694d11e802a43903afed53cbdc0c9cb0 (diff) | |
imx8mp-venice-gw702x: Drop EQos clock workaround
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx8mp-venice-gw702x-u-boot.dtsi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/dts/imx8mp-venice-gw702x-u-boot.dtsi b/arch/arm/dts/imx8mp-venice-gw702x-u-boot.dtsi index b9e3db7de93..98f71c73c98 100644 --- a/arch/arm/dts/imx8mp-venice-gw702x-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-venice-gw702x-u-boot.dtsi @@ -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; -}; |
