[PATCH] fixup! ARM: i.MX8MP: add TQ mba8mpxl board

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Oct 24 05:22:10 PDT 2022


Many instances of the partname: were removed in

  https://lore.barebox.org/barebox/20221019104022.2568647-1-s.hauer@pengutronix.de/T/#t

Don't add new ones for this new board

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts b/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts
index 8bd9efbaefad..c47e7285a703 100644
--- a/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts
+++ b/arch/arm/dts/imx8mp-tqma8mpql-mba8mpxl.dts
@@ -13,12 +13,12 @@
 	chosen {
 		environment-sd {
 			compatible = "barebox,environment";
-			device-path = &usdhc2, "partname:barebox-environment";
+			device-path = &env_sd2;
 			status = "disabled";
 		};
 		environment-emmc {
 			compatible = "barebox,environment";
-			device-path = &usdhc3, "partname:barebox-environment";
+			device-path = &env_sd3;
 			status = "disabled";
 		};
 	};
@@ -33,7 +33,7 @@
 		reg = <0x0 0xe0000>;
 	};
 
-	partition at e0000 {
+	env_sd2: partition at e0000 {
 		label = "barebox-environment";
 		reg = <0xe0000 0x20000>;
 	};
@@ -48,7 +48,7 @@
 		reg = <0x0 0xe0000>;
 	};
 
-	partition at e0000 {
+	env_sd3: partition at e0000 {
 		label = "barebox-environment";
 		reg = <0xe0000 0x20000>;
 	};
-- 
2.30.2




More information about the barebox mailing list