[06/11] arm64: dts: freescale: Refactor icore-mx8mp-edimm2.2.dts

Message ID 20241126094635.881134-7-patrick.barsanti@amarulasolutions.com
State New
Headers show
Series
  • WIP: Refactor Engicam IMX8MP and add C.TOUCH 2.0 10.1"
Related show

Commit Message

Patrick Barsanti Nov. 26, 2024, 9:46 a.m. UTC
Update includes to the new, more specific dtsi file introduced in
commit 8b121f1a4aee ("arm64: dts: freescale: Add Engicam i.Core MX8M Plus family").
Remove redundant code which is already present in such files.

Signed-off-by: Patrick Barsanti <patrick.barsanti@amarulasolutions.com>
---
 .../freescale/imx8mp-icore-mx8mp-edimm2.2.dts | 23 +------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-icore-mx8mp-edimm2.2.dts b/arch/arm64/boot/dts/freescale/imx8mp-icore-mx8mp-edimm2.2.dts
index 624c54e48081..ede931e40188 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-icore-mx8mp-edimm2.2.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-icore-mx8mp-edimm2.2.dts
@@ -7,7 +7,7 @@ 
 
 /dts-v1/;
 
-#include "imx8mp-icore-mx8mp.dtsi"
+#include "imx8mp-icore.dtsi"
 #include <dt-bindings/usb/pd.h>
 
 / {
@@ -44,27 +44,6 @@  reg_usdhc2_vmmc: regulator-usdhc2 {
 	};
 };
 
-/* Ethernet */
-&eqos {
-	pinctrl-names = "default";
-	pinctrl-0 = <&pinctrl_eqos>;
-	phy-handle = <&ethphy0>;
-	phy-mode = "rgmii-id";
-	status = "okay";
-
-	mdio {
-		compatible = "snps,dwmac-mdio";
-		#address-cells = <1>;
-		#size-cells = <0>;
-
-		ethphy0: ethernet-phy@7 {
-			compatible = "ethernet-phy-ieee802.3-c22";
-			micrel,led-mode = <0>;
-			reg = <7>;
-		};
-	};
-};
-
 /* console */
 &uart2 {
 	pinctrl-names = "default";