diff options
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2023-10-17 11:45:01 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2023-12-13 09:48:56 -0300 |
commit | 97af4d69d2b8fca7d5227c6bac0a9e08c8696a9e (patch) | |
tree | e29b683617f5dca0c7f00cf419ea64514414c7e5 | |
parent | f935716935438dcf2445a8e817c6b4da910ce44f (diff) |
arm: dts: imx93-evk: remove wrong eqos compatible string
The correct compatible string for i.MX93 variant of DWC EQoS MAC is now
"nxp,imx93-dwmac-eqos".
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
-rw-r--r-- | arch/arm/dts/imx93-11x11-evk-u-boot.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/imx93-11x11-evk-u-boot.dtsi b/arch/arm/dts/imx93-11x11-evk-u-boot.dtsi index a9dffa5a71e..4ecb53ed8be 100644 --- a/arch/arm/dts/imx93-11x11-evk-u-boot.dtsi +++ b/arch/arm/dts/imx93-11x11-evk-u-boot.dtsi @@ -131,10 +131,6 @@ phy-reset-post-delay = <100>; }; -&eqos { - compatible = "fsl,imx-eqos"; -}; - ðphy1 { reset-gpios = <&pcal6524 15 GPIO_ACTIVE_LOW>; reset-assert-us = <15000>; |